mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-11 08:47:50 -06:00
colors
This commit is contained in:
parent
5505d5dc74
commit
cead06e925
1 changed files with 4 additions and 0 deletions
|
@ -233,6 +233,10 @@ class Polygon():
|
||||||
return Color(1.0, 0.74, 0.0, 1.0)
|
return Color(1.0, 0.74, 0.0, 1.0)
|
||||||
elif self._type == self.SupportInfillType:
|
elif self._type == self.SupportInfillType:
|
||||||
return Color(0.0, 1.0, 1.0, 1.0)
|
return Color(0.0, 1.0, 1.0, 1.0)
|
||||||
|
elif self._type == self.MoveCombingType:
|
||||||
|
return Color(0.0, 0.0, 1.0, 1.0)
|
||||||
|
elif self._type == self.MoveRetractionType:
|
||||||
|
return Color(0.5, 0.5, 1.0, 1.0)
|
||||||
else:
|
else:
|
||||||
return Color(1.0, 1.0, 1.0, 1.0)
|
return Color(1.0, 1.0, 1.0, 1.0)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue