mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-08-08 22:35:15 -06:00
Update brim generation code. Includes regression test. #1440
This commit is contained in:
parent
5a9c163a2e
commit
aef5c05c57
4 changed files with 38 additions and 19 deletions
|
@ -7,6 +7,7 @@
|
|||
|
||||
%name{Slic3r::ExtrusionPath::Collection} class ExtrusionEntityCollection {
|
||||
%name{_new} ExtrusionEntityCollection();
|
||||
void reverse();
|
||||
void clear()
|
||||
%code{% THIS->entities.clear(); %};
|
||||
ExtrusionEntityCollection* chained_path(bool no_reverse)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue