mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2026-03-09 04:54:46 -06:00
Merge branch 'main' into dev/p2s-pr
This commit is contained in:
commit
4efaee4c98
367 changed files with 950 additions and 115 deletions
|
|
@ -3890,6 +3890,13 @@ void PrintConfigDef::init_fff_params()
|
|||
def->mode = comAdvanced;
|
||||
def->set_default_value(new ConfigOptionFloat(0));
|
||||
|
||||
def = this->add("ironing_angle_fixed", coBool);
|
||||
def->label = L("Fixed ironing angle");
|
||||
def->category = L("Quality");
|
||||
def->tooltip = L("Use a fixed absolute angle for ironing.");
|
||||
def->mode = comAdvanced;
|
||||
def->set_default_value(new ConfigOptionBool(false));
|
||||
|
||||
def = this->add("layer_change_gcode", coString);
|
||||
def->label = L("Layer change G-code");
|
||||
def->tooltip = L("This G-code is inserted at every layer change after the Z lift.");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue