From: daid Date: Fri, 28 Sep 2012 13:09:16 +0000 (+0200) Subject: Ignore M101 and M104 for #222 X-Git-Tag: 13.03~319 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=8378267abde8d14c1b1f6f6af6ff531d9b126dfb;p=cura.git Ignore M101 and M104 for #222 --- diff --git a/Cura/util/gcodeInterpreter.py b/Cura/util/gcodeInterpreter.py index 86dbd762..e029be26 100644 --- a/Cura/util/gcodeInterpreter.py +++ b/Cura/util/gcodeInterpreter.py @@ -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