Skip to content

Commit

Permalink
fix an bug that wrong bed type was used for thirdparty printers
Browse files Browse the repository at this point in the history
  • Loading branch information
SoftFever committed Dec 17, 2022
1 parent ab8e066 commit 1938ab4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/slic3r/GUI/Plater.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1040,7 +1040,7 @@ void Sidebar::update_all_preset_comboboxes()
p_mainframe->load_printer_url(host_url);
}

m_bed_type_list->SelectAndNotify(btPEI);
m_bed_type_list->SelectAndNotify(btPEI-1);
m_bed_type_list->Disable();
}

Expand Down Expand Up @@ -11391,4 +11391,4 @@ SuppressBackgroundProcessingUpdate::~SuppressBackgroundProcessingUpdate()
wxGetApp().plater()->schedule_background_process(m_was_scheduled);
}

}} // namespace Slic3r::GUI
}} // namespace Slic3r::GUI

0 comments on commit 1938ab4

Please sign in to comment.