Include the prime tower to the time calculations

Contributes to CURA-6509.
This commit is contained in:
Diego Prado Gesto 2019-05-06 14:33:24 +02:00
parent c9e7f3a245
commit 11e86512cb
4 changed files with 5 additions and 3 deletions

View file

@ -371,7 +371,7 @@ class FlavorParser:
elif type == "SUPPORT-INTERFACE":
self._layer_type = LayerPolygon.SupportInterfaceType
elif type == "PRIME-TOWER":
self._layer_type = LayerPolygon.SkirtType
self._layer_type = LayerPolygon.PrimeTowerType
else:
Logger.log("w", "Encountered a unknown type (%s) while parsing g-code.", type)