Hi,
After switching to RRF3.0, I can no longer do automatic G32 calibration:
1/ the z-probe measurement is no longer on the web interface ( => it can be displayed with the parameter "return to DWC1")
2/ when I launch G32 , it launches a "manual" z-probe, and not automatic !
My config in config.g :
;
; ***** Z probe and compensation definition *****
M558 P1 F100 T3000 X0 Y0 Z0 H4 ; Z probe is a Smart Effector
G31 P500 X0 Y0 Z1.80 ; Set the zprobe height and threshold for Smart Effector
M557 R85 S20 ; define mesh grid
;
My config in bed.g :
M561 ; clear any bed transform, otherwise homing may be at the wrong height
G28
G30 P0 X0.00 Y80.00 Z-99999 H0
.......................
G30 P15 X0 Y0 Z-99999 S6
;
G1 X0 Y0 Z150 F6000 ; get the head out of the way of the bed
;
M500 ;
G29
Anything changed about the G32 calibration?
Thanks.
Ludis