Advertisement
Guest User

homeall.g

a guest
Apr 3rd, 2019
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.85 KB | None | 0 0
  1. ; homeall.g
  2. ; called to home all axes
  3. ;
  4. ; generated by RepRapFirmware Configuration Tool on Fri Dec 15 2017 16:55:26 GMT+0000 (GMT Standard Time)
  5. G91 ; relative positioning
  6. G1 Z5 F6000 S2 ; lift Z relative to current position
  7. G1 S1 X-205 Y-205 F1800 ; move quickly to X and Y axis endstops and stop there (first pass)
  8. G1 X5 Y5 F6000 ; go back a few mm
  9. G1 S1 X-205 Y-205 F360 ; move slowly to X and Y axis endstops once more (second pass)
  10.  
  11. ;G1 S1 Z-185 F1800 S1 ; move Z down stopping at the endstop
  12. M98 P/macros/Probing/ProbeTest_End
  13. M98 P/macros/Probing/4Corners/ProbeNearLeft
  14. G92 Z0.9 ;0.8 is known good.
  15. G90 ; absolute positioning
  16. ;G92 Z-1.2; Z2.5 ; set new Z position ;X30 z0.9
  17. ;G1 Z5 F100 ; uncomment this line to lift the nozzle after homing
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement