Skip to content

Commit

Permalink
make folder name more consistent
Browse files Browse the repository at this point in the history
  • Loading branch information
SoftFever committed Nov 4, 2023
1 parent 528fb63 commit 36ffb18
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
Binary file added resources/calib/pressure_advance/pa_pattern.3mf
Binary file not shown.
4 changes: 2 additions & 2 deletions src/slic3r/GUI/Plater.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -8290,7 +8290,7 @@ void Plater::calib_pa(const Calib_Params& params)

switch (params.mode) {
case CalibMode::Calib_PA_Line:
add_model(false, Slic3r::resources_dir() + "/calib/PressureAdvance/pressure_advance_test.stl");
add_model(false, Slic3r::resources_dir() + "/calib/pressure_advance/pressure_advance_test.stl");
break;
case CalibMode::Calib_PA_Pattern:
_calib_pa_pattern(params);
Expand Down Expand Up @@ -8404,7 +8404,7 @@ void Plater::_calib_pa_pattern(const Calib_Params& params)
}

void Plater::_calib_pa_tower(const Calib_Params& params) {
add_model(false, Slic3r::resources_dir() + "/calib/PressureAdvance/tower_with_seam.stl");
add_model(false, Slic3r::resources_dir() + "/calib/pressure_advance/tower_with_seam.stl");

auto print_config = &wxGetApp().preset_bundle->prints.get_edited_preset().config;
auto printer_config = &wxGetApp().preset_bundle->printers.get_edited_preset().config;
Expand Down

0 comments on commit 36ffb18

Please sign in to comment.