Hmmm, I haven't used G95 yet so I may not be able to help with this.
I presume it would go something like this?:
G95 G01 X# Z# F0.002
Here is the documentation for G95, such as it is: G95 Gcode. It doesn't offer much advice other than to mention that "motion.spindle-speed-in" needs to be connected.
If it is like G76 (threading), it may need to be told that the spindle is turned on (M3) before it will work.
Also, many of the G95 examples found online include an "S" command. I'm not sure if that is required?
I searched for "G95" on the LinuxCNC forum and didn't find much. Apparently it is not commonly used.
Well, when in doubt use a G01. If you figure out your G95 let us know how you did it.
I presume it would go something like this?:
G95 G01 X# Z# F0.002
Here is the documentation for G95, such as it is: G95 Gcode. It doesn't offer much advice other than to mention that "motion.spindle-speed-in" needs to be connected.
If it is like G76 (threading), it may need to be told that the spindle is turned on (M3) before it will work.
Also, many of the G95 examples found online include an "S" command. I'm not sure if that is required?
I searched for "G95" on the LinuxCNC forum and didn't find much. Apparently it is not commonly used.
Should I be trying to use G95 or is there a better way to do this?
Comment