klippy: fix typos in python code (#6989)
Signed-off-by: Thijs Triemstra <info@collab.nl>
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user