parent
76f7a40b7f
commit
f5eef06e88
1 changed files with 1 additions and 1 deletions
|
|
@ -308,7 +308,7 @@ class CommandTrigger(GenericEventListener):
|
|||
def _executeGcodeCommand(self, command):
|
||||
commands = [command]
|
||||
if isinstance(command, (list, tuple, set)):
|
||||
self.logger.debug("Executing GCode commands: %r" % command)
|
||||
self._logger.debug("Executing GCode commands: %r" % command)
|
||||
commands = list(command)
|
||||
else:
|
||||
self._logger.debug("Executing GCode command: %s" % command)
|
||||
|
|
|
|||
Loading…
Reference in a new issue