mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-12-11 07:48:47 -07:00
(Hopefully) fix temp tower generating PA pattern
This commit is contained in:
parent
925bf447e7
commit
0aa1206886
1 changed files with 3 additions and 1 deletions
|
|
@ -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(
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue