diff --git a/SkeinPyPy/newui/gcodeInterpreter.py b/SkeinPyPy/newui/gcodeInterpreter.py index 0dfd669..e94abd3 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: