ENH:add "not support bed type" function

jira: STUDIO-9028
Change-Id: Id1c6cc9005fc5073d885274e360d31282063a9a3
(cherry picked from commit e74c9e710b4bed97e637c8197052b5bd864bfc95)
This commit is contained in:
zhou.xu
2025-01-23 10:51:20 +08:00
committed by Noisyfox
parent 80f6ce9e3d
commit 30731cfd54
6 changed files with 79 additions and 18 deletions

View File

@@ -129,6 +129,8 @@ class Sidebar : public wxPanel
ScalableButton * ams_btn{nullptr};
std::shared_ptr<SyncNozzleAndAmsDialog> m_sna_dialog{nullptr};
std::shared_ptr<FinishSyncAmsDialog> m_fna_dialog{nullptr};
std::vector<BedType> m_cur_combox_bed_types;
public:
enum DockingState
{
@@ -150,7 +152,8 @@ public:
void update_presets(Slic3r::Preset::Type preset_type);
//BBS
void update_presets_from_to(Slic3r::Preset::Type preset_type, std::string from, std::string to);
BedType get_cur_select_bed_type();
void reset_bed_type_combox_choices();
void change_top_border_for_mode_sizer(bool increase_border);
void msw_rescale();
void sys_color_changed();