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 9bc5b2c7..751e55ef 100644 --- a/klippy/mcu.py +++ b/klippy/mcu.py @@ -684,7 +684,7 @@ class MCU: def _send_get_config(self): get_config_cmd = self.lookup_query_command( "get_config", - "config is_config=%c crc=%u move_count=%hu is_shutdown=%c") + "config is_config=%c crc=%u is_shutdown=%c move_count=%hu") if self.is_fileoutput(): return { 'is_config': 0, 'move_count': 500, 'crc': 0 } config_params = get_config_cmd.send() |