mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2026-02-20 03:22:18 -07:00
ENH: add printable filament types for extruder
jira: none Change-Id: Ie6ada223bc11a53b975c8c20b4a41e7cdc2d524c (cherry picked from commit c64270f506a4d004f66aef3ff31760f793eca489)
This commit is contained in:
parent
eb75a325ca
commit
0926dc46fb
7 changed files with 94 additions and 25 deletions
|
|
@ -685,6 +685,12 @@ void PrintConfigDef::init_common_params()
|
|||
def->mode = comDevelop;
|
||||
def->set_default_value(new ConfigOptionStrings{""});
|
||||
|
||||
def = this->add("printable_filament_types", coStrings);
|
||||
def->label = L("Printable filament type");
|
||||
def->tooltip = L("Printable filament type");
|
||||
def->mode = comDevelop;
|
||||
def->set_default_value(new ConfigOptionStrings{""});
|
||||
|
||||
def = this->add("preferred_orientation", coFloat);
|
||||
def->label = L("Preferred orientation");
|
||||
def->tooltip = L("Automatically orient stls on the Z axis upon initial import.");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue