I am pretty sure that only the first G0 in Gcode from CC is at the maximum feedrate and all others will be at the normal milling feedrate. If this is correct, is there anyway to override this without editing the GCode and if I edit the Gcode are there any drawbacks to running all G0 position movements at the machine maximum? I am feeding this to a Shapeoko 3 with CM. Thank you in advance.
All G0 movements are “Rapid” movements which will be made at the speeds and accelerations specified in Grbl as discussed at:
(note that those settings are already in Carbide Motion, that discussion is pointed out for information only)
If you have a file where what should be a Rapid movement is not made at a Rapid rate, please upload it and we will look into it with you.
Thank you Will for the quick response. I have seen no issues when running projects but I also dont know if I pay that close attention. I am currently writing code to modify Gcode and the first step is filling in each motion command to include G,X,Y,Z,and F, accounting for modality where it applies.Cheers.
This topic was automatically closed after 30 days. New replies are no longer allowed.