Ignore M101 and M104 for #222

This commit is contained in:
daid 2012-09-28 15:09:16 +02:00
parent a0c1daa36c
commit 8378267abd

View 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