self.settings._add(StringSetting("gcview_color_background","#FAFAC7FF",_("3D view background color"),_("Color of the 3D view background"),"Colors"),self.update_gcview_colors)
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)
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)
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)
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)
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)
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)