G32 tries to go negative on X axis
-
Thanks for the help folks, moving on to the next round, G32. It does the first probe just fine, but then X tries to go negative and rubs the belt (that da-da-da-da-da sound) but then continues on to the rest. I can't find where the odd plot number is..
config.g
; Axis Limits
M208 X20 Y-19 Z0 S1 ; set axis minima
M208 X230 Y215 Z200 S0 ; set axis maximabed.g
; called to perform automatic bed compensation via G32
;
; generated by RepRapFirmware Configuration Tool v3.2.3 on Sun May 16 2021 20:01:34 GMT-0500 (Central Daylight Time)
M561 ; clear any bed transform
;G29 ; probe the bed and enable compensation
;Dual Z bed.g
G28 ; home
G30 P0 X20 Y105 Z-99999 ; probe near a leadscrew, half way along Y axis
G30 P1 X180 Y105 Z-99999 S2 ; probe near a leadscrew and calibrate 2 motors
G28 Z -
Please post your full config.g and homeall.g as well.
Need to see your probe offset.
@hbrownell said in G32 tries to go negative on X axis:
M208 X20
This means that when your X endstop is triggered your nozzle is actually at 20mm inside of the bed surface? Is that correct? Or do you mean it's 20mm outside of the bed surface?