mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2026-01-06 23:07:42 -07:00
FIX: cannot select k value when connect 2 printer
github: 4085 Change-Id: I660f20032535ad8ab1f218224af68f7cc0dc3395 (cherry picked from commit dc94ad4fb63c4907993e6970511bed90337b6c30)
This commit is contained in:
parent
9a37c45e35
commit
43693ebba9
2 changed files with 2 additions and 2 deletions
|
|
@ -1188,7 +1188,7 @@ void AMSMaterialsSetting::on_select_filament(wxCommandEvent &evt)
|
|||
m_filament_selection = evt.GetSelection();
|
||||
|
||||
//reset cali
|
||||
int cali_select_idx;
|
||||
int cali_select_idx = -1;
|
||||
|
||||
if ( !this->obj || m_filament_selection < 0) {
|
||||
m_input_k_val->Enable(false);
|
||||
|
|
|
|||
|
|
@ -817,7 +817,7 @@ public:
|
|||
long last_read_done_bits{ -1 };
|
||||
long last_reading_bits { -1 };
|
||||
long last_ams_version { -1 };
|
||||
int last_cali_version{-1};
|
||||
std::optional<int> last_cali_version;
|
||||
|
||||
enum ThumbnailState task_thumbnail_state {ThumbnailState::PLACE_HOLDER};
|
||||
std::vector<int> last_stage_list_info;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue