Question_OneCNC XR2 LatheProfesional
04 May 2017 08:03 - 04 May 2017 08:04 #92623
by dinkata
Question_OneCNC XR2 LatheProfesional was created by dinkata
Last edit: 04 May 2017 08:04 by dinkata.
Please Log in or Create an account to join the conversation.
04 May 2017 15:41 #92655
by andypugh
Replied by andypugh on topic Question_OneCNC XR2 LatheProfesional
G73 is peck-drilling in LinuxCNC
linuxcnc.org/docs/devel/html/gcode/g-code.html#gcode:g73
What makes you think that it should be something else?
linuxcnc.org/docs/devel/html/gcode/g-code.html#gcode:g73
What makes you think that it should be something else?
Please Log in or Create an account to join the conversation.
05 May 2017 04:44 #92681
by dinkata
Replied by dinkata on topic Question_OneCNC XR2 LatheProfesional
Thanks andypugh
G71 Fixed cycle, multiple repetitive cycle, for roughing (Z-axis emphasis)
However, with a Remap !!!????:
en.wikipedia.org/wiki/G-codeWhat makes you think that it should be something else?
in LinuxCNC not :G73 Fixed cycle, multiple repetitive cycle, for roughing, with pattern repetition
G71 Fixed cycle, multiple repetitive cycle, for roughing (Z-axis emphasis)
However, with a Remap !!!????:
Please Log in or Create an account to join the conversation.
05 May 2017 09:51 #92686
by andypugh
Replied by andypugh on topic Question_OneCNC XR2 LatheProfesional
The Wikipedia page lists FANUC G-codes, whereas LinuxCNC uses the
RS274NGC standard from NIST.
You will see that even Wikipedia has G73 also as a peck-drill cycle.
But then, the RS274 document above lists G20 and G21 to change units in mill mode, and G70 and G71 to change units in turning mode.
Basically there are only 99 G-codes to be had, and different manufacturers add their extras wherever they can find a space.
G71 and G72 are a work-in-progress. The currently-available remap you might have found was written only to test an algorithm.
Here is the current progress in adding G71 and G72 "properly"
github.com/LinuxCNC/linuxcnc/tree/BenPotter/G71
You will see that even Wikipedia has G73 also as a peck-drill cycle.
But then, the RS274 document above lists G20 and G21 to change units in mill mode, and G70 and G71 to change units in turning mode.
Basically there are only 99 G-codes to be had, and different manufacturers add their extras wherever they can find a space.
G71 and G72 are a work-in-progress. The currently-available remap you might have found was written only to test an algorithm.
Here is the current progress in adding G71 and G72 "properly"
github.com/LinuxCNC/linuxcnc/tree/BenPotter/G71
Please Log in or Create an account to join the conversation.
Moderators: Skullworks
Time to create page: 0.106 seconds