
Prevent setting of absurdly high hot end temperatures Added R parameter to G1 to go back to previous location, with optional offsets Allow Pronterface and PanelDue M105 requests to execute during file macros etc. Added more status information for PanelDue to M105 S2 command Send replies when prints are paused, resumed or cancelled Added missing newlines at end of M105 responses Increased X and Y course homing speeds
8 lines
115 B
Text
8 lines
115 B
Text
; X axis homing file for dc42 Duet firmware
|
|
G91
|
|
G1 Z4 F200
|
|
G1 X-240 F3000 S1
|
|
G1 X4 F600
|
|
G1 X-10 S1
|
|
G1 Z-4 F200
|
|
G90
|