Skip to content

Commit

Permalink
Merge pull request bambulab#1 from CoryCharlton/CoryCharlton-issue-759
Browse files Browse the repository at this point in the history
Revert the default filament color change
  • Loading branch information
CoryCharlton committed Apr 15, 2023
2 parents 44df0d8 + 35725a2 commit 60adc6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libslic3r/PrintConfig.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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");
Expand Down

0 comments on commit 60adc6c

Please sign in to comment.