mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-14 02:07:54 -06:00
ENH: support recover after close Studio
fix flow_ratio not change according preset Change-Id: I048d1183ffcfc2d4470725528aa62f12b32c6216
This commit is contained in:
parent
d4e7cc926f
commit
e5e66cb3dd
5 changed files with 154 additions and 101 deletions
|
@ -63,6 +63,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, std::string& message);
|
||||
|
||||
virtual void cache_preset_info(MachineObject* obj, float nozzle_dia);
|
||||
virtual void recover_preset_info(MachineObject *obj);
|
||||
|
||||
protected:
|
||||
void on_cali_go_home();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue