mirror of
https://github.com/QIDITECH/QIDIStudio.git
synced 2026-02-03 18:38:42 +03:00
fix some bug
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user