mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-19 12:47:50 -06:00
Fix crash on BBL's calibration tab (#2403)
This commit is contained in:
parent
fc0067ccba
commit
f39f5effa1
1 changed files with 0 additions and 2 deletions
|
@ -1535,8 +1535,6 @@ void CalibrationPresetPage::set_cali_method(CalibrationMethod method)
|
||||||
m_custom_range_panel->set_titles(titles);
|
m_custom_range_panel->set_titles(titles);
|
||||||
|
|
||||||
wxArrayString values;
|
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"));
|
||||||
values.push_back(_L("0.5"));
|
values.push_back(_L("0.5"));
|
||||||
values.push_back(_L("0.005"));
|
values.push_back(_L("0.005"));
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue