mirror of
				https://github.com/SoftFever/OrcaSlicer.git
				synced 2025-11-02 20:51:23 -07:00 
			
		
		
		
	Merge pull request #760 from CoryCharlton/main
Revert the default filament color change
This commit is contained in:
		
						commit
						1852dec00e
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -1228,7 +1228,7 @@ void PrintConfigDef::init_fff_params()
 | 
			
		|||
    def->tooltip  = L("Default filament color");
 | 
			
		||||
    def->gui_type = ConfigOptionDef::GUIType::color;
 | 
			
		||||
    def->mode     = comAdvanced;
 | 
			
		||||
    def->set_default_value(new ConfigOptionStrings{"#F2754E"});
 | 
			
		||||
    def->set_default_value(new ConfigOptionStrings{""});
 | 
			
		||||
 | 
			
		||||
    def = this->add("filament_colour", coStrings);
 | 
			
		||||
    def->label = L("Color");
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue