mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-20 05:07:51 -06:00
Merged psSkirt and psBrim
This commit is contained in:
parent
97d95e814f
commit
63566a92b3
5 changed files with 15 additions and 21 deletions
|
@ -5704,7 +5704,7 @@ void GLCanvas3D::_load_print_toolpaths()
|
|||
if (print == nullptr)
|
||||
return;
|
||||
|
||||
if (!print->is_step_done(psSkirt) || !print->is_step_done(psBrim))
|
||||
if (! print->is_step_done(psSkirtBrim))
|
||||
return;
|
||||
|
||||
if (!print->has_skirt() && !print->has_brim())
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue