mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-07 15:07:31 -06: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:
parent
acf8f7b2a3
commit
f01cf37ead
3 changed files with 3 additions and 3 deletions
|
@ -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");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue