ENH: refine some tip with softening temperature

1. refine some tip
2. alert when bed temperture greq than softening temperature

jira: STUDIO-4532
Signed-off-by: xun.zhang <xun.zhang@bambulab.com>
Change-Id: Ib9623553a40825015744783f30c6e439827a49c6
This commit is contained in:
xun.zhang 2023-10-08 19:46:37 +08:00 committed by Lane.Wei
parent c9445dd707
commit 463716dd55
2 changed files with 3 additions and 3 deletions

View file

@ -1378,8 +1378,8 @@ void PrintConfigDef::init_fff_params()
// BBS
def = this->add("temperature_vitrification", coInts);
def->label = L("Glass transition temperature");
def->tooltip = L("At this temperature,glass state transists to rubbery state. Thus the heatbed cannot be hotter than this temperature");
def->label = L("Softening temperature");
def->tooltip = L("The material softens at this temperature, so when the bed temperature is equal to or greater than it, it's highly recommended to open the front door and/or remove the upper glass to avoid cloggings.");
def->mode = comSimple;
def->set_default_value(new ConfigOptionInts{ 100 });