mirror of
https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git
synced 2026-07-04 17:07:08 +02:00
Merge branch 'master' of https://github.com/Prusa3d/PrusaSlicer
This commit is contained in:
@@ -2840,7 +2840,7 @@ void PrintConfigDef::init_sla_params()
|
|||||||
def->min = 45;
|
def->min = 45;
|
||||||
def->max = 90;
|
def->max = 90;
|
||||||
def->mode = comAdvanced;
|
def->mode = comAdvanced;
|
||||||
def->set_default_value(new ConfigOptionFloat(45.0));
|
def->set_default_value(new ConfigOptionFloat(90.0));
|
||||||
|
|
||||||
def = this->add("pad_around_object", coBool);
|
def = this->add("pad_around_object", coBool);
|
||||||
def->label = L("Pad around object");
|
def->label = L("Pad around object");
|
||||||
|
|||||||
Reference in New Issue
Block a user