Skip to content

Commit

Permalink
Fix crash on BBL's calibration tab (#2403)
Browse files Browse the repository at this point in the history
  • Loading branch information
Noisyfox authored Oct 13, 2023
1 parent fc0067c commit f39f5ef
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/slic3r/GUI/CalibrationWizardPresetPage.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1535,8 +1535,6 @@ void CalibrationPresetPage::set_cali_method(CalibrationMethod method)
m_custom_range_panel->set_titles(titles);

wxArrayString values;
Preset* printer_preset = get_printer_preset(curr_obj, get_nozzle_value());
int extruder_type = printer_preset->config.opt_enum("extruder_type", 0);
values.push_back(_L("0"));
values.push_back(_L("0.5"));
values.push_back(_L("0.005"));
Expand Down

0 comments on commit f39f5ef

Please sign in to comment.