mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-08-29 21:07:11 +00:00
Use correct model
This commit is contained in:
@@ -10333,9 +10333,9 @@ void Plater::reslice()
|
|||||||
// Stop arrange and (or) optimize rotation tasks.
|
// Stop arrange and (or) optimize rotation tasks.
|
||||||
this->stop_jobs();
|
this->stop_jobs();
|
||||||
|
|
||||||
// regenerate CalibPressureAdvancePattern custom G-code to account for changes
|
// regenerate CalibPressureAdvancePattern custom G-code to apply changes
|
||||||
if (p->model.calib_pa_pattern) {
|
if (this->model().calib_pa_pattern) {
|
||||||
p->model.calib_pa_pattern->generate_gcodes(p->model);
|
this->model().calib_pa_pattern->generate_custom_gcodes(this->model());
|
||||||
}
|
}
|
||||||
|
|
||||||
if (printer_technology() == ptSLA) {
|
if (printer_technology() == ptSLA) {
|
||||||
|
|||||||
Reference in New Issue
Block a user