mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-19 11:23:42 +00:00
FIX:Fixed incorrect printer status
jira:[fixed device issue ] Change-Id: Ibab8db09854adca1e80acaf3831c6e4191e137c7 (cherry picked from commit 0572d811780ac406214665af7748e4ba8243bdc8) (cherry picked from commit b60cdcfed85b1dc89c23ee21cb613e5be86eb14d)
This commit is contained in:
@@ -226,6 +226,7 @@ struct ExtderData
|
||||
int target_extder_id{0};
|
||||
int total_extder_count {0};
|
||||
int current_loading_extder_id {-1};
|
||||
bool current_busy_for_loading{false};
|
||||
ExtruderSwitchState switch_extder_state;
|
||||
std::vector<Extder> extders;
|
||||
};
|
||||
@@ -937,6 +938,7 @@ public:
|
||||
int xcam_filament_tangle_detect_count = 0;
|
||||
int ams_print_option_count = 0;
|
||||
int nozzle_selected_count = 0;
|
||||
bool flag_update_nozzle = {true};
|
||||
|
||||
//supported features
|
||||
bool is_support_chamber_edit{false};
|
||||
|
||||
Reference in New Issue
Block a user