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-Prusai3/homez.g
David Crocker 8d37f6dffd Updates to SD card contents
Added sample SD card files for Prusa i3
Updated sample CoreXY config.g file
Updated IAP files
2016-05-31 10:59:07 +01:00

8 lines
221 B
Text

; Z homing file for Prusa i3 or similar printer using a Z probe for Z homing
G91
G1 Z5 F200
G90
G1 X100 Y100 F9000
G30
; Un-comment the following line if you want the head to actually move to Z=0 after homing
;G1 Z0 F200