if ToolpathOutside, unable export button

This commit is contained in:
QIDI TECH
2023-06-13 09:40:53 +08:00
parent e39d22cad6
commit bb35958d83
4 changed files with 38 additions and 2 deletions

View File

@@ -103,6 +103,8 @@ public:
void show_sliced_info_sizer(const bool show);
void update_sliced_info_sizer();
void enable_buttons(bool enable);
//Y5
void enable_export_buttons(bool enable);
void set_btn_label(const ActionButtonType btn_type, const wxString& label) const;
bool show_reslice(bool show) const;
bool show_export(bool show) const;