mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-09-27 10:51:22 +00:00
feat: Python Plugins
This commit is contained in:
@@ -383,6 +383,7 @@ public:
|
||||
virtual void update() = 0;
|
||||
virtual void toggle_options() = 0;
|
||||
virtual void init_options_list();
|
||||
std::string options_list_storage_key(const std::string& opt_key) const;
|
||||
virtual void update_custom_dirty(std::vector<std::string> &dirty_options, std::vector<std::string> &nonsys_options) {}
|
||||
void load_initial_data();
|
||||
void update_dirty();
|
||||
|
||||
Reference in New Issue
Block a user