mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-07 23:17:35 -06:00
ENH: display unload filament button when use_ams is false
Change-Id: I4dc7cc17c33e5f92543934c3d003c34fea94b0cb Signed-off-by: Stone Li <stone.li@bambulab.com>
This commit is contained in:
parent
761bf07c44
commit
a9938d7676
3 changed files with 19 additions and 7 deletions
|
@ -439,6 +439,7 @@ public:
|
|||
// parse amsStatusMain and ams_status_sub
|
||||
void _parse_ams_status(int ams_status);
|
||||
bool has_ams() { return ams_exist_bits != 0; }
|
||||
bool can_unload_filament();
|
||||
bool is_U0_firmware();
|
||||
bool is_support_ams_mapping();
|
||||
bool is_only_support_cloud_print();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue