mirror of
https://git.mirrors.martin98.com/https://github.com/SoftFever/OrcaSlicer.git
synced 2025-08-14 01:25:51 +08:00
Merge pull request #1 from CoryCharlton/CoryCharlton-issue-759
Revert the default filament color change
This commit is contained in:
commit
60adc6c5dc
@ -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…
x
Reference in New Issue
Block a user