Fast then slow Z probe - SOLVED
-
@phaedrux said in Fast then slow Z probe - SOLVED:
I do exactly that with the M558 in the homing files. Works fine.
; Probe the bed ; M558 A1 F300 ; Set single probing at faster feed rate G30 ; Do a single probe to home our Z axis M98 P"ZSpeedsSlow.g" ; Set lower speeds for homing M558 A10 F100 ; Set multiple probing at slower feed rate G30 ; Probe again to get a more accurate position M98 P"ZSpeedsNormal.g" ; Set normal speeds again
Ahhh. So you can just change the "F" parameter in M558 and not have to input the entire line?
-
@deckingman Precisely.
-
@phaedrux Top man!
-
@deckingman said in Fast then slow Z probe - SOLVED:
@phaedrux Top man!
That's a new one! I like it.
-
It's a general principle of RRF GCode that any parameters you don't provide keep their previous values. So you need only specify the instance that you want to change (e.g. which driver/fan/axis/filament monitor - but there is only one Z probe supported on Duet 2 so this doesn't apply to M558) and the values you want to change.
-
@dc42 Thanks - that's good to know.
-
-
@phaedrux said in Fast then slow Z probe - SOLVED:
I do exactly that with the M558 in the homing files. Works fine.
; Probe the bed ; M558 A1 F300 ; Set single probing at faster feed rate G30 ; Do a single probe to home our Z axis M98 P"ZSpeedsSlow.g" ; Set lower speeds for homing M558 A10 F100 ; Set multiple probing at slower feed rate G30 ; Probe again to get a more accurate position M98 P"ZSpeedsNormal.g" ; Set normal speeds again
Hello Phaedrux,
even when it is a very old post i would like to ask something related to this....
Do we have the same situation as well in X/Y positioning during Probing? We are using the same speed as for X/Y referenzing....so to speed up a little the Z-probing positioning is something similar possible? Currently the impact through the mechanic is quite high just because we are using the same Speed "F" Paramenter?!Many thanks in advance
Danijel
-
@topenga I'm not sure which part exactly you're trying to speed up? The travel between probe points during a G29 is defined by M558 T
-
Hello back,
thanks a lot....yes talked about the speed between the Z-Probs itself. I found the problem...my acceleration was far to low and therfore the speed was not achived. Now i found the compromiss to reduce the probing points as well to increase a bit the acceleration....Many thanks
Danijel