NEW:check printer status

Change-Id: If2fec3c693af19bb554efd6f69098a465023ecd5
(cherry picked from commit 8516e7b92eb0073123cacefbd5a256755e6caccc)
This commit is contained in:
tao wang 2023-07-03 22:17:17 +08:00 committed by Lane.Wei
parent 28b56c2efb
commit edb70b06b5
4 changed files with 330 additions and 12 deletions

View file

@ -875,7 +875,6 @@ static std::string MachineBedTypeString[BED_TYPE_COUNT] = {
"pe",
};
void SelectMachineDialog::stripWhiteSpace(std::string& str)
{
if (str == "") { return; }