fix some bug

This commit is contained in:
QIDI TECH
2025-02-25 10:53:15 +08:00
parent afc204307c
commit 1957136227
25 changed files with 1087 additions and 132 deletions

View File

@@ -151,6 +151,14 @@ public:
std::map<int, DynamicPrintConfig> build_filament_ams_list(MachineObject* obj);
void sync_ams_list();
//w42
std::vector<std::string> box_filament_id;
std::vector<std::string> box_filment_colors;
void sync_box_list();
void load_box_list(std::vector<std::string> id, std::vector<std::string> color);
std::map<int, DynamicPrintConfig> build_filament_box_list(std::vector<std::string> id, std::vector<std::string> color);
void updata_filament_list();
ObjectList* obj_list();
ObjectSettings* obj_settings();
ObjectLayers* obj_layers();
@@ -203,6 +211,10 @@ private:
bool m_soft_first_start {true };
bool m_is_gcode_file{ false };
bool m_update_3d_state{false};
//w42
ScalableButton* fila_sync_btn = nullptr;
};
class Plater: public wxPanel