mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-07 06:57:36 -06:00
Add safety check for seam_slope_start_height
This commit is contained in:
parent
1943259ac3
commit
550c4d6ca1
3 changed files with 18 additions and 4 deletions
|
@ -3601,6 +3601,7 @@ def = this->add("filament_loading_speed", coFloats);
|
|||
def->tooltip = L("Start height of the scarf.\n"
|
||||
"This amount can be specified in millimeters or as a percentage of the current layer height. The default value for this parameter is 0.");
|
||||
def->sidetext = L("mm or %");
|
||||
def->ratio_over = "layer_height";
|
||||
def->min = 0;
|
||||
def->mode = comAdvanced;
|
||||
def->set_default_value(new ConfigOptionFloatOrPercent(0, false));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue