mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-21 20:25:20 +00:00
(Hopefully) fix temp tower generating PA pattern
This commit is contained in:
@@ -10351,7 +10351,9 @@ void Plater::reslice()
|
|||||||
this->stop_jobs();
|
this->stop_jobs();
|
||||||
|
|
||||||
// regenerate CalibPressureAdvancePattern custom G-code to apply changes
|
// regenerate CalibPressureAdvancePattern custom G-code to apply changes
|
||||||
if (model().calib_pa_pattern) {
|
if (p->background_process.fff_print()->calib_mode() == CalibMode::Calib_PA_Pattern) {
|
||||||
|
assert(model().calib_pa_pattern);
|
||||||
|
|
||||||
PresetBundle* preset_bundle = wxGetApp().preset_bundle;
|
PresetBundle* preset_bundle = wxGetApp().preset_bundle;
|
||||||
|
|
||||||
model().calib_pa_pattern->generate_custom_gcodes(
|
model().calib_pa_pattern->generate_custom_gcodes(
|
||||||
|
|||||||
Reference in New Issue
Block a user