mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-16 19:28:14 -06:00
"Undo"-buttons work
This commit is contained in:
parent
78208620c0
commit
d7e2305686
3 changed files with 51 additions and 3 deletions
|
@ -418,7 +418,7 @@ PrintConfigDef::PrintConfigDef()
|
|||
def->tooltip = L("This is only used in the Slic3r interface as a visual help.");
|
||||
def->cli = "filament-color=s@";
|
||||
def->gui_type = "color";
|
||||
def->default_value = new ConfigOptionStrings { "#29b2b2" };
|
||||
def->default_value = new ConfigOptionStrings { "#29B2B2" };
|
||||
|
||||
def = this->add("filament_notes", coStrings);
|
||||
def->label = L("Filament notes");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue