Advertisement
lutzmor

bed.g

Jan 28th, 2021
112
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.09 KB | None | 0 0
  1. ; bed.g
  2. ; called to perform automatic bed compensation via G32
  3. ;
  4. ; generated by RepRapFirmware Configuration Tool v3.2.2 on Thu Jan 28 2021 08:56:18 GMT+0100 (Central European Standard Time)
  5. M561 ; clear any bed transform
  6. M913 X80 Y80 Z70 ; Reduce motor current for safety
  7. G28 ; Home
  8. G30 P0 X43.5 Y60 Z-99999 ; Probe near Front left leadscrew
  9. G30 P1 X43.5 Y355 Z-99999 ; PROBE POINT 2 Rear Left
  10. G30 P2 X320 Y355 Z-99999 ; Probe point 3 rear right
  11. ;G30 P3 X190 Y150 Z-99999 ; Probe Center
  12. G30 P3 X320 Y60 F9000 Z-99999 S3 ; PROBE POINT 4 front right
  13. G28 ; Home
  14. M913 X100 Y100 Z100 ; return motors to full current
  15. G4 P1200 ; Pause
  16. M300 S300 P200 ; Beep
  17. G4 P300 ; Pause
  18. M300 S300 P200 ; Beep
  19. G4 P300 ; Pause
  20. M300 S500 P350 ; Beep
  21. G4 P600 ; Pause
  22. G92 E0 ; Extruder set to 0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement