mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-09-14 04:27:36 +00:00
ENH: add nozzle initialization check
jira: none Change-Id: I9378295113c78c1775fa396d592501758d888182 (cherry picked from commit 9c1d6b206722523d79cf07bec25d7866844e4eae)
This commit is contained in:
@@ -166,7 +166,7 @@ public:
|
||||
void load_ams_list(std::string const & device, MachineObject* obj);
|
||||
std::map<int, DynamicPrintConfig> build_filament_ams_list(MachineObject* obj);
|
||||
void sync_ams_list();
|
||||
void sync_extruder_list();
|
||||
bool sync_extruder_list();
|
||||
bool should_sync_extruder_list(MachineObject* obj);
|
||||
void update_sync_status(const MachineObject* obj);
|
||||
// Orca
|
||||
@@ -868,6 +868,8 @@ private:
|
||||
std::vector<int> get_min_flush_volumes(const DynamicPrintConfig &full_config, size_t nozzle_id);
|
||||
|
||||
Preset *get_printer_preset(MachineObject *obj);
|
||||
|
||||
bool check_printer_initialized(MachineObject* obj);
|
||||
} // namespace GUI
|
||||
} // namespace Slic3r
|
||||
|
||||
|
||||
Reference in New Issue
Block a user