From f0333e2184d4c979aa2d6614770585e2ca968c2e Mon Sep 17 00:00:00 2001 From: fieldOfView Date: Tue, 24 Jan 2017 23:18:46 +0100 Subject: [PATCH] Fix typo --- cura/LayerPolygon.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cura/LayerPolygon.py b/cura/LayerPolygon.py index 3c228610bc..70b17cff75 100644 --- a/cura/LayerPolygon.py +++ b/cura/LayerPolygon.py @@ -189,7 +189,7 @@ class LayerPolygon: theme.getColor("layerview_skirt").getRgbF(), # SkirtType theme.getColor("layerview_infill").getRgbF(), # InfillType theme.getColor("layerview_support_infill").getRgbF(), # SupportInfillType - theme.getColor("layerview_move_combining").getRgbF(), # MoveCombingType + theme.getColor("layerview_move_combing").getRgbF(), # MoveCombingType theme.getColor("layerview_move_retraction").getRgbF(), # MoveRetractionType theme.getColor("layerview_support_interface").getRgbF() # SupportInterfaceType ])