mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-25 07:34:03 -06:00
support full_fan_speed_layer
This commit is contained in:
parent
ef83e47612
commit
7d122fb479
2 changed files with 6 additions and 6 deletions
|
@ -1643,13 +1643,13 @@ void PrintConfigDef::init_fff_params()
|
|||
|
||||
def = this->add("full_fan_speed_layer", coInts);
|
||||
def->label = L("Full fan speed at layer");
|
||||
//def->tooltip = L("Fan speed will be ramped up linearly from zero at layer \"close_fan_the_first_x_layers\" "
|
||||
// "to maximum at layer \"full_fan_speed_layer\". "
|
||||
// "\"full_fan_speed_layer\" will be ignored if lower than \"close_fan_the_first_x_layers\", in which case "
|
||||
// "the fan will be running at maximum allowed speed at layer \"close_fan_the_first_x_layers\" + 1.");
|
||||
def->tooltip = L("Fan speed will be ramped up linearly from zero at layer \"close_fan_the_first_x_layers\" "
|
||||
"to maximum at layer \"full_fan_speed_layer\". "
|
||||
"\"full_fan_speed_layer\" will be ignored if lower than \"close_fan_the_first_x_layers\", in which case "
|
||||
"the fan will be running at maximum allowed speed at layer \"close_fan_the_first_x_layers\" + 1.");
|
||||
def->min = 0;
|
||||
def->max = 1000;
|
||||
def->mode = comDevelop;
|
||||
def->mode = comAdvanced;
|
||||
def->set_default_value(new ConfigOptionInts { 0 });
|
||||
|
||||
def = this->add("fuzzy_skin", coEnum);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue