fix Z position shift after auto-leveling

This commit is contained in:
Desuuuu 2020-09-19 18:32:43 +02:00
parent ccf58ec4bf
commit 7ecfd60947
No known key found for this signature in database
GPG Key ID: 85943F4B2C2CE0DC
1 changed files with 1 additions and 1 deletions

View File

@ -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)