Longfellow/macros/Admin/MaxSpeedsX.gcode

23 lines
654 B
Plaintext
Raw Normal View History

2024-07-15 10:07:52 +10:00
; M350 X256 I0 ; no interpolation
; M92 X1280 ; steps per mm
;M569 P0 V0 ; infinite silence
;M350 X16 I1 ; no interpolation
;M92 X80 ; steps per mm
;M201 X6000.00 ; X acceleration (mm/s/s)
;M203 X{2000*60} ; max feedrate
;M204 P2000 T6000 ; Print/travel acceleration (mm/s/s)
G28 X
G1 X50 F{300*60}
G1 X250 F{400*60}
G1 X50 F{500*60}
G1 X250 F{550*60}
G1 X50 F{700*60}
G1 X250 F{800*60}
G1 X50 F{900*60}
G1 X250 F{1000*60}
G1 X50 F{1100*60}
G1 X250 F{1200*60}