You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: src/sliceDataStorage.h
+1-1
Original file line number
Diff line number
Diff line change
@@ -36,7 +36,7 @@ class SliceLayerPart
36
36
AABB boundaryBox; //!< The boundaryBox is an axis-aligned bounardy box which is used to quickly check for possible collision between different parts on different layers. It's an optimalization used during skin calculations.
37
37
PolygonsPart outline; //!< The outline is the first member that is filled, and it's filled with polygons that match a cross section of the 3D model. The first polygon is the outer boundary polygon and the rest are holes.
38
38
Polygons print_outline; //!< An approximation to the outline of what's actually printed, based on the outer wall. Too small parts will be omitted compared to the outline.
39
-
std::vector<Polygons> insets; //!< The insets are generated with: an offset of (index * line_width + line_width/2) compared to the outline. The insets are also known as perimeters, and printed inside out.
39
+
std::vector<Polygons> insets; //!< The insets are generated with. The insets are also known as perimeters or the walls.
40
40
std::vector<SkinPart> skin_parts; //!< The skin parts which are filled for 100% with lines and/or insets.
0 commit comments