gcode sample file?
- CaspianCmonster
- Offline
- Junior Member
Less
More
- Posts: 30
- Thank you received: 1
03 Jan 2025 21:33 #317968
by CaspianCmonster
gcode sample file? was created by CaspianCmonster
Hi all, I am trying to troubleshooting my router set up on qtdragon_hd with manual tool change with a tool length sensor. It will run the tool length procedure just fine (without a multi-tool file loaded) and will run a single tool gcode no problem but starts yelling at me when I try to run anything with a M6 command. The issues are probably not with the gcode I am using but just to be sure can someone please send me a simple example of a part with three tool changes? I am using mm.
many thanks
Luke
many thanks
Luke
Please Log in or Create an account to join the conversation.
- tommylight
- Offline
- Moderator
Less
More
- Posts: 19526
- Thank you received: 6553
04 Jan 2025 14:27 #318074
by tommylight
Replied by tommylight on topic gcode sample file?
%
G0 X0 Y0
F200 #set this to whatever is OK for your machine
M6 T1
G1 X50 Y50
M6 T2
G1 X100 Y100
M6 T3
G1 X0 Y0
%
Please Log in or Create an account to join the conversation.
Time to create page: 0.046 seconds