mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-08-02 15:52:14 +00:00
FIX: the bed_type is incorrect for flowrate cali
jira: STUDIO-14901 Change-Id: I8a1fcdf5eb051a81f0fcd0c5d9a590bce2646994 (cherry picked from commit 49edbe52572137ff79f1b17dab261d5b800b2499)
This commit is contained in:
@@ -69,7 +69,7 @@ public:
|
||||
bool save_preset(const std::string &old_preset_name, const std::string &new_preset_name, const std::map<std::string, ConfigOption *> &key_values, wxString& message);
|
||||
bool save_preset_with_index(const std::string &old_preset_name, const std::string &new_preset_name, const std::map<std::string, ConfigIndexValue> &key_values, wxString &message);
|
||||
|
||||
virtual void cache_preset_info(MachineObject* obj, float nozzle_dia);
|
||||
virtual void cache_preset_info(MachineObject *obj, float nozzle_dia, BedType bed_type);
|
||||
virtual void recover_preset_info(MachineObject *obj);
|
||||
virtual void back_preset_info(MachineObject *obj, bool cali_finish, bool back_cali_flag = true);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user