mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-07 06:57:36 -06:00
ENH: fix full_label problem in chamber temp
STUIDO:3518 Signed-off-by: xun.zhang <xun.zhang@bambulab.com> Change-Id: Id714e518fdc8fb15dfd64046afb4806ea95a31ba
This commit is contained in:
parent
58658ebcb5
commit
6574a0fec4
1 changed files with 1 additions and 1 deletions
|
@ -3179,7 +3179,7 @@ void PrintConfigDef::init_fff_params()
|
|||
"While for PLA, PETG, TPU, PVA and other low temperature materials, the actual chamber temperature should not be high to avoid cloggings,"
|
||||
"so extra chamber temperature compensation is not needed, and 0 is highly recommended");
|
||||
def->sidetext = L("°C");
|
||||
def->full_label = L("Chamber temperature during print.0 means do not open compensation.Don't open it for low-temperature filaments like PLA, PETG, TPU");
|
||||
def->full_label = L("Chamber temperature");
|
||||
def->min = 0;
|
||||
def->max = 60;
|
||||
def->set_default_value(new ConfigOptionInts{0});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue