mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-07 06:57:36 -06:00
Support initial_tool variable for filename format
This commit is contained in:
parent
c03d58318a
commit
5213fbfa86
164 changed files with 167 additions and 162 deletions
|
@ -2817,7 +2817,7 @@ def = this->add("filament_loading_speed", coFloats);
|
|||
def->tooltip = L("User can self-define the project file name when export");
|
||||
def->full_width = true;
|
||||
def->mode = comAdvanced;
|
||||
def->set_default_value(new ConfigOptionString("{input_filename_base}_{filament_type[0]}_{print_time}.gcode"));
|
||||
def->set_default_value(new ConfigOptionString("{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode"));
|
||||
|
||||
def = this->add("make_overhang_printable", coBool);
|
||||
def->label = L("Make overhang printable");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue