mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-17 02:22:17 +00:00
ENH:Frontend limits rib width to less than half the tower side length
jira: STUDIO-14681 Change-Id: Id303ae07cacf36059d6de8570fa5ddf7802829ee (cherry picked from commit 919a57eef5d05066c4a804448cad69bdd3102456)
This commit is contained in:
@@ -6214,10 +6214,11 @@ void PrintConfigDef::init_fff_params()
|
||||
|
||||
def = this->add("wipe_tower_rib_width", coFloat);
|
||||
def->label = L("Rib width");
|
||||
def->tooltip = L("Rib width.");
|
||||
def->tooltip = L("Rib width is always less than half the prime tower side length.");
|
||||
def->sidetext = "mm"; // milimeters, don't need translation
|
||||
def->mode = comAdvanced;
|
||||
def->min = 0;
|
||||
def->max = 300;
|
||||
def->set_default_value(new ConfigOptionFloat(8));
|
||||
|
||||
def = this->add("wipe_tower_fillet_wall", coBool);
|
||||
|
||||
Reference in New Issue
Block a user