Need sample G-code with G33.1
31 Aug 2017 17:47 #98306
by tecno
Need sample G-code with G33.1 was created by tecno
Can anybody help me with sample code for say M16x2 20mm deep.
Need this so I can get functional PP and then produce tapped holes in upcoming tests.
Cheers
Bengt
Need this so I can get functional PP and then produce tapped holes in upcoming tests.
Cheers
Bengt
Please Log in or Create an account to join the conversation.
31 Aug 2017 18:07 #98307
by andypugh
Replied by andypugh on topic Need sample G-code with G33.1
Assuming that the tool is touched-off with the tap at the top surface for Z = 0, and if you want the hole at (10,10)
M3 S100 ; start the spindle
G0 X10 Y10 Z1 ; move to the start position and height.
G33.1 Z-20 K2
You can put the X and Y on the G33.1 line, but I prefer not to.
linuxcnc.org/docs/2.7/html/gcode/g-code.html#gcode:g33.1
M3 S100 ; start the spindle
G0 X10 Y10 Z1 ; move to the start position and height.
G33.1 Z-20 K2
You can put the X and Y on the G33.1 line, but I prefer not to.
linuxcnc.org/docs/2.7/html/gcode/g-code.html#gcode:g33.1
The following user(s) said Thank You: tecno
Please Log in or Create an account to join the conversation.
31 Aug 2017 18:13 #98308
by tecno
Replied by tecno on topic Need sample G-code with G33.1
Thank you Andy,
will ask my friends at Dolphin Partmaster to fix the PP for me.
will ask my friends at Dolphin Partmaster to fix the PP for me.
Please Log in or Create an account to join the conversation.
Time to create page: 0.087 seconds