mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-09-14 12:37:46 +00:00
Re-generate pattern on reslice
This commit is contained in:
@@ -10341,6 +10341,11 @@ 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
|
||||||
|
if (p->model.calib_pa_pattern) {
|
||||||
|
p->model.calib_pa_pattern->generate_gcodes(p->model);
|
||||||
|
}
|
||||||
|
|
||||||
if (printer_technology() == ptSLA) {
|
if (printer_technology() == ptSLA) {
|
||||||
for (auto& object : model().objects)
|
for (auto& object : model().objects)
|
||||||
if (object->sla_points_status == sla::PointsStatus::NoPoints)
|
if (object->sla_points_status == sla::PointsStatus::NoPoints)
|
||||||
|
|||||||
Reference in New Issue
Block a user