mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-19 19:33:47 +00:00
Fix crash when opening extruder settings
This commit is contained in:
@@ -4554,7 +4554,7 @@ if (is_marlin_flavor)
|
|||||||
|
|
||||||
auto optgroup = page->new_optgroup(L("Size"), L"param_extruder_size");
|
auto optgroup = page->new_optgroup(L("Size"), L"param_extruder_size");
|
||||||
optgroup->append_single_option_line("nozzle_diameter", "", extruder_idx);
|
optgroup->append_single_option_line("nozzle_diameter", "", extruder_idx);
|
||||||
optgroup->append_single_option_line("nozzle_volume_type", "", extruder_idx);
|
//optgroup->append_single_option_line("nozzle_volume_type", "", extruder_idx);
|
||||||
|
|
||||||
optgroup->m_on_change = [this, extruder_idx](const t_config_option_key& opt_key, boost::any value)
|
optgroup->m_on_change = [this, extruder_idx](const t_config_option_key& opt_key, boost::any value)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user