This commit is contained in:
QIDI TECH
2023-08-26 14:52:45 +08:00
parent e452f65575
commit 0886a00cae
6 changed files with 4 additions and 4 deletions

View File

@@ -5413,10 +5413,10 @@ void Plater::calib_flowrate(int pass)
if (pass == 1)
add_model_calibration(false,
(boost::filesystem::path(Slic3r::resources_dir()) / "calib" / "filament_flow" / "flowrate-test-pass1.3mf").string());
(boost::filesystem::path(Slic3r::resources_dir()) / "calib" / "FlowRate" / "flowrate_coarse.3mf").string());
else
add_model_calibration(false,
(boost::filesystem::path(Slic3r::resources_dir()) / "calib" / "filament_flow" / "flowrate-test-pass2.3mf").string());
(boost::filesystem::path(Slic3r::resources_dir()) / "calib" / "FlowRate" / "flowrate_fine.3mf").string());
}
//B34