mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-08 23:46:24 -06:00
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:
parent
026bd3d872
commit
52847b8bb4
3 changed files with 64 additions and 49 deletions
|
@ -259,7 +259,8 @@ enum PrintDialogStatus {
|
|||
PrintStatusNotOnTheSameLAN,
|
||||
PrintStatusNeedForceUpgrading,
|
||||
PrintStatusNeedConsistencyUpgrading,
|
||||
PrintStatusNotSupportedSendToSDCard
|
||||
PrintStatusNotSupportedSendToSDCard,
|
||||
PrintStatusBlankPlate
|
||||
};
|
||||
|
||||
std::string get_print_status_info(PrintDialogStatus status);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue