There's are hardcode limits set by the firmware on the rom of the machine. By default AFAIK they are set at 300mm/s for X/Y
You could set your max travel speed, let's say 200mm/s with
M203 X200 Y200 ; Set's max travel speed for x/y
M500 ; Store's the new info into the eprom of the machine firmware
You can edit this on any text file with the extension .gcode
Remember to add a 'return' after the M500 line or the command won't be executed.
- 1
Recommended Posts
2go 6
Sorry to revive an old topic but this is a simple question so no need for a new thread. Let's say I have sliced my STL with all the speed options set to 20 mm/s (printing speed, infill speed, etc). However travel speed is 150 mm/s. Imagine I turn printer's knob during the print and select speed to be 300%. My question is does it affect travel speed? Cause you know, all speeds become essentially 60 mm/s but travel speed - a whopping 450 mm/s. Or maybe changing speed in printer's menu ignores travel speed?
Link to post
Share on other sites