mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-07 06:57:36 -06:00
ENH: refine tl temp check logic and tip
1. refine warning tips jira:STUDIO-4532 Signed-off-by: xun.zhang <xun.zhang@bambulab.com> Change-Id: Ida6f8a8a4fca5cf8cf04e622bd2f3af1baf82d52
This commit is contained in:
parent
01f13afa56
commit
6487b2d0e8
2 changed files with 3 additions and 3 deletions
|
@ -1378,8 +1378,8 @@ void PrintConfigDef::init_fff_params()
|
|||
|
||||
// BBS
|
||||
def = this->add("temperature_vitrification", coInts);
|
||||
def->label = L("Temperature of vitrificaiton");
|
||||
def->tooltip = L("Material becomes soft at this temperature. Thus the heatbed cannot be hotter than this tempature");
|
||||
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->mode = comSimple;
|
||||
def->set_default_value(new ConfigOptionInts{ 100 });
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue