From ce9a5c6bc9688bdb77c31a2c7daf128a26ab9695 Mon Sep 17 00:00:00 2001 From: Erwin Ried <1091420+eried@users.noreply.github.com> Date: Tue, 3 Jun 2025 13:21:51 +0200 Subject: [PATCH] Update FanControl.cpp --- src/slic3r/GUI/Widgets/FanControl.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/slic3r/GUI/Widgets/FanControl.cpp b/src/slic3r/GUI/Widgets/FanControl.cpp index 5a18a0000..cf7279d03 100644 --- a/src/slic3r/GUI/Widgets/FanControl.cpp +++ b/src/slic3r/GUI/Widgets/FanControl.cpp @@ -988,7 +988,7 @@ void FanControlPopupNew::init_names() { "The system automatically adjusts the fan's switch and speed " "according to different printing materials."); label_text[AIR_DUCT::AIR_DUCT_COOLING_FILT] = _L("Cooling mode is suitable for printing PLA/PETG/TPU materials and filters the chamber air."); - label_text[AIR_DUCT::AIR_DUCT_HEATING_INTERNAL_FILT] = _L("Heating mode is suitable for printeing ABS/ASA/PC/PA materials and circulates filters the chamber air."); + label_text[AIR_DUCT::AIR_DUCT_HEATING_INTERNAL_FILT] = _L("Heating mode is suitable for printing ABS/ASA/PC/PA materials and circulates filters the chamber air."); label_text[AIR_DUCT::AIR_DUCT_EXHAUST] = _L("Exhaust"); label_text[AIR_DUCT::AIR_DUCT_FULL_COOLING] = _L("Strong cooling mode is suitable for printing PLA/TPU materials. In this mode, the printouts will be fully cooled."); label_text[AIR_DUCT::AIR_DUCT_NUM] = _L("Num");