ive managed this but the probe does sometime not trigger while running g32 oder g29. While calibrating everything just works fine.
the other thing is, the lights on the z-probe will light as soon as they reach the altitude, but the DWC still has a value of 0.
I have also tested whether there are possibly places he does not recognize by I let you nozzle with a millimeter distance to the bed over the whole bed drive. A value of 1000 has been displayed at each location.
he only sometimes makes me a leadscrew correction what could that be?
config:
; Endstops
Endstops
M574 X1 Y1 S3 ; Set endstop controlled by stall
M574 Z1 S2 ; Set endstops controlled by probe
; Zprobe
M558 P5 H10 A3 ; Set Z probe type to unmodulated and the dive height + speeds
G31 P100 X0 Y0 Z1.56 ; Set Z probe trigger value, offset and trigger height
M557 X15:450 Y50:450 S100 ; Define mesh grid
Bed:
; Auto calibration routine
;Clear and Home Printer Set Temperature
M561 ; Clear any bed transform, otherwise homing may be at the wrong height
M190 S60 ; Set Heatbed temperatur 60 and wait
M109 T0 S200 ; Set Extruder0 Temperature 230 and wait
;M109 T1 S230 ; Set Extruder1 Temperature 230 and wait
G1 E-5 ; Retraction Extruder -5mm
;G28 Y ; home the printer Y
;G28 X ; home the printer X
;G28 Z ; home the printer Z
;slow down movement to delineate bed touch from travel moves
;Probing Points
G30 P0 X80 Y50 Z-99999
G30 P1 X80 Y150 Z-99999
G30 P2 X80 Y250 Z-99999
G30 P3 X80 Y350 Z-99999
G30 P4 X80 Y450 Z-99999
G30 P5 X400 Y450 Z-99999
G30 P6 X400 Y350 Z-99999
G30 P7 X400 Y250 Z-99999
G30 P8 X400 Y150 Z-99999
G30 P9 X400 Y50 Z-99999
G30 P10 X240 Y50 Z-99999
G30 P11 X240 Y150 Z-99999
G30 P12 X240 Y250 Z-99999 S3
;G30 P13 X240 Y350 Z-99999
;G30 P14 X240 Y450 Z-99999
;G30 P15 X250 Y250 Z-99999 S3
;M557 X15:485 Y15:485 S50 ;define levelling grid
;G29 S0 ;load grid levelling mesh
G1 X250 Y250 Z20 F3000 ; get the head out of the way of the bed
;M500 ;save calibration to config_override.g