mirror of
				https://github.com/SoftFever/OrcaSlicer.git
				synced 2025-10-30 20:21:12 -06:00 
			
		
		
		
	Merge pull request #1 from CoryCharlton/CoryCharlton-issue-759
Revert the default filament color change
This commit is contained in:
		
						commit
						60adc6c5dc
					
				
					 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->tooltip  = L("Default filament color"); | ||||||
|     def->gui_type = ConfigOptionDef::GUIType::color; |     def->gui_type = ConfigOptionDef::GUIType::color; | ||||||
|     def->mode     = comAdvanced; |     def->mode     = comAdvanced; | ||||||
|     def->set_default_value(new ConfigOptionStrings{"#F2754E"}); |     def->set_default_value(new ConfigOptionStrings{""}); | ||||||
| 
 | 
 | ||||||
|     def = this->add("filament_colour", coStrings); |     def = this->add("filament_colour", coStrings); | ||||||
|     def->label = L("Color"); |     def->label = L("Color"); | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Cory Charlton
						Cory Charlton