From 0b06341fc0a84705b35f0cea6683943bd5feb297 Mon Sep 17 00:00:00 2001 From: daid Date: Wed, 21 Mar 2012 10:42:17 +0100 Subject: [PATCH] Do not emit a warning on M109. #26 --- SkeinPyPy/newui/gcodeInterpreter.py | 2 ++ 1 file changed, 2 insertions(+) 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: