diff options
Diffstat (limited to 'klippy/mcu.py')
-rw-r--r-- | klippy/mcu.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/klippy/mcu.py b/klippy/mcu.py index 2800b235..ca519198 100644 --- a/klippy/mcu.py +++ b/klippy/mcu.py @@ -548,7 +548,7 @@ class MCU_adc: # Minimum time host needs to get scheduled events queued into mcu MIN_SCHEDULE_TIME = 0.100 # Maximum time all MCUs can internally schedule into the future -MAX_NOMINAL_DURATION = 5.0 +MAX_NOMINAL_DURATION = 3.0 class MCU: error = error |