mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-08 07:27:29 -06:00
Changed infill color to amber
This commit is contained in:
parent
6aea81232d
commit
c076e28e5f
1 changed files with 1 additions and 1 deletions
|
@ -217,7 +217,7 @@ class Polygon():
|
|||
elif self._type == self.SkirtType:
|
||||
return Color(0.0, 1.0, 1.0, 1.0)
|
||||
elif self._type == self.InfillType:
|
||||
return Color(1.0, 1.0, 0.0, 1.0)
|
||||
return Color(1.0, 0.74, 0.0, 1.0)
|
||||
elif self._type == self.SupportInfillType:
|
||||
return Color(0.0, 1.0, 1.0, 1.0)
|
||||
else:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue