mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-14 18:27:58 -06:00
change workflow
This commit is contained in:
parent
d4780c3a97
commit
693c044047
2 changed files with 3 additions and 10 deletions
|
@ -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()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue