mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-17 02:22:17 +00:00
NEW: add support_object_first_layer_gap option
jira: STUDIO-6202 github: #3521 Change-Id: I6f1ce9f5312e9482c0f5bf6ac3215861c501106c (cherry picked from commit 83027d923a6e67fa0013e5d9f627283c68e996de) (cherry picked from commit 29da3bc441a194d5b83ce267fe24ebf3f3811133)
This commit is contained in:
@@ -4493,6 +4493,17 @@ void PrintConfigDef::init_fff_params()
|
||||
//Support with too small spacing may touch the object and difficult to remove.
|
||||
def->set_default_value(new ConfigOptionFloat(0.35));
|
||||
|
||||
def = this->add("support_object_first_layer_gap", coFloat);
|
||||
def->label = L("Support/object first layer gap");
|
||||
def->category = L("Support");
|
||||
def->tooltip = L("XY separation between an object and its support at the first layer.");
|
||||
def->sidetext = L("mm");
|
||||
def->min = 0;
|
||||
def->max = 10;
|
||||
def->mode = comAdvanced;
|
||||
//Support with too small spacing may touch the object and difficult to remove.
|
||||
def->set_default_value(new ConfigOptionFloat(0.2));
|
||||
|
||||
def = this->add("support_angle", coFloat);
|
||||
def->label = L("Pattern angle");
|
||||
def->category = L("Support");
|
||||
|
||||
Reference in New Issue
Block a user