chiark / gitweb /
Do not emit a warning on M109. #26
authordaid <daid303@gmail.com>
Wed, 21 Mar 2012 09:42:17 +0000 (10:42 +0100)
committerdaid <daid303@gmail.com>
Wed, 21 Mar 2012 09:42:17 +0000 (10:42 +0100)
SkeinPyPy/newui/gcodeInterpreter.py

index 0dfd669b1b85f807091f6903552c3f3f7d4517f8..e94abd399db910c91eb1ebad68cc0a85bc7cea10 100644 (file)
@@ -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: