mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-06-16 00:42:44 +00:00
FIX: the nozzle data check
jira: [STUDIO-10528] Change-Id: I5a20d52a92f4e6620239753a66fb5febcad19f39 (cherry picked from commit 679ec788e57932c2088b5b08f75128a93f0e0123)
This commit is contained in:
@@ -486,6 +486,7 @@ public:
|
||||
void update_timelapse_enable_status();
|
||||
bool is_same_printer_model();
|
||||
bool is_blocking_printing(MachineObject* obj_);
|
||||
bool is_nozzle_data_valid(const ExtderData& ext_data) const;
|
||||
bool is_same_nozzle_diameters(float& tag_nozzle_diameter, int& mismatch_nozzle_id) const;
|
||||
bool is_same_nozzle_type(const Extder& extruder, std::string& filament_type) const;
|
||||
bool has_tips(MachineObject* obj);
|
||||
|
||||
Reference in New Issue
Block a user