mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-12 09:17:52 -06:00
Renamed monotonous infill to monotonic.
This commit is contained in:
parent
8d45b4c468
commit
7fbdda9080
9 changed files with 96 additions and 96 deletions
|
@ -28,7 +28,7 @@ Fill* Fill::new_from_type(const InfillPattern type)
|
|||
case ip3DHoneycomb: return new Fill3DHoneycomb();
|
||||
case ipGyroid: return new FillGyroid();
|
||||
case ipRectilinear: return new FillRectilinear2();
|
||||
case ipMonotonous: return new FillMonotonous();
|
||||
case ipMonotonic: return new FillMonotonic();
|
||||
case ipLine: return new FillLine();
|
||||
case ipGrid: return new FillGrid2();
|
||||
case ipTriangles: return new FillTriangles();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue