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