ENH:modify bed type for machine

jira: none
Change-Id: I6ea5bd463918109763f6550188adbbc0733cedc6
(cherry picked from commit 41551af46371a5b7e340d8674d333b738b7f9d05)
This commit is contained in:
zhou.xu
2025-08-09 10:06:23 +08:00
committed by Noisyfox
parent e4418731eb
commit e89817b263
5 changed files with 118 additions and 4 deletions

View File

@@ -163,6 +163,7 @@ public:
//void update_partplate(PartPlateList& list);
void update_presets(Slic3r::Preset::Type preset_type);
//BBS
const std::vector<BedType>& get_cur_combox_bed_types() { return m_cur_combox_bed_types; }
void update_presets_from_to(Slic3r::Preset::Type preset_type, std::string from, std::string to);
BedType get_cur_select_bed_type();
std::string get_cur_select_bed_image();