mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2026-01-15 20:35:44 -07: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:
parent
9ed5d8a1a9
commit
65e0967b94
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue