mirror of
https://github.com/QIDITECH/klipper.git
synced 2026-01-31 16:08:42 +03:00
update klipper
This commit is contained in:
@@ -358,7 +358,7 @@ class GCodeDispatch:
|
||||
not gcmd.get_float('S', 1.) or self.is_fileinput)):
|
||||
# Don't warn about requests to turn off fan when fan not present
|
||||
return
|
||||
gcmd.respond_info('Unknown command:"%s"' % (cmd,))
|
||||
#gcmd.respond_info('Unknown command:"%s"' % (cmd,))
|
||||
def _cmd_mux(self, command, gcmd):
|
||||
key, values = self.mux_commands[command]
|
||||
if None in values:
|
||||
|
||||
Reference in New Issue
Block a user