mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-08 23:46:24 -06:00
FIX:disable the send button if not on same LAN
Change-Id: I730fc3b14ab048b4336c0164f775f870a9b171b8
This commit is contained in:
parent
4928ef31b8
commit
3992e25c93
2 changed files with 15 additions and 2 deletions
|
@ -253,7 +253,8 @@ enum PrintDialogStatus {
|
|||
PrintStatusSendingCanceled,
|
||||
PrintStatusLanModeNoSdcard,
|
||||
PrintStatusNoSdcard,
|
||||
PrintStatusTimelapseNoSdcard
|
||||
PrintStatusTimelapseNoSdcard,
|
||||
PrintStatusNotOnTheSameLAN
|
||||
};
|
||||
|
||||
std::string get_print_status_info(PrintDialogStatus status);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue