change workflow

This commit is contained in:
SoftFever 2022-12-24 00:02:53 +08:00
parent d4780c3a97
commit 693c044047
2 changed files with 3 additions and 10 deletions

View file

@ -7872,13 +7872,7 @@ void Plater::calib_pa(bool bowden) {
wxGetApp().mainframe->select_tab(size_t(MainFrame::tp3DEditor));
p->background_process.fff_print()->is_calib_mode() = bowden ? Calib_PA_Bowden : Calib_PA_DDE;
//BBS update extruder params and speed table before slicing
Plater::setExtruderParams(Slic3r::Model::extruderParamsMap);
Plater::setPrintSpeedTable(Slic3r::Model::printSpeedMap);
p->m_slice_all = false;
reslice();
wxGetApp().mainframe->select_tab(size_t(MainFrame::tpPreview));
//select_view_3D("Preview");
}
void Plater::import_sl1_archive()