mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-17 10:32:20 +00:00
FIX: Aix and temp control
jira: none Change-Id: I7a9db8178a77727c85ad2b727771179fc5e8050a (cherry picked from commit e6b14bdefb949d3a61479e54b7b27450b344de18)
This commit is contained in:
@@ -26,11 +26,28 @@ protected:
|
||||
wxWindowID ID_NOZZLE_DIAMETER_CHECKBOX_SINGLE;
|
||||
|
||||
MachineObject* obj{ nullptr };
|
||||
|
||||
ComboBox* nozzle_type_checkbox;
|
||||
ComboBox* nozzle_diameter_checkbox;
|
||||
|
||||
ComboBox* multiple_left_nozzle_type_checkbox;
|
||||
ComboBox *multiple_left_nozzle_diameter_checkbox;
|
||||
ComboBox *multiple_left_nozzle_flow_checkbox;
|
||||
|
||||
ComboBox *multiple_right_nozzle_type_checkbox;
|
||||
ComboBox *multiple_right_nozzle_diameter_checkbox;
|
||||
ComboBox *multiple_right_nozzle_flow_checkbox;
|
||||
|
||||
wxPanel *single_panel;
|
||||
wxPanel *multiple_panel;
|
||||
|
||||
std::string last_nozzle_type;
|
||||
std::map<NozzleType, wxString> nozzle_type_map;
|
||||
std::map<NozzleType, int> nozzle_type_selection_map;
|
||||
|
||||
//std::map<NozzleFlowType, wxString> nozzle_flow_map;
|
||||
//std::map<NozzleFlowType, int> nozzle_flow_selection_map;
|
||||
|
||||
std::map<int, float> nozzle_stainless_diameter_map;
|
||||
std::map<int, float> nozzle_hard_diameter_map;
|
||||
public:
|
||||
|
||||
Reference in New Issue
Block a user