aboutsummaryrefslogtreecommitdiffstats
path: root/klippy/extras/palette2.py
diff options
context:
space:
mode:
authorThijs Triemstra <info@collab.nl>2025-07-25 18:31:19 +0200
committerGitHub <noreply@github.com>2025-07-25 12:31:19 -0400
commit60879fd298fe3b4f3dda63561e6a1c9bdc5ee9af (patch)
tree74cd5c84ca4758c2de14f0fd1686b75a74bfa142 /klippy/extras/palette2.py
parentef4c76fe9494d0e011d6da5610fa868d2e702fff (diff)
downloadkutter-60879fd298fe3b4f3dda63561e6a1c9bdc5ee9af.tar.gz
kutter-60879fd298fe3b4f3dda63561e6a1c9bdc5ee9af.tar.xz
kutter-60879fd298fe3b4f3dda63561e6a1c9bdc5ee9af.zip
klippy: fix typos in python code (#6989)
Signed-off-by: Thijs Triemstra <info@collab.nl>
Diffstat (limited to 'klippy/extras/palette2.py')
-rw-r--r--klippy/extras/palette2.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/klippy/extras/palette2.py b/klippy/extras/palette2.py
index ec8631b0..4fe72080 100644
--- a/klippy/extras/palette2.py
+++ b/klippy/extras/palette2.py
@@ -235,7 +235,7 @@ class Palette2:
"Initialize the print, and check connection with the Palette 2")
def cmd_O1(self, gcmd):
- logging.info("Initializing print with Pallete 2")
+ logging.info("Initializing print with Palette 2")
if not self._check_P2(gcmd):
raise self.printer.command_error(
"Cannot initialize print, palette 2 is not connected")