ENH: valid print all when selecting blank plate

and give a tips when print blank plate

Change-Id: Ic243dcee87d4a5a09de91c5806f1a94735f1052b
Signed-off-by: Stone Li <stone.li@bambulab.com>
This commit is contained in:
Stone Li 2022-12-13 18:03:56 +08:00 committed by Lane.Wei
parent 026bd3d872
commit 52847b8bb4
3 changed files with 64 additions and 49 deletions

View file

@ -259,7 +259,8 @@ enum PrintDialogStatus {
PrintStatusNotOnTheSameLAN,
PrintStatusNeedForceUpgrading,
PrintStatusNeedConsistencyUpgrading,
PrintStatusNotSupportedSendToSDCard
PrintStatusNotSupportedSendToSDCard,
PrintStatusBlankPlate
};
std::string get_print_status_info(PrintDialogStatus status);