chiark / gitweb /
Fix typos
[cura.git] / Cura / util / gcodeInterpreter.py
index c13b0bf2b99bf63a6fcee8dbce0d790d196ccdd9..03d2dd415b6a1bf45a0e88fa5778138a1064afa4 100644 (file)
@@ -186,6 +186,10 @@ class gcode(object):
                                        P = getCodeFloat(line, 'P')
                                        if P is not None:
                                                totalMoveTimeMinute += P / 60.0 / 1000.0
+                               elif G == 10:   #Retract
+                                       pass
+                               elif G == 11:   #Push back after retract
+                                       pass
                                elif G == 20:   #Units are inches
                                        scale = 25.4
                                elif G == 21:   #Units are mm