
Fixed print quality problems that mostly affected delta printers e.g. on spiral vase cylinder When reconnecting a browser, cancel any file upload from the same IP address M111 now prints the number of each module with debugging enabled or disabled In special moves on delta printers, the F parameter is now interpreted as the speed of the tower that moves the most M114 now reports stepper positions as well as head position Default to output in Marlin mode M104 command defaults to the only tool if there is only one tool and it is not selected Trying different code for M999PERASE command to see if we can get it to unlock flash and reset more reliably When step errors are logged, report them immediately if Move debugging is enabled. Also reports the total number of step errors in M122. Changed interrupt priority to make tick interrupt higher priority than step interrupt, because we rely on the tick interrupt to check for over temperature conditions and kick the watchdog
7 lines
221 B
Text
7 lines
221 B
Text
; Pause macro file
|
|
M83 ; relative extruder moves
|
|
G1 E-4 F2500 ; retract 4mm
|
|
G91 ; relative moves
|
|
G1 Z5 F5000 ; raise nozzle 2mm
|
|
G90 ; absolute moves
|
|
G1 X0 Y200 F5000 ; move head out of the way of the print
|