开云体育

ctrl + shift + ? for shortcuts
© 2025 Groups.io

Re: tool offset

 

i looked around and could not find the wizards for circular pockets etc. cam bam is a little non intuitive so it takes a few minutes remembering the tool chain process.

i would love to use the mach4 wiz if i can find it?

On 5/11/2021 2:40 PM, Ron Ginger wrote:
There are wizards in the Mach4 set that do circular pockets, rectangular pockets and 'dog bone' or link pockets.

The wizards also save a job file, so you could create the job file with one size tool, save the gcode, change the tool selections and save the gcode again. One job would create many gcode files.

ron ginger


On 5/11/2021 3:43 PM, spencer@... wrote:
I am looking for a simple solution. I am using a 1/4" router bit to cut slots d shaped pockets and holes i would like to use a bigger cutter for various reasons. especially for testing i would like to do as little reprogramming as possible.

i have read about cutter compensation but can not make sense of it. is there a way to apply a cutter compensation and switch to a 3/8" bit and make the same sized slots holes pockets etc. Do i need to turn compensation on and off for each arc of a circle, for example or can i just make a 3/8" bit behave like a 1/4"? there are no features with a minimum inside dimension of less than 3/8"



--
Best regards, Spencer Chase
67550 Bell Springs Rd.
Garberville, CA 95542 Postal service only.
Laytonville, CA 95454 UPS only.
Spencer@...


(425) 791-0309


Re: tool offset

 

didn't get the zip, i can receive exes in zips, i control the mail server :)

On 5/11/2021 2:17 PM, John Dammeyer wrote:
I have emailed you a zip that has the source and the exe. Depending on your email server it may not allow you to receive something with an exe in it.
John

-----Original Message-----
From: [email protected] [mailto:[email protected]] On Behalf Of spencer@...
Sent: May-11-21 1:48 PM
To: [email protected]
Subject: Re: [MachCNC] tool offset

thaniks, i think cambam does similar things but is quite old and maybe i
should try what you use. a zip file would be good.

On 5/11/2021 1:33 PM, John Dammeyer wrote:
I haven't done D slots yet but I do have circular arcs.

Either IJ or Radius mode G-Code is generated. The code is written in Pascal via Lazarus IDE which means write once, compile
anywhere. The attached photo was done on a MachineKit BeagleBone Black. I've run it on Raspberry Pi, LinuxCNC and of course
Windows.
I can send you the source code and you can get the free Lazarus or I can send the EXE in a zip file.

You can also use metric parameters as the attached windows version of the program shows.

John



-----Original Message-----
From: [email protected] [mailto:[email protected]] On Behalf Of spencer@...
Sent: May-11-21 1:07 PM
To: [email protected]
Subject: Re: [MachCNC] tool offset

i am trying to be lazy at least for initial testing. my code is a mess
developed over time. i also wrote it a long time ago using various tools
and do not remember how they work but certainly can learn again if
forced to.

so the last question is: if i have circular pockets using arcs is there
any simple change to the arcs that can effectively compensate for a
larger cutter? i have been making my pockets with something like cambam?
so i never really learned the syntax for arcs.

I know there are all sorts of wizards for mach4. i will look soon but is
there something for creating simple shapes like circular pockets and a d
slot which is two straight moves and two arcs?

On 5/11/2021 12:55 PM, Ken Strauss wrote:
Read the description for G41/G42 carefully since there are leadin/out requirements related to cutter diameter. If you were not
previously using cutter compensation it is doubtful if your CAM follows those rules for an even larger cutter. Why not simply redo
the
CAM?
-----Original Message-----
From: [email protected] <[email protected]> On Behalf Of spencer@...
Sent: May 11, 2021 3:43 PM
To: [email protected]
Subject: [MachCNC] tool offset

I am looking for a simple solution. I am using a 1/4" router bit to cut slots d shaped pockets and holes i would like to use a bigger
cutter for various reasons. especially for testing i would like to do as little reprogramming as possible.
i have read about cutter compensation but can not make sense of it. is there a way to apply a cutter compensation and switch to
a
3/8" bit and make the same sized slots holes pockets etc. Do i need to turn compensation on and off for each arc of a circle, for
example or can i just make a 3/8" bit behave like a 1/4"? there are no features with a minimum inside dimension of less than 3/8"
--
Best regards, Spencer Chase
67550 Bell Springs Rd.
Garberville, CA 95542 Postal service only.
Laytonville, CA 95454 UPS only.
Spencer@...


(425) 791-0309










--
Best regards, Spencer Chase
67550 Bell Springs Rd.
Garberville, CA 95542 Postal service only.
Laytonville, CA 95454 UPS only.
Spencer@...


(425) 791-0309





--
Best regards, Spencer Chase
67550 Bell Springs Rd.
Garberville, CA 95542 Postal service only.
Laytonville, CA 95454 UPS only.
Spencer@...


(425) 791-0309






--
Best regards, Spencer Chase
67550 Bell Springs Rd.
Garberville, CA 95542 Postal service only.
Laytonville, CA 95454 UPS only.
Spencer@...


(425) 791-0309


Re: tool offset

 

There are wizards in the Mach4 set that do circular pockets, rectangular pockets and 'dog bone' or link pockets.

The wizards also save a job file, so you could create the job file with one size tool, save the gcode, change the tool selections and save the gcode again. One job would create many gcode files.

ron ginger

On 5/11/2021 3:43 PM, spencer@... wrote:
I am looking for a simple solution. I am using a 1/4" router bit to cut slots d shaped pockets and holes i would like to use a bigger cutter for various reasons. especially for testing i would like to do as little reprogramming as possible.
i have read about cutter compensation but can not make sense of it. is there a way to apply a cutter compensation and switch to a 3/8" bit and make the same sized slots holes pockets etc. Do i need to turn compensation on and off for each arc of a circle, for example or can i just make a 3/8" bit behave like a 1/4"? there are no features with a minimum inside dimension of less than 3/8"


Re: tool offset

 

I have emailed you a zip that has the source and the exe. Depending on your email server it may not allow you to receive something with an exe in it.
John

-----Original Message-----
From: [email protected] [mailto:[email protected]] On Behalf Of spencer@...
Sent: May-11-21 1:48 PM
To: [email protected]
Subject: Re: [MachCNC] tool offset

thaniks, i think cambam does similar things but is quite old and maybe i
should try what you use. a zip file would be good.

On 5/11/2021 1:33 PM, John Dammeyer wrote:
I haven't done D slots yet but I do have circular arcs.

Either IJ or Radius mode G-Code is generated. The code is written in Pascal via Lazarus IDE which means write once, compile
anywhere. The attached photo was done on a MachineKit BeagleBone Black. I've run it on Raspberry Pi, LinuxCNC and of course
Windows.

I can send you the source code and you can get the free Lazarus or I can send the EXE in a zip file.

You can also use metric parameters as the attached windows version of the program shows.

John



-----Original Message-----
From: [email protected] [mailto:[email protected]] On Behalf Of spencer@...
Sent: May-11-21 1:07 PM
To: [email protected]
Subject: Re: [MachCNC] tool offset

i am trying to be lazy at least for initial testing. my code is a mess
developed over time. i also wrote it a long time ago using various tools
and do not remember how they work but certainly can learn again if
forced to.

so the last question is: if i have circular pockets using arcs is there
any simple change to the arcs that can effectively compensate for a
larger cutter? i have been making my pockets with something like cambam?
so i never really learned the syntax for arcs.

I know there are all sorts of wizards for mach4. i will look soon but is
there something for creating simple shapes like circular pockets and a d
slot which is two straight moves and two arcs?

On 5/11/2021 12:55 PM, Ken Strauss wrote:
Read the description for G41/G42 carefully since there are leadin/out requirements related to cutter diameter. If you were not
previously using cutter compensation it is doubtful if your CAM follows those rules for an even larger cutter. Why not simply redo
the
CAM?
-----Original Message-----
From: [email protected] <[email protected]> On Behalf Of spencer@...
Sent: May 11, 2021 3:43 PM
To: [email protected]
Subject: [MachCNC] tool offset

I am looking for a simple solution. I am using a 1/4" router bit to cut slots d shaped pockets and holes i would like to use a bigger
cutter for various reasons. especially for testing i would like to do as little reprogramming as possible.
i have read about cutter compensation but can not make sense of it. is there a way to apply a cutter compensation and switch to
a
3/8" bit and make the same sized slots holes pockets etc. Do i need to turn compensation on and off for each arc of a circle, for
example or can i just make a 3/8" bit behave like a 1/4"? there are no features with a minimum inside dimension of less than 3/8"
--
Best regards, Spencer Chase
67550 Bell Springs Rd.
Garberville, CA 95542 Postal service only.
Laytonville, CA 95454 UPS only.
Spencer@...


(425) 791-0309










--
Best regards, Spencer Chase
67550 Bell Springs Rd.
Garberville, CA 95542 Postal service only.
Laytonville, CA 95454 UPS only.
Spencer@...


(425) 791-0309






--
Best regards, Spencer Chase
67550 Bell Springs Rd.
Garberville, CA 95542 Postal service only.
Laytonville, CA 95454 UPS only.
Spencer@...


(425) 791-0309




Re: tool offset

 

thaniks, i think cambam does similar things but is quite old and maybe i should try what you use. a zip file would be good.

On 5/11/2021 1:33 PM, John Dammeyer wrote:
I haven't done D slots yet but I do have circular arcs.

Either IJ or Radius mode G-Code is generated. The code is written in Pascal via Lazarus IDE which means write once, compile anywhere. The attached photo was done on a MachineKit BeagleBone Black. I've run it on Raspberry Pi, LinuxCNC and of course Windows.

I can send you the source code and you can get the free Lazarus or I can send the EXE in a zip file.

You can also use metric parameters as the attached windows version of the program shows.

John



-----Original Message-----
From: [email protected] [mailto:[email protected]] On Behalf Of spencer@...
Sent: May-11-21 1:07 PM
To: [email protected]
Subject: Re: [MachCNC] tool offset

i am trying to be lazy at least for initial testing. my code is a mess
developed over time. i also wrote it a long time ago using various tools
and do not remember how they work but certainly can learn again if
forced to.

so the last question is: if i have circular pockets using arcs is there
any simple change to the arcs that can effectively compensate for a
larger cutter? i have been making my pockets with something like cambam?
so i never really learned the syntax for arcs.

I know there are all sorts of wizards for mach4. i will look soon but is
there something for creating simple shapes like circular pockets and a d
slot which is two straight moves and two arcs?

On 5/11/2021 12:55 PM, Ken Strauss wrote:
Read the description for G41/G42 carefully since there are leadin/out requirements related to cutter diameter. If you were not
previously using cutter compensation it is doubtful if your CAM follows those rules for an even larger cutter. Why not simply redo the
CAM?
-----Original Message-----
From: [email protected] <[email protected]> On Behalf Of spencer@...
Sent: May 11, 2021 3:43 PM
To: [email protected]
Subject: [MachCNC] tool offset

I am looking for a simple solution. I am using a 1/4" router bit to cut slots d shaped pockets and holes i would like to use a bigger
cutter for various reasons. especially for testing i would like to do as little reprogramming as possible.
i have read about cutter compensation but can not make sense of it. is there a way to apply a cutter compensation and switch to a
3/8" bit and make the same sized slots holes pockets etc. Do i need to turn compensation on and off for each arc of a circle, for
example or can i just make a 3/8" bit behave like a 1/4"? there are no features with a minimum inside dimension of less than 3/8"
--
Best regards, Spencer Chase
67550 Bell Springs Rd.
Garberville, CA 95542 Postal service only.
Laytonville, CA 95454 UPS only.
Spencer@...


(425) 791-0309










--
Best regards, Spencer Chase
67550 Bell Springs Rd.
Garberville, CA 95542 Postal service only.
Laytonville, CA 95454 UPS only.
Spencer@...


(425) 791-0309





--
Best regards, Spencer Chase
67550 Bell Springs Rd.
Garberville, CA 95542 Postal service only.
Laytonville, CA 95454 UPS only.
Spencer@...


(425) 791-0309


Re: tool offset

 

Sorry but I have no idea regarding Mach wizards. It is tricky unless you are 90-degree arcs and I usually make mistakes when doing such manually.

-----Original Message-----
From: [email protected] <[email protected]> On Behalf Of spencer@...
Sent: May 11, 2021 4:31 PM
To: [email protected]
Subject: Re: [MachCNC] tool offset

they are all in IJK format, will it be too much trouble? easier to start over? does there happen to be a converter from IJK to R, ha ha? probably should just look for a wizard and do it over again.

On 5/11/2021 1:19 PM, Ken Strauss wrote:
Are your arcs defined in R or IJK format? If they are in radius mode it should be as simple as changing the radius. With IJK it is a little more complicated. See for a pretty good tutorial on how things work and possible pitfalls.

-----Original Message-----
From: [email protected] <[email protected]> On Behalf Of
spencer@...
Sent: May 11, 2021 4:07 PM
To: [email protected]
Subject: Re: [MachCNC] tool offset

i am trying to be lazy at least for initial testing. my code is a mess developed over time. i also wrote it a long time ago using various tools and do not remember how they work but certainly can learn again if forced to.

so the last question is: if i have circular pockets using arcs is there any simple change to the arcs that can effectively compensate for a larger cutter? i have been making my pockets with something like cambam?
so i never really learned the syntax for arcs.

I know there are all sorts of wizards for mach4. i will look soon but is there something for creating simple shapes like circular pockets and a d slot which is two straight moves and two arcs?

On 5/11/2021 12:55 PM, Ken Strauss wrote:
Read the description for G41/G42 carefully since there are leadin/out requirements related to cutter diameter. If you were not previously using cutter compensation it is doubtful if your CAM follows those rules for an even larger cutter. Why not simply redo the CAM?

-----Original Message-----
From: [email protected] <[email protected]> On Behalf Of
spencer@...
Sent: May 11, 2021 3:43 PM
To: [email protected]
Subject: [MachCNC] tool offset

I am looking for a simple solution. I am using a 1/4" router bit to cut slots d shaped pockets and holes i would like to use a bigger cutter for various reasons. especially for testing i would like to do as little reprogramming as possible.

i have read about cutter compensation but can not make sense of it. is there a way to apply a cutter compensation and switch to a 3/8" bit and make the same sized slots holes pockets etc. Do i need to turn compensation on and off for each arc of a circle, for example or can i just make a 3/8" bit behave like a 1/4"? there are no features with a minimum inside dimension of less than 3/8"

--
Best regards, Spencer Chase
67550 Bell Springs Rd.
Garberville, CA 95542 Postal service only.
Laytonville, CA 95454 UPS only.
Spencer@...


(425) 791-0309










--
Best regards, Spencer Chase
67550 Bell Springs Rd.
Garberville, CA 95542 Postal service only.
Laytonville, CA 95454 UPS only.
Spencer@...


(425) 791-0309










--
Best regards, Spencer Chase
67550 Bell Springs Rd.
Garberville, CA 95542 Postal service only.
Laytonville, CA 95454 UPS only.
Spencer@...


(425) 791-0309


Re: tool offset

 

I haven't done D slots yet but I do have circular arcs.

Either IJ or Radius mode G-Code is generated. The code is written in Pascal via Lazarus IDE which means write once, compile anywhere. The attached photo was done on a MachineKit BeagleBone Black. I've run it on Raspberry Pi, LinuxCNC and of course Windows.

I can send you the source code and you can get the free Lazarus or I can send the EXE in a zip file.

You can also use metric parameters as the attached windows version of the program shows.

John

-----Original Message-----
From: [email protected] [mailto:[email protected]] On Behalf Of spencer@...
Sent: May-11-21 1:07 PM
To: [email protected]
Subject: Re: [MachCNC] tool offset

i am trying to be lazy at least for initial testing. my code is a mess
developed over time. i also wrote it a long time ago using various tools
and do not remember how they work but certainly can learn again if
forced to.

so the last question is: if i have circular pockets using arcs is there
any simple change to the arcs that can effectively compensate for a
larger cutter? i have been making my pockets with something like cambam?
so i never really learned the syntax for arcs.

I know there are all sorts of wizards for mach4. i will look soon but is
there something for creating simple shapes like circular pockets and a d
slot which is two straight moves and two arcs?

On 5/11/2021 12:55 PM, Ken Strauss wrote:
Read the description for G41/G42 carefully since there are leadin/out requirements related to cutter diameter. If you were not
previously using cutter compensation it is doubtful if your CAM follows those rules for an even larger cutter. Why not simply redo the
CAM?

-----Original Message-----
From: [email protected] <[email protected]> On Behalf Of spencer@...
Sent: May 11, 2021 3:43 PM
To: [email protected]
Subject: [MachCNC] tool offset

I am looking for a simple solution. I am using a 1/4" router bit to cut slots d shaped pockets and holes i would like to use a bigger
cutter for various reasons. especially for testing i would like to do as little reprogramming as possible.

i have read about cutter compensation but can not make sense of it. is there a way to apply a cutter compensation and switch to a
3/8" bit and make the same sized slots holes pockets etc. Do i need to turn compensation on and off for each arc of a circle, for
example or can i just make a 3/8" bit behave like a 1/4"? there are no features with a minimum inside dimension of less than 3/8"

--
Best regards, Spencer Chase
67550 Bell Springs Rd.
Garberville, CA 95542 Postal service only.
Laytonville, CA 95454 UPS only.
Spencer@...


(425) 791-0309










--
Best regards, Spencer Chase
67550 Bell Springs Rd.
Garberville, CA 95542 Postal service only.
Laytonville, CA 95454 UPS only.
Spencer@...


(425) 791-0309




Re: tool offset

 

they are all in IJK format, will it be too much trouble? easier to start over? does there happen to be a converter from IJK to R, ha ha? probably should just look for a wizard and do it over again.

On 5/11/2021 1:19 PM, Ken Strauss wrote:
Are your arcs defined in R or IJK format? If they are in radius mode it should be as simple as changing the radius. With IJK it is a little more complicated. See for a pretty good tutorial on how things work and possible pitfalls.

-----Original Message-----
From: [email protected] <[email protected]> On Behalf Of spencer@...
Sent: May 11, 2021 4:07 PM
To: [email protected]
Subject: Re: [MachCNC] tool offset

i am trying to be lazy at least for initial testing. my code is a mess developed over time. i also wrote it a long time ago using various tools and do not remember how they work but certainly can learn again if forced to.

so the last question is: if i have circular pockets using arcs is there any simple change to the arcs that can effectively compensate for a larger cutter? i have been making my pockets with something like cambam?
so i never really learned the syntax for arcs.

I know there are all sorts of wizards for mach4. i will look soon but is there something for creating simple shapes like circular pockets and a d slot which is two straight moves and two arcs?

On 5/11/2021 12:55 PM, Ken Strauss wrote:
Read the description for G41/G42 carefully since there are leadin/out requirements related to cutter diameter. If you were not previously using cutter compensation it is doubtful if your CAM follows those rules for an even larger cutter. Why not simply redo the CAM?

-----Original Message-----
From: [email protected] <[email protected]> On Behalf Of
spencer@...
Sent: May 11, 2021 3:43 PM
To: [email protected]
Subject: [MachCNC] tool offset

I am looking for a simple solution. I am using a 1/4" router bit to cut slots d shaped pockets and holes i would like to use a bigger cutter for various reasons. especially for testing i would like to do as little reprogramming as possible.

i have read about cutter compensation but can not make sense of it. is there a way to apply a cutter compensation and switch to a 3/8" bit and make the same sized slots holes pockets etc. Do i need to turn compensation on and off for each arc of a circle, for example or can i just make a 3/8" bit behave like a 1/4"? there are no features with a minimum inside dimension of less than 3/8"

--
Best regards, Spencer Chase
67550 Bell Springs Rd.
Garberville, CA 95542 Postal service only.
Laytonville, CA 95454 UPS only.
Spencer@...


(425) 791-0309










--
Best regards, Spencer Chase
67550 Bell Springs Rd.
Garberville, CA 95542 Postal service only.
Laytonville, CA 95454 UPS only.
Spencer@...


(425) 791-0309









--
Best regards, Spencer Chase
67550 Bell Springs Rd.
Garberville, CA 95542 Postal service only.
Laytonville, CA 95454 UPS only.
Spencer@...


(425) 791-0309


Re: tool offset

 

Are your arcs defined in R or IJK format? If they are in radius mode it should be as simple as changing the radius. With IJK it is a little more complicated. See for a pretty good tutorial on how things work and possible pitfalls.

-----Original Message-----
From: [email protected] <[email protected]> On Behalf Of spencer@...
Sent: May 11, 2021 4:07 PM
To: [email protected]
Subject: Re: [MachCNC] tool offset

i am trying to be lazy at least for initial testing. my code is a mess developed over time. i also wrote it a long time ago using various tools and do not remember how they work but certainly can learn again if forced to.

so the last question is: if i have circular pockets using arcs is there any simple change to the arcs that can effectively compensate for a larger cutter? i have been making my pockets with something like cambam?
so i never really learned the syntax for arcs.

I know there are all sorts of wizards for mach4. i will look soon but is there something for creating simple shapes like circular pockets and a d slot which is two straight moves and two arcs?

On 5/11/2021 12:55 PM, Ken Strauss wrote:
Read the description for G41/G42 carefully since there are leadin/out requirements related to cutter diameter. If you were not previously using cutter compensation it is doubtful if your CAM follows those rules for an even larger cutter. Why not simply redo the CAM?

-----Original Message-----
From: [email protected] <[email protected]> On Behalf Of
spencer@...
Sent: May 11, 2021 3:43 PM
To: [email protected]
Subject: [MachCNC] tool offset

I am looking for a simple solution. I am using a 1/4" router bit to cut slots d shaped pockets and holes i would like to use a bigger cutter for various reasons. especially for testing i would like to do as little reprogramming as possible.

i have read about cutter compensation but can not make sense of it. is there a way to apply a cutter compensation and switch to a 3/8" bit and make the same sized slots holes pockets etc. Do i need to turn compensation on and off for each arc of a circle, for example or can i just make a 3/8" bit behave like a 1/4"? there are no features with a minimum inside dimension of less than 3/8"

--
Best regards, Spencer Chase
67550 Bell Springs Rd.
Garberville, CA 95542 Postal service only.
Laytonville, CA 95454 UPS only.
Spencer@...


(425) 791-0309










--
Best regards, Spencer Chase
67550 Bell Springs Rd.
Garberville, CA 95542 Postal service only.
Laytonville, CA 95454 UPS only.
Spencer@...


(425) 791-0309


Re: tool offset

 

i am trying to be lazy at least for initial testing. my code is a mess developed over time. i also wrote it a long time ago using various tools and do not remember how they work but certainly can learn again if forced to.

so the last question is: if i have circular pockets using arcs is there any simple change to the arcs that can effectively compensate for a larger cutter? i have been making my pockets with something like cambam? so i never really learned the syntax for arcs.

I know there are all sorts of wizards for mach4. i will look soon but is there something for creating simple shapes like circular pockets and a d slot which is two straight moves and two arcs?

On 5/11/2021 12:55 PM, Ken Strauss wrote:
Read the description for G41/G42 carefully since there are leadin/out requirements related to cutter diameter. If you were not previously using cutter compensation it is doubtful if your CAM follows those rules for an even larger cutter. Why not simply redo the CAM?

-----Original Message-----
From: [email protected] <[email protected]> On Behalf Of spencer@...
Sent: May 11, 2021 3:43 PM
To: [email protected]
Subject: [MachCNC] tool offset

I am looking for a simple solution. I am using a 1/4" router bit to cut slots d shaped pockets and holes i would like to use a bigger cutter for various reasons. especially for testing i would like to do as little reprogramming as possible.

i have read about cutter compensation but can not make sense of it. is there a way to apply a cutter compensation and switch to a 3/8" bit and make the same sized slots holes pockets etc. Do i need to turn compensation on and off for each arc of a circle, for example or can i just make a 3/8" bit behave like a 1/4"? there are no features with a minimum inside dimension of less than 3/8"

--
Best regards, Spencer Chase
67550 Bell Springs Rd.
Garberville, CA 95542 Postal service only.
Laytonville, CA 95454 UPS only.
Spencer@...


(425) 791-0309









--
Best regards, Spencer Chase
67550 Bell Springs Rd.
Garberville, CA 95542 Postal service only.
Laytonville, CA 95454 UPS only.
Spencer@...


(425) 791-0309


Re: tool offset

 

Read the description for G41/G42 carefully since there are leadin/out requirements related to cutter diameter. If you were not previously using cutter compensation it is doubtful if your CAM follows those rules for an even larger cutter. Why not simply redo the CAM?

-----Original Message-----
From: [email protected] <[email protected]> On Behalf Of spencer@...
Sent: May 11, 2021 3:43 PM
To: [email protected]
Subject: [MachCNC] tool offset

I am looking for a simple solution. I am using a 1/4" router bit to cut slots d shaped pockets and holes i would like to use a bigger cutter for various reasons. especially for testing i would like to do as little reprogramming as possible.

i have read about cutter compensation but can not make sense of it. is there a way to apply a cutter compensation and switch to a 3/8" bit and make the same sized slots holes pockets etc. Do i need to turn compensation on and off for each arc of a circle, for example or can i just make a 3/8" bit behave like a 1/4"? there are no features with a minimum inside dimension of less than 3/8"

--
Best regards, Spencer Chase
67550 Bell Springs Rd.
Garberville, CA 95542 Postal service only.
Laytonville, CA 95454 UPS only.
Spencer@...


(425) 791-0309


tool offset

 

I am looking for a simple solution. I am using a 1/4" router bit to cut slots d shaped pockets and holes i would like to use a bigger cutter for various reasons. especially for testing i would like to do as little reprogramming as possible.

i have read about cutter compensation but can not make sense of it. is there a way to apply a cutter compensation and switch to a 3/8" bit and make the same sized slots holes pockets etc. Do i need to turn compensation on and off for each arc of a circle, for example or can i just make a 3/8" bit behave like a 1/4"? there are no features with a minimum inside dimension of less than 3/8"

--
Best regards, Spencer Chase
67550 Bell Springs Rd.
Garberville, CA 95542 Postal service only.
Laytonville, CA 95454 UPS only.
Spencer@...


(425) 791-0309


Re: Mach License Help

 

I reached out via the machsupport website. I purchased direct in 2010. I'm not big into just dumping on a companies name.


Re: Mach License Help

 

开云体育

Who is the vendor?

?

From: [email protected] <[email protected]> On Behalf Of fauffing via groups.io
Sent: Saturday, May 8, 2021 9:48 PM
To: [email protected]
Subject: Re: [MachCNC] Mach License Help

?

[Edited Message Follows]

Let me be very clear... the problem is NOT IN ANY WAY PMDX! The 411 is sitting in the bag, brand new, and I only mentioned the PMDX because I was planning on buying Mach 4 to use with the 411. I have a PMDX 125 from many years ago and had a recent conversation about expansion and other topics which was awesome! PMDX CUSTOMER SERVICE IS TOP NOTCH! I will continue to do business with PMDX when the opportunity allows me to.

My grievance is exclusively with the vendor of Mach3 for not providing better assistance in recovering the license file, in not sending me the license file because my email changed, for a sales manger suggesting license files are not transferable, and my memory fading after 10 years. I assume responsibility for not having the details and not having a copy of the file. I am only disappointed in the response and stance the vendor's sales manager took in the matter, their interest in selling me a new license, and apparent lack of interest in helping me resolve the problem. They have no clue about my use of the license since purchase, and I didn't even get a request for a phone call before emails went quiet.

Anyhow, I was just looking for a reasonable solution on the board, and really didn't want it escalate beyond my request for a possible solution. PMDX IS AWESOME! Their customer service is top notch and far exceeded my expectations. I would not hesitate to recommend PMDX to anyone.


Re: Mach License Help

 

John, thanks for the reply. I work with technology daily, and sometimes just want a solution that works on my own machines... so I don't have to work with technology. That's what Mach3 provided me. I also used DeskNC (I think) many years ago. I do get the urge to tinker once in a while, and sometimes I get forced into problem solving because of my own dumb mistakes - like this one. I've been so busy for a long time I haven't really been able to cut metal, and am just coming around to it again. Anyhow, I do appreciate your perspective. Thanks!


Re: Mach License Help

 
Edited

Let me be very clear... the problem is NOT IN ANY WAY PMDX! The 411 is sitting in the bag, brand new, and I only mentioned the PMDX because I was planning on buying Mach 4 to use with the 411. I have a PMDX 125 from many years ago and had a recent conversation about expansion and other topics which was awesome! PMDX CUSTOMER SERVICE IS TOP NOTCH! I will continue to do business with PMDX when the opportunity allows me to.

My grievance is exclusively with the vendor of Mach3 for not providing better assistance in recovering the license file, in not sending me the license file because my email changed, for a sales manger suggesting license files are not transferable, and my memory fading after 10 years. I assume responsibility for not having the details and not having a copy of the file. I am only disappointed in the response and stance the vendor's sales manager took in the matter, their interest in selling me a new license, and apparent lack of interest in helping me resolve the problem. They have no clue about my use of the license since purchase, and I didn't even get a request for a phone call before emails went quiet.

Anyhow, I was just looking for a reasonable solution on the board, and really didn't want it escalate beyond my request for a possible solution. PMDX IS AWESOME! Their customer service is top notch and far exceeded my expectations. I would not hesitate to recommend PMDX to anyone.


Re: Mach License Help

 

开云体育

I did some similar research.? Not because I lost my license as it's normally in use on a CNC router, not a milling machine, but just for interest sake. ??I created a dual boot PC with WIN-XP and LinuxCNC and the first crack ran from the parallel port for both into a PMDX-126.

?

Since then I've expanded the interface to deal with Servos and fault signals and that added issues that MACH3 doesn't deal as well with since I also use the Charge Pump.? I need to toggle the OFFLINE button to get out of some fault conditions.

?

Since then I've switched over to using the MESA 7i92H Ethernet to dual parallel port and borrow the USB Smooth Stepper from the CNC router to get the higher stepping speeds not possible with the parallel port version.

?

What MACH3 (and I imagine MACH4) gives you are the wizards which are very very useful.? There are Linux command line programs available from various sources that will do what the wizards do but not with the flare.?

?

I've been creating some easier to use dialog based applications, compared to command line, to do what the wizards do.? They are written in Lazarus Free Pascal and so run on Pi4 with LinuxCNC, BeagleBone with MachineKit, PC with LinuxCNC and WIN-XP/7/10.

?

I think LinuxCNC has a steeper learning curve than MACH3 although the support group is very helpful.? Certainly compared to selecting and configuring I/O it can be scary if you shift away from the norm compared to MACH3.? But there are some good dialog apps that take you through the entire configuration process and create the .ini and .hal text files that describe the environment.

?

I'm sure the next question would be which do I like better?? I don't know yet.? To get a true comparison I'd now have to get an Ethernet Smooth Stepper and it was way more expensive compared to the MESA.? It's a pain to move the USB SS back and forth from the CNC router and my MACH3 license is really just in use for the one machine.

?

John

?

?

?

From: [email protected] [mailto:[email protected]] On Behalf Of fauffing via groups.io
Sent: May-08-21 5:32 PM
To: [email protected]
Subject: Re: [MachCNC] Mach License Help

?

Yes sir... that probably is illegal, and is certainly against the vendors terms of transferring licenses. I do appreciate the offer, but bad karma from my perspective.

Ironically, I was going to buy Mach4, but wanted to get Mach3 back up and running as I hadn't used it in many years. Sadly, I also purchased a PMDX 411 in anticipation of this, but the absolutely atrocious customer service has me rethinking my intentions. I purchased a Mesa 7I76E last night, and intend to spin up a LinuxCNC controller. I experiment a lot with technology, so guess it's time for me to check out a new controller. It's really to bad, I did like the Mach3 product, but really hate funding a company with shitty service.

Anyhow I'll have some time to work on trying to recover the license file tomorrow, so maybe I'll get lucky.


Re: Mach License Help

 

开云体育

PMDX Support is really good!? I've got both a PMDX-125 and a PMDX-126 and perfectly happy with them and their support.

?

However I suspect the PMDX-411 doesn't work with LinuxCNC which is a real shame.? It would be nice if someone finally built something that works for both systems.

John

?

?

From: [email protected] [mailto:[email protected]] On Behalf Of shadowairport1
Sent: May-08-21 6:17 PM
To: [email protected]
Subject: Re: [MachCNC] Mach License Help

?

It’s hard to believe you got poor customer service from PMDX. I have used their products for many years and they have always been helpful and courteous.

?

From: [email protected] [mailto:[email protected]] On Behalf Of fauffing via groups.io
Sent: Saturday, May 8, 2021 8:32 PM
To: [email protected]
Subject: Re: [MachCNC] Mach License Help

?

Yes sir... that probably is illegal, and is certainly against the vendors terms of transferring licenses. I do appreciate the offer, but bad karma from my perspective.

Ironically, I was going to buy Mach4, but wanted to get Mach3 back up and running as I hadn't used it in many years. Sadly, I also purchased a PMDX 411 in anticipation of this, but the absolutely atrocious customer service has me rethinking my intentions. I purchased a Mesa 7I76E last night, and intend to spin up a LinuxCNC controller. I experiment a lot with technology, so guess it's time for me to check out a new controller. It's really to bad, I did like the Mach3 product, but really hate funding a company with shitty service.

Anyhow I'll have some time to work on trying to recover the license file tomorrow, so maybe I'll get lucky.

?


This email has been checked for viruses by Avast antivirus software.




Re: Mach License Help

 

Steve,

I am surprised you responded. I purchased Mach4 as soon as it was available and your controller since we had spoken at a show. It sort of ran but kept failing in the middle of a long program. I switched back to my old computer and Mach3.? I attempted off and on for a year to get support from you and finally I switched to a different?controller.? I have been using Mach4 with no regrets since.?

On Sat, May 8, 2021 at 9:04 PM Steve Stallings <stevesng@...> wrote:
fauffing,

We at PMDX have not seen any communications from you since your PMDX-411 purchase. Hopefully we are not the source of your frustrations.

If you do decide not to use the PMDX-411, you can return it and we will refund your purchase price less a restocking fee that covers our cost for retesting the unit.

On the other hand, do you realize that you can install the demo of Mach4 and play with the real hardware for up to five minutes each time you start the program? Or if you use the supplied "simulator" hardware you can play as long as you like.

Regards,
Steve Stallings
PMDX


Re: Mach License Help

 

开云体育

It’s hard to believe you got poor customer service from PMDX. I have used their products for many years and they have always been helpful and courteous.

?

?

From: [email protected] [mailto:[email protected]] On Behalf Of fauffing via groups.io
Sent: Saturday, May 8, 2021 8:32 PM
To: [email protected]
Subject: Re: [MachCNC] Mach License Help

?

Yes sir... that probably is illegal, and is certainly against the vendors terms of transferring licenses. I do appreciate the offer, but bad karma from my perspective.

Ironically, I was going to buy Mach4, but wanted to get Mach3 back up and running as I hadn't used it in many years. Sadly, I also purchased a PMDX 411 in anticipation of this, but the absolutely atrocious customer service has me rethinking my intentions. I purchased a Mesa 7I76E last night, and intend to spin up a LinuxCNC controller. I experiment a lot with technology, so guess it's time for me to check out a new controller. It's really to bad, I did like the Mach3 product, but really hate funding a company with shitty service.

Anyhow I'll have some time to work on trying to recover the license file tomorrow, so maybe I'll get lucky.




This email has been checked for viruses by Avast antivirus software.