mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-29 09:33:57 -06:00
Merge branch 'main' into dev/support-paint-vertical
This commit is contained in:
commit
a9a6f45f08
344 changed files with 29108 additions and 10950 deletions
|
@ -47,6 +47,7 @@ Fill* Fill::new_from_type(const InfillPattern type)
|
|||
case ipMonotonic: return new FillMonotonic();
|
||||
case ipLine: return new FillLine();
|
||||
case ipGrid: return new FillGrid();
|
||||
case ip2DLattice: return new Fill2DLattice();
|
||||
case ipTriangles: return new FillTriangles();
|
||||
case ipStars: return new FillStars();
|
||||
case ipCubic: return new FillCubic();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue