Skip to content

Instantly share code, notes, and snippets.

@nraynaud
Last active November 7, 2019 23:16
Show Gist options
  • Save nraynaud/cf189a3ea10c538e64c6fefcc9e1566a to your computer and use it in GitHub Desktop.
Save nraynaud/cf189a3ea10c538e64c6fefcc9e1566a to your computer and use it in GitHub Desktop.
; 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