diff options
Diffstat (limited to 'klippy/extras/palette2.py')
-rw-r--r-- | klippy/extras/palette2.py | 2 |
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") |