mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-08 23:46:24 -06:00
ENH:enable flow calibration when using Textured PEI Plate
Change-Id: I34d5ae8a04f97eb4559b27a87f87a894650f6e39
This commit is contained in:
parent
392ddf9047
commit
bba4b993f5
2 changed files with 31 additions and 31 deletions
|
@ -305,7 +305,7 @@ private:
|
|||
StateColor m_btn_bg_enable;
|
||||
|
||||
std::map<std::string, CheckBox *> m_checkbox_list;
|
||||
std::map<std::string, bool> m_checkbox_state_list;
|
||||
//std::map<std::string, bool> m_checkbox_state_list;
|
||||
std::vector<wxString> m_bedtype_list;
|
||||
std::vector<MachineObject*> m_list;
|
||||
std::vector<FilamentInfo> m_filaments;
|
||||
|
@ -440,7 +440,7 @@ public:
|
|||
void update_priner_status_msg(wxString msg, bool is_warning = false);
|
||||
void update_print_status_msg(wxString msg, bool is_warning = false, bool is_printer = true);
|
||||
void update_print_error_info(int code, std::string msg, std::string extra);
|
||||
void set_flow_calibration_state(bool state);
|
||||
//void set_flow_calibration_state(bool state);
|
||||
bool is_show_timelapse();
|
||||
bool is_same_printer_model();
|
||||
bool has_tips(MachineObject* obj);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue