mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-15 01:22:07 +00:00
FIX: switch to 0.2 from 0.4 nozzle, AMS item display 0.0
jira: STUDIO-7816 Change-Id: Ic5ab4a2004ebe10e3b3c0a0e3fba9386987dc2fb (cherry picked from commit 3acfc87452b320636b3c6f0def8ff1412980c5c3)
This commit is contained in:
@@ -918,7 +918,7 @@ void AMSLib::render_generic_text(wxDC &dc)
|
||||
if (m_info.material_name.empty()) {
|
||||
show_k_value = false;
|
||||
}
|
||||
else if (m_info.cali_idx == -1) {
|
||||
else if (m_info.cali_idx == -1 || (m_obj && (CalibUtils::get_selected_calib_idx(m_obj->pa_calib_tab, m_info.cali_idx) == -1))) {
|
||||
get_default_k_n_value(m_info.filament_id, m_info.k, m_info.n);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user