Re: [Emc-users] Lathe turret/drum tool changer

2020-05-11 Thread Leonardo Marsaglia
> > You could possibly do it with the existing software. > The logic that you are currently using to trigger e-stop could call an > MDI_COMMAND to run an M61 to change the tool number. > > MDI_COMMAND = M61 Q#<_hal[toolchanger.tool-number]> Hello Andy, Well, I thought about doing that

Re: [Emc-users] Timing belts?

2020-05-11 Thread ertleyd--- via Emc-users
You may want to look at Gates Design IQ and Design Flex Pro software. I think they are still free. I have used Design IQ more than a few times. It has worked great. Many many belts to choose from. We did one project that required a two sided toothed belt to gave two opposing shafts opposite

Re: [Emc-users] bed leveling component python 2

2020-05-11 Thread andy pugh
On Mon, 11 May 2020 at 19:24, Chris Albertson wrote: > > So, lets say I have a machine that has non-tricial kinematics (I mill > with the z-axis tilted 30 degrees) and I write the kinematics routines > correctly. Then you are saying the machine will not honor accel and > velocity limits? No. I

Re: [Emc-users] bed leveling component python 2

2020-05-11 Thread Gene Heskett
On Monday 11 May 2020 16:07:42 Stuart Stevenson wrote: > Gene, > > This tool will allow you to check the relative square of a machine > tool. > > https://www.travers.com/cylindrical-square/p/57-020-263/ > I did look at that Stuart, 3 or 4 years ago, but the price kept me from reaching for the

Re: [Emc-users] bed leveling component python 2

2020-05-11 Thread Gene Heskett
On Monday 11 May 2020 15:42:33 Chris Albertson wrote: > Mathematically, you don't need an absolute reference. If you have a > perfect mill it would still be a perfect mill if put in on a slanted > floor. What matters is the relative angles of the axis. > > Yes we can mesure these angles with

Re: [Emc-users] bed leveling component python 2

2020-05-11 Thread Stuart Stevenson
Gene, This tool will allow you to check the relative square of a machine tool. https://www.travers.com/cylindrical-square/p/57-020-263/ On Mon, May 11, 2020, 2:45 PM Chris Albertson wrote: > Mathematically, you don't need an absolute reference. If you have a > perfect mill it would still

Re: [Emc-users] bed leveling component python 2

2020-05-11 Thread Chris Albertson
Mathematically, you don't need an absolute reference. If you have a perfect mill it would still be a perfect mill if put in on a slanted floor. What matters is the relative angles of the axis. Yes we can mesure these angles with inexpensive tools assuming you have one "good" larger size square

Re: [Emc-users] Timing belts?

2020-05-11 Thread N. Christopher Perry
The GT3 is a great profile to use. N. Christopher Perry > On May 11, 2020, at 2:07 PM, Chris Albertson > wrote: > > I'm doing a new design CNC build. I will be using timing belts and > medium-size (NEMA 23 and 34) stepper motors. > > Question: What tooth profile is the best to use? The

Re: [Emc-users] bed leveling component python 2

2020-05-11 Thread Gene Heskett
On Monday 11 May 2020 14:22:26 Chris Albertson wrote: > So, lets say I have a machine that has non-tricial kinematics (I mill > with the z-axis tilted 30 degrees) and I write the kinematics routines > correctly. Then you are saying the machine will not honor accel and > velocity limits? > > But

Re: [Emc-users] bed leveling component python 2

2020-05-11 Thread Chris Albertson
So, lets say I have a machine that has non-tricial kinematics (I mill with the z-axis tilted 30 degrees) and I write the kinematics routines correctly. Then you are saying the machine will not honor accel and velocity limits? But all machines are like this, not 30 degress certainly but some

[Emc-users] Timing belts?

2020-05-11 Thread Chris Albertson
I'm doing a new design CNC build. I will be using timing belts and medium-size (NEMA 23 and 34) stepper motors. Question: What tooth profile is the best to use? The goal would be minimum backlash then things like noise and belt wear. I can choose anything I want because this is for a new

Re: [Emc-users] bed leveling component python 2

2020-05-11 Thread andy pugh
On Mon, 11 May 2020 at 18:38, Chris Albertson wrote: > > Perhaps kinematics is the place to do the > bed compensation. We tried that with "probekins" and it turned out not to to work very well. external-offsets seems like a better way as it honours accel and velocity limits. -- atp "A

Re: [Emc-users] bed leveling component python 2

2020-05-11 Thread Chris Albertson
The problem with a tilted bed on a mill is harder than a tilted bed on a 3D printer. The "tool" on a printer is nearly a zero dimension point. All the printer needs to do is raise or lower the nozzle. But with an end mill the tool is still vertical. Even worse is fly cutting. The fly cutter

Re: [Emc-users] Lathe turret/drum tool changer

2020-05-11 Thread andy pugh
On Mon, 11 May 2020 at 15:42, Leonardo Marsaglia wrote: > But this raises the question. Is it too much of a pain to have the option > of telling the IOCONTROL wich tool is indexed instead of LCNC keeping the > record of it? You could possibly do it with the existing software. The logic that you

[Emc-users] Lathe turret/drum tool changer

2020-05-11 Thread Leonardo Marsaglia
Hello to everyone, So far everything is working flawlessly with the mazak and LCNC. But there's only one thing that's worrying me. The problem is that if I stop the program during a tool change, the iocontrol stays on the last tool that was indexed, but my turret logic finishes the tool change.

Re: [Emc-users] Trouble setting up a 7I80HD

2020-05-11 Thread Ed
On 5/10/20 5:39 PM, Peter C. Wallace wrote: On Sun, 10 May 2020, Ed wrote: Date: Sun, 10 May 2020 16:43:34 -0500 From: Ed Reply-To: "Enhanced Machine Controller (EMC)"     To: emc-users@lists.sourceforge.net Subject: Re: [Emc-users] Trouble setting up a 7I80HD On 5/10/20 11:51 AM, Peter C.