mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2026-02-21 20:12:16 -07:00
Fix chamber_temperature crash
This commit is contained in:
parent
8a6a7a0d7d
commit
6757906ad3
3 changed files with 5 additions and 5 deletions
|
|
@ -3508,7 +3508,7 @@ void SelectMachineDialog::update_show_status(MachineObject* obj_)
|
|||
std::unordered_set<int> known_fila_soften_extruders;
|
||||
std::unordered_set<int> unknown_fila_soften_extruders;
|
||||
auto preset_full_config = wxGetApp().preset_bundle->full_config();
|
||||
auto chamber_temperatures = preset_full_config.option<ConfigOptionInts>("chamber_temperatures");
|
||||
auto chamber_temperatures = preset_full_config.option<ConfigOptionInts>("chamber_temperature");
|
||||
for (const FilamentInfo& item : m_ams_mapping_result) {
|
||||
try
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue