mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-14 18:27:58 -06:00
small changes
This commit is contained in:
parent
a3bae2f9a5
commit
a8cf77a2b0
5 changed files with 18 additions and 8 deletions
|
@ -7866,9 +7866,9 @@ void Plater::add_model(bool imperial_units/* = false*/, std::string fname/* = "
|
|||
}
|
||||
|
||||
void Plater::calib_pa(bool bowden) {
|
||||
const auto calib_pa_name = "PressureAdvanceTest";
|
||||
const auto calib_pa_name = "Pressure Advance Test";
|
||||
new_project(false, false, calib_pa_name);
|
||||
add_model(false, Slic3r::resources_dir() + "/calib/sf_placeholder.stl");
|
||||
add_model(false, Slic3r::resources_dir() + "/calib/pressure_advance_test.stl");
|
||||
wxGetApp().mainframe->select_tab(size_t(MainFrame::tp3DEditor));
|
||||
|
||||
p->background_process.fff_print()->is_calib_mode() = bowden ? Calib_PA_Bowden : Calib_PA_DDE;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue