mirror of https://github.com/Desuuuu/klipper.git
fix Z position shift after auto-leveling
This commit is contained in:
parent
ccf58ec4bf
commit
7ecfd60947
|
@ -810,7 +810,7 @@ class T5UID1:
|
|||
eventtime)
|
||||
idle_time = est_print_time - print_time
|
||||
return (not lookahead_empty
|
||||
or idle_time < 0.2
|
||||
or idle_time < 1.0
|
||||
or self.gcode.get_mutex().test()
|
||||
or self.probe.multi_probe_pending)
|
||||
|
||||
|
|
Loading…
Reference in New Issue