Fix spacing issues (#12404)

This commit is contained in:
Alexandre Folle de Menezes
2026-03-01 14:13:50 +08:00
committed by SoftFever
parent 31cb77116c
commit c7b65ef498
27 changed files with 117 additions and 117 deletions
+1 -1
View File
@@ -1001,7 +1001,7 @@ void FanControlPopupNew::init_names(MachineObject* obj) {
air_door_func_name[AIR_DOOR::AIR_DOOR_FUNC_INNERLOOP] = _L("Innerloop");
air_door_func_name[AIR_DOOR::AIR_DOOR_FUNC_TOP] = L("Top");/*UNUSED*/
label_text[AIR_DUCT::AIR_DUCT_NONE] = _L("The fan controls the temperature during printing to improve print quality."
label_text[AIR_DUCT::AIR_DUCT_NONE] = _L("The fan controls the temperature during printing to improve print quality. "
"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.");