mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-06 22:47:29 -06:00
Fix colour of prime tower
This commit is contained in:
parent
e363f1af94
commit
15706b7696
1 changed files with 2 additions and 0 deletions
|
@ -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)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue