aboutsummaryrefslogtreecommitdiffstats
path: root/klippy/mcu.py
diff options
context:
space:
mode:
Diffstat (limited to 'klippy/mcu.py')
-rw-r--r--klippy/mcu.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/klippy/mcu.py b/klippy/mcu.py
index 279c3f1d..a4506938 100644
--- a/klippy/mcu.py
+++ b/klippy/mcu.py
@@ -1,4 +1,4 @@
-# Interface to Klipper micro-controller code
+# Interface to the Kutter MCU
#
# Copyright (C) 2016-2025 Kevin O'Connor <kevin@koconnor.net>
#
@@ -732,7 +732,7 @@ class MCU:
self._serialport = config.get("serial")
if not (
self._serialport.startswith("/dev/rpmsg_")
- or self._serialport.startswith("/tmp/klipper_host_")
+ or self._serialport.startswith("/tmp/kutter_host_")
):
self._baud = config.getint("baud", 250000, minval=2400)
# Restarts