Fixed tooltip for cool plate initial layer temp.

This commit is contained in:
Shane Qi 2024-11-18 12:30:30 -06:00 committed by Lane.Wei
parent c7d394ed69
commit ba07c4e5d7
1 changed files with 1 additions and 1 deletions

View File

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