diff --git a/plugins/CuraEngineBackend/LayerData.py b/plugins/CuraEngineBackend/LayerData.py index 597839ea39..6634867da2 100644 --- a/plugins/CuraEngineBackend/LayerData.py +++ b/plugins/CuraEngineBackend/LayerData.py @@ -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: