mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 04:59:00 +08:00
Changed infill color to amber
This commit is contained in:
parent
6aea81232d
commit
c076e28e5f
@ -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…
x
Reference in New Issue
Block a user