Renamed FillBoundedRectilinear to FillEnsuring and moved to separated files.

This commit is contained in:
Lukáš Hejl 2023-01-05 15:59:28 +01:00
parent 634859e4a6
commit 1268856f6a
9 changed files with 137 additions and 112 deletions

View file

@ -60,7 +60,7 @@ enum InfillPattern : int {
ipRectilinear, ipMonotonic, ipAlignedRectilinear, ipGrid, ipTriangles, ipStars, ipCubic, ipLine, ipConcentric, ipHoneycomb, ip3DHoneycomb,
ipGyroid, ipHilbertCurve, ipArchimedeanChords, ipOctagramSpiral, ipAdaptiveCubic, ipSupportCubic, ipSupportBase,
ipLightning,
ipBoundedRectilinear,
ipEnsuring,
ipCount,
};