mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-12 09:17:52 -06:00
Cubic infill.
This commit is contained in:
parent
1fb57e439e
commit
20cd34a3a5
6 changed files with 43 additions and 11 deletions
|
@ -25,6 +25,7 @@ Fill* Fill::new_from_type(const InfillPattern type)
|
|||
case ipLine: return new FillLine();
|
||||
case ipGrid: return new FillGrid2();
|
||||
case ipTriangles: return new FillTriangles();
|
||||
case ipCubic: return new FillCubic();
|
||||
// case ipGrid: return new FillGrid();
|
||||
case ipArchimedeanChords: return new FillArchimedeanChords();
|
||||
case ipHilbertCurve: return new FillHilbertCurve();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue