From ba07c4e5d78365eb355f184fa4411537f8c99ad4 Mon Sep 17 00:00:00 2001 From: Shane Qi Date: Mon, 18 Nov 2024 12:30:30 -0600 Subject: [PATCH] Fixed tooltip for cool plate initial layer temp. --- src/libslic3r/PrintConfig.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libslic3r/PrintConfig.cpp b/src/libslic3r/PrintConfig.cpp index 122ab26c9..95765d74a 100644 --- a/src/libslic3r/PrintConfig.cpp +++ b/src/libslic3r/PrintConfig.cpp @@ -650,7 +650,7 @@ void PrintConfigDef::init_fff_params() def->label = L("Initial layer"); def->full_label = L("Initial layer bed temperature"); 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->min = 0; def->max = 120;