chiark / gitweb /
Ignore M101 and M104 for #222
authordaid <daid303@gmail.com>
Fri, 28 Sep 2012 13:09:16 +0000 (15:09 +0200)
committerdaid <daid303@gmail.com>
Fri, 28 Sep 2012 13:09:16 +0000 (15:09 +0200)
Cura/util/gcodeInterpreter.py

index 86dbd76262df47ad3ae8bc974e9f49a736a5f091..e029be26781ffd241ded2b94ef8e6b17aa801e37 100644 (file)
@@ -218,6 +218,10 @@ class gcode(object):
                                                pass
                                        elif M == 92:   #Set steps per unit
                                                pass
+                                       elif M == 101:  #Enable extruder
+                                               pass
+                                       elif M == 103:  #Disable extruder
+                                               pass
                                        elif M == 104:  #Set temperature, no wait
                                                pass
                                        elif M == 105:  #Get temperature