@@ -832,7 +832,10 @@ Printrun. If not, see <http://www.gnu.org/licenses/>."""
self.settings._add(StringSetting("gcview_color_background","#FAFAC7FF",_("3D view background color"),_("Color of the 3D view background"),"Colors"),self.update_gcview_colors,validate=check_rgba_color)
self.settings._add(StringSetting("gcview_color_travel","#99999999",_("3D view travel moves color"),_("Color of travel moves in 3D view"),"Colors"),self.update_gcview_colors,validate=check_rgba_color)
self.settings._add(StringSetting("gcview_color_tool0","#FF000099",_("3D view print moves color"),_("Color of print moves with tool 0 in 3D view"),"Colors"),self.update_gcview_colors,validate=check_rgba_color)
self.settings._add(StringSetting("gcview_color_tool1","#4F0CE599",_("3D view tool 1 moves color"),_("Color of print moves with tool 1 in 3D view"),"Colors"),self.update_gcview_colors,validate=check_rgba_color)
self.settings._add(StringSetting("gcview_color_tool1","#AC0DFF99",_("3D view tool 1 moves color"),_("Color of print moves with tool 1 in 3D view"),"Colors"),self.update_gcview_colors,validate=check_rgba_color)
self.settings._add(StringSetting("gcview_color_tool2","#FFCE0099",_("3D view tool 2 moves color"),_("Color of print moves with tool 2 in 3D view"),"Colors"),self.update_gcview_colors,validate=check_rgba_color)
self.settings._add(StringSetting("gcview_color_tool3","#FF009F99",_("3D view tool 3 moves color"),_("Color of print moves with tool 3 in 3D view"),"Colors"),self.update_gcview_colors,validate=check_rgba_color)
self.settings._add(StringSetting("gcview_color_tool4","#00FF8F99",_("3D view tool 4 moves color"),_("Color of print moves with tool 4 in 3D view"),"Colors"),self.update_gcview_colors,validate=check_rgba_color)
self.settings._add(StringSetting("gcview_color_printed","#33BF0099",_("3D view printed moves color"),_("Color of printed moves in 3D view"),"Colors"),self.update_gcview_colors,validate=check_rgba_color)
self.settings._add(StringSetting("gcview_color_current","#00E5FFCC",_("3D view current layer moves color"),_("Color of moves in current layer in 3D view"),"Colors"),self.update_gcview_colors,validate=check_rgba_color)
self.settings._add(StringSetting("gcview_color_current_printed","#196600CC",_("3D view printed current layer moves color"),_("Color of already printed moves from current layer in 3D view"),"Colors"),self.update_gcview_colors,validate=check_rgba_color)