mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-06 22:47:32 -06:00
NEW:the chamber temperature setting cannot be lower than 40
jira:[new] Change-Id: I1387deb42c60cd9c7bedf115d99f36b0de6f2807
This commit is contained in:
parent
abca2007ab
commit
db26174b47
1 changed files with 4 additions and 0 deletions
|
@ -2932,6 +2932,10 @@ int MachineObject::parse_json(std::string payload)
|
|||
wxString text = _L("Low temperature filament(PLA/PETG/TPU) is loaded in the extruder.In order to avoid extruder clogging,it is not allowed to set the chamber temperature above 45\u2103.");
|
||||
GUI::wxGetApp().show_dialog(text);
|
||||
}
|
||||
else if (jj["errno"].get<int>() == -4) {
|
||||
wxString text = _L("When you set the chamber temperature below 40\u2103, the chamber temperature control will not be activated. And the target chamber temperature will automatically be set to 0\u2103.");
|
||||
GUI::wxGetApp().show_dialog(text);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue