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

@@ -3555,7 +3555,7 @@ void SelectMachineDialog::update_show_status(MachineObject* obj_)
}
if (obj_->GetConfig()->HasChamber()) {
const auto& msg = wxString::Format(_L("[ %s ] requires printing in a high-temperature environment.Please close the door."), filament_strs);
const auto& msg = wxString::Format(_L("[ %s ] requires printing in a high-temperature environment. Please close the door."), filament_strs);
show_status(PrintDialogStatus::PrintStatusFilamentWarningHighChamberTempCloseDoor, { msg });
if (PrePrintChecker::is_error(PrintDialogStatus::PrintStatusFilamentWarningHighChamberTempCloseDoor)) { return; }
} else {