Longfellow/sys/homey.g

13 lines
499 B
Plaintext
Raw Normal View History

2024-07-15 10:07:52 +10:00
; homey.g
; called to home the Y axis
;
; generated by RepRapFirmware Configuration Tool v2 on Wed Jan 30 2019 23:28:52 GMT+1100 (AEDT)
G91 ; relative positioning
G1 Z5 F6000 H2 ; lift Z relative to current position
G1 H1 Y-340 F3000 ; move quickly to Y axis endstop and stop there (first pass)
G1 Y5 F5000 ; go back a few mm
G1 H1 Y-340 F600 ; move slowly to Y axis endstop once more (second pass)
G1 Z-5 F6000 H2 ; lower Z again
G90 ; absolute positioning