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-dc42Kossel/homedelta.g
David Crocker 7da38542a9 Added dc42 Kossel settings, removed redundant files
Added a sys-dc42Kossel folder in the SD card image
Removed non-minimised versions of web interface files
2016-05-23 18:46:10 +01:00

8 lines
463 B
Text

; Homing file for RepRapFirmware on Kossel
G91 ; use relative positioning
G1 S1 X700 Y700 Z700 F2500 ; move all carriages up 700mm, stopping at the endstops
G1 S2 X-3 Y-3 Z-3 ; move all carriages down 3mm
G1 S1 X6 Y6 Z6 F250 ; move carriages slowly up 6mm, stopping at the endstops
G1 Z-5 F2000 ; down a few mm so that we can centre the head
G90 ; back to absolute positioning
G1 X0 Y0 F2000 ; centre the head and set a reasonable feed rate