ENH:dynamically update use_ams options

jira:[none]

Change-Id: Ia555b3375d3a195b8b6c0e0d6f65b78dd997c810
(cherry picked from commit 58d6ac32f99c700da90aca1ec7ba1d986eb2eff7)
This commit is contained in:
tao wang
2024-12-05 22:23:45 +08:00
committed by Noisyfox
parent 148ccec58d
commit 27780819e1
2 changed files with 24 additions and 18 deletions

View File

@@ -473,6 +473,11 @@ public:
PrintDialogStatus get_status() { return m_print_status; }
std::vector<std::string> sort_string(std::vector<std::string> strArray);
};
wxDECLARE_EVENT(EVT_SWITCH_PRINT_OPTION, wxCommandEvent);
}} // namespace Slic3r::GUI
#endif