mirror of
https://git.mirrors.martin98.com/https://github.com/bambulab/BambuStudio.git
synced 2025-09-20 07:03:13 +08:00
Fixed tooltip for cool plate initial layer temp.
This commit is contained in:
parent
c7d394ed69
commit
ba07c4e5d7
@ -650,7 +650,7 @@ void PrintConfigDef::init_fff_params()
|
|||||||
def->label = L("Initial layer");
|
def->label = L("Initial layer");
|
||||||
def->full_label = L("Initial layer bed temperature");
|
def->full_label = L("Initial layer bed temperature");
|
||||||
def->tooltip = L("Bed temperature of the initial layer. "
|
def->tooltip = L("Bed temperature of the initial layer. "
|
||||||
"Value 0 means the filament does not support to print on the Bambu Cool Plate SuperTack");
|
"Value 0 means the filament does not support to print on the Cool Plate");
|
||||||
def->sidetext = "°C";
|
def->sidetext = "°C";
|
||||||
def->min = 0;
|
def->min = 0;
|
||||||
def->max = 120;
|
def->max = 120;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user