mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-11 16:19:05 +08:00
colors
This commit is contained in:
parent
5505d5dc74
commit
cead06e925
@ -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…
x
Reference in New Issue
Block a user