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: include/LayerPlan.h
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -124,6 +124,7 @@ class LayerPlan : public NoCopy
124
124
std::vector<OverhangMask> overhang_masks_; //!< The regions of a layer part where the walls overhang, calculated for multiple overhang angles. The latter is the most
125
125
//!< overhanging. For a visual explanation of the result, see doc/gradual_overhang_speed.svg
126
126
Shape seam_overhang_mask_; //!< The regions of a layer part where the walls overhang, specifically as defined for the seam
127
+
bool contains_overhang_{ false }; //!< Indicates whether this plan contains any overhanging extrusion
127
128
Shape roofing_mask_; //!< The regions of a layer part where the walls are exposed to the air
128
129
129
130
bool min_layer_time_used = false; //!< Wether or not the minimum layer time (cool_min_layer_time) was actually used in this layerplan.
0 commit comments