Bugfix: Shouldn't need to move handle to see pattern

This commit is contained in:
thewildmage
2023-07-13 17:07:10 -06:00
parent cd80f9d415
commit f7216d3bdb

View File

@@ -8185,6 +8185,7 @@ void Plater::_calib_pa_pattern(const Calib_Params& params)
pa_pattern.generate_custom_gcodes(model(), fff_print().get_plate_origin());
model().calib_pa_pattern = std::make_unique<CalibPressureAdvancePattern>(pa_pattern);
changed_objects({ 0 });
}
void Plater::_calib_pa_tower(const Calib_Params& params) {