From: daid Date: Wed, 21 Mar 2012 09:42:17 +0000 (+0100) Subject: Do not emit a warning on M109. #26 X-Git-Tag: RC1~43 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=0b06341fc0a84705b35f0cea6683943bd5feb297;p=cura.git Do not emit a warning on M109. #26 --- diff --git a/SkeinPyPy/newui/gcodeInterpreter.py b/SkeinPyPy/newui/gcodeInterpreter.py index 0dfd669b..e94abd39 100644 --- a/SkeinPyPy/newui/gcodeInterpreter.py +++ b/SkeinPyPy/newui/gcodeInterpreter.py @@ -142,6 +142,8 @@ class gcode(): pass elif M == 108: #Extruder RPM (these should not be in the final GCode, but they are) pass + elif M == 109: #Set temperature, wait + pass elif M == 113: #Extruder PWM (these should not be in the final GCode, but they are) pass else: