mirror of
https://git.mirrors.martin98.com/https://github.com/bambulab/BambuStudio.git
synced 2025-09-20 05:43:14 +08:00
FIX: switch to 0.2 from 0.4 nozzle, AMS item display 0.0
jira: STUDIO-7816 Change-Id: I03585f73ff1ef7573f9ea1a93b79a981958e06d3
This commit is contained in:
parent
30caad8138
commit
c418445a2f
@ -860,7 +860,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…
x
Reference in New Issue
Block a user