M558 Px Hx F120 T6000 A3 S0.03 not working
-
can someone post code for mesh bed leveling, probing each point 2-3 times
A parameter (for probing number) in M558 dosn't work -
Duet 2 wifi RRF v3.4
-
@voronswcroatia
This is mine...
M558 P9 C"121.io0.in" H5 F600:120 T6000 A1 ; set Z probe type to bltouch, pin assigned, dive height, max/min speeds, probe twice
The A 1 is one additional, A2 would be 2 additional, etc
Fspeed of first probe:speed of all subsequent probesI would nix the S command until you have it working.
-
@voronswcroatia said in M558 Px Hx F120 T6000 A3 S0.03 not working:
M558 dosn't work
What doesn't work?
-
@phaedrux multiple probing single point when doing bed mesh...
-
@tmitch205 thanx.... But I have omron proximity sensor so P5? Am I missing something? and A value whatever I put 2, 3... It's just do one probing on each point
-
@voronswcroatia
That's how it looks to me.; IR-Probe (K0)
M558 K0 C"zprobe.in" P3 H1.7 F120 T10000 B1 A10 S0.010 R0.4; BLTouch (K1)
M558 K1 C"e1stop" P9 H3 F120 T10000 B1 A10 S0.010 R0.4!!! Please do not take over 1:1 !!!
This M558 command line states that there can be a maximum difference of 0.010mm between the first and second measurement.
If the measured value is above this 0.010mm, the mesh bed leveling is aborted after 10 attempts.See M558 definition for more Info
I installed two Z-Probes !
The BLTouch is specially designed for rough or transparent print surfaces like glass or PEI etc.
Didn't want to throw it away after switching to IR-Probe as it's still very usable. -
@voronswcroatia said in M558 Px Hx F120 T6000 A3 S0.03 not working:
@phaedrux multiple probing single point when doing bed mesh...
Share your gcode. config.g, homing files, bed.g, mesh.g, and however you're initiating the mesh probing.