Merge branch '4.1' of github.com:Ultimaker/Cura into 4.1

This commit is contained in:
Jaime van Kessel 2019-05-06 11:41:58 +02:00
commit 8ecf024334

View File

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