mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-09-12 19:47:43 +00:00
FIX: fix save preset problem
Change-Id: I0e6f53b0386e8f04babe2d6c7d18f515c37caae3
This commit is contained in:
@@ -199,7 +199,7 @@ protected:
|
||||
void reset_printing_values();
|
||||
|
||||
// save
|
||||
bool save_presets(Preset* preset, const std::string& config_key, ConfigOption* config_value, const std::string& name);
|
||||
bool save_presets(Preset* preset, const std::string& config_key, ConfigOption* config_value, const std::string& name, std::string& message);
|
||||
|
||||
// event handlers
|
||||
void on_select_nozzle(wxCommandEvent& evt);
|
||||
|
||||
Reference in New Issue
Block a user