diff --git a/src/slic3r/GUI/Tab.cpp b/src/slic3r/GUI/Tab.cpp index 910054e067..2ca32be01f 100644 --- a/src/slic3r/GUI/Tab.cpp +++ b/src/slic3r/GUI/Tab.cpp @@ -4554,7 +4554,7 @@ if (is_marlin_flavor) 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_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) {