Do not emit a warning on M109. #26

master
daid 2012-03-21 10:42:17 +01:00
parent 3ca5462fb8
commit 0b06341fc0
1 changed files with 2 additions and 0 deletions

View 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: