Ah of course. Lower temperature while probing.
I wonder what s3d will do if I set a low temp in the starting script before the bedleveling routine.
I’ll experiment a little and return. 🙂
That's exactly how to do it, set a low temp, I use 150deg c, then set the real temp afterwards.
[c]M140 S[bed0_temperature] ; set bed temp
M190 S[bed0_temperature] ; wait for bed temp
M104 S150 ; set extruder temp to 150C cold enough to avoid ooze but get some temp on it
M109 S150 ; wait for extruder temp
G29;
G1 X5 Y20 F1500 ; avoid binder clips
M104 S[extruder0_temperature] ; set extruder temp
M109 S[extruder0_temperature] ; wait for extruder temp[/c]