mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-16 10:02:12 +00:00
ENH: add protection for chamber temperature
As title. Also add time for waiting chamber temp in printing time Signed-off-by: xun.zhang <xun.zhang@bambulab.com> Change-Id: I8054080d2e8821e421a6d03222b8b25365b5977f
This commit is contained in:
@@ -3175,7 +3175,9 @@ void PrintConfigDef::init_fff_params()
|
||||
def = this->add("chamber_temperatures", coInts);
|
||||
def->label = L("Chamber temperature");
|
||||
def->tooltip = L("By opening chamber_temperature compensation, the heating components will operate to elevate the chamber temperature."
|
||||
"This can help suppress or reduce warping for high-temperature materials and potentially lead to higher interlayer bonding strength");
|
||||
"This can help suppress or reduce warping for high-temperature materials and potentially lead to higher interlayer bonding strength."
|
||||
"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->min = 0;
|
||||
|
||||
Reference in New Issue
Block a user