
Improved speed of integer square root function Fixed bug in GCodeBuffer IsEmpty function (thanks zpl) Changed tool numbers to start at T0 in all /sys files Added sample macro files
6 lines
187 B
Text
6 lines
187 B
Text
; Pause macro file
|
|
G1 E-4 F2500 ; retract 4mm
|
|
G91 ; relative moves
|
|
G1 Z5 F5000 ; raise nozzle 2mm
|
|
G90 ; absolute moves
|
|
G1 X0 Y85 F5000 ; move head out of the way of the print
|