mirror of
				https://github.com/SoftFever/OrcaSlicer.git
				synced 2025-10-30 20:21:12 -06:00 
			
		
		
		
	Revert the default filament color change
In commit c7dbf848a6# the default filament color was changed. This reverts that change in order to implement #759
			
			
This commit is contained in:
		
							parent
							
								
									44df0d8308
								
							
						
					
					
						commit
						35725a23e6
					
				
					 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
	
	 Cory Charlton
						Cory Charlton