Last active
November 7, 2019 23:16
-
-
Save nraynaud/cf189a3ea10c538e64c6fefcc9e1566a to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
; Relative positioning | |
G91 | |
; Lift Z without endstop protection | |
G1 S2 Z2 F6000 | |
; Course home X and Y | |
G1 X-215 Y-215 F4200 S1 | |
; Move away from the endstops | |
G1 X5 Y5 F6000 | |
; Fine home X and Y | |
G1 X-215 Y-215 F360 S1 | |
M98 Phomez.g |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment