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:
xun.zhang 2023-08-15 14:19:31 +08:00 committed by Lane.Wei
parent b16fc2a38b
commit 13bb1552aa
6 changed files with 48 additions and 3 deletions

View file

@ -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;