This repository has been archived on 2025-02-01. You can view files and clone it, but cannot push or open issues or pull requests.
reprapfirmware-dc42/SD-image/sys-Ormerod1/homex.g
David Crocker d8911b2760 Version 1.00j
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
2015-02-21 10:43:25 +00:00

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