mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-20 13:17:54 -06:00
FIX: Add protection for cali (for crash)
Jira: 4434 Change-Id: I2b82c68b81dd0c65fe2188ad6824f5f2dda4c8a6
This commit is contained in:
parent
907ffb95eb
commit
7ada04ff1a
1 changed files with 3 additions and 0 deletions
|
@ -1139,6 +1139,9 @@ void CalibrationPresetPage::update_combobox_filaments(MachineObject* obj)
|
|||
{
|
||||
if (!obj) return;
|
||||
|
||||
if (!obj->is_info_ready())
|
||||
return;
|
||||
|
||||
//step 1: update combobox filament list
|
||||
float nozzle_value = get_nozzle_value();
|
||||
obj->cali_selected_nozzle_dia = nozzle_value;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue