Fix spacing issues (#12404)

This commit is contained in:
Alexandre Folle de Menezes
2026-02-23 23:31:23 -03:00
committed by GitHub
parent 96be9f94ef
commit ad57020139
27 changed files with 117 additions and 117 deletions

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.");