Ignore M101 and M104 for #222

master
daid 2012-09-28 15:09:16 +02:00
parent a0c1daa36c
commit 8378267abd
1 changed files with 4 additions and 0 deletions

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