mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-08 23:46:24 -06:00
ENH: compatible with U0 firmware
Change-Id: I30a4702424fd0df2ad118505c62b6843968465da
This commit is contained in:
parent
1555904bef
commit
0b921c44a8
5 changed files with 118 additions and 45 deletions
|
@ -246,6 +246,7 @@ enum PrintDialogStatus {
|
|||
PrintStatusAmsMappingSuccess,
|
||||
PrintStatusAmsMappingInvalid,
|
||||
PrintStatusAmsMappingValid,
|
||||
PrintStatusAmsMappingByOrder,
|
||||
PrintStatusRefreshingMachineList,
|
||||
PrintStatusSending,
|
||||
PrintStatusSendingCanceled,
|
||||
|
@ -339,7 +340,7 @@ public:
|
|||
void prepare_mode();
|
||||
void sending_mode();
|
||||
void finish_mode();
|
||||
|
||||
|
||||
bool do_ams_mapping(MachineObject* obj_);
|
||||
bool get_ams_mapping_result(std::string &mapping_array_str);
|
||||
void prepare(int print_plate_idx);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue