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-MiniKossel/homedelta.g
David Crocker 7550806db4 Version 1.00f
Implemented auto-calibration for delta printers
Preparation for supporting nested macro files
2015-02-05 16:17:27 +00:00

9 lines
543 B
Text

; Homing file for RepRapFirmware on Mini Kossel
G91 ; use relative positioning
;******* Change F500 in the following line by F5000 when you are finished commissioning
G1 S1 X320 Y320 Z320 F500 ; move all carriages up 320mm, stopping at the endstops
G1 S2 X-4 Y-4 Z-4 F1000 ; move all towers down 5mm
G1 S1 X8 Y8 Z8 F500 ; move towers up 8mm, stopping at the endstops
G1 Z-5 ; 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