mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-17 02:22:17 +00:00
ENH: preset improvement
Reduce infill/wall overlap Signed-off-by: salt.wei <salt.wei@bambulab.com> Change-Id: I7999f278fdba620bd463ecd315bc35a7b725c2bd
This commit is contained in:
@@ -1093,7 +1093,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{"#00AE42"});
|
||||
def->set_default_value(new ConfigOptionStrings{""});
|
||||
|
||||
def = this->add("filament_colour", coStrings);
|
||||
def->label = L("Color");
|
||||
|
||||
Reference in New Issue
Block a user