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/SupportInfillPart.h
+10-1Lines changed: 10 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,7 @@
4
4
#ifndef SUPPORT_INFILL_PART_H
5
5
#defineSUPPORT_INFILL_PART_H
6
6
7
+
#include<optional>
7
8
#include<vector>
8
9
9
10
#include"geometry/Polygon.h"
@@ -38,8 +39,16 @@ class SupportInfillPart
38
39
coord_t custom_line_distance_; //!< The distance between support infill lines. 0 means use the default line distance instead.
39
40
bool use_fractional_config_; //!< Request to use the configuration used to fill a partial layer height here, instead of the normal full layer height configuration.
Copy file name to clipboardExpand all lines: include/TreeSupport.h
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -332,7 +332,7 @@ class TreeSupport
332
332
* \param support_roof_extra_wall_storage_fractional[in] Areas of roof that were projected one layer up, but roofs need to have a wall to print correctly.
333
333
* \param fake_roof_areas_combined[out] All areas that contain the fake roofs.
334
334
* \param cradle_base_areas[out] Copy of all cradle base areas. Already added to correct storage.
335
-
* \param cradle_support_line_areas[out] All cradle lines consisting of regular support. Will still have to be added as support (Done in generateSupportSkin)
335
+
* \param cradle_support_line_areas[out] All cradle lines consisting of regular support. Already added as support.
336
336
* \param storage[in,out] The storage where the support should be stored.
337
337
* \param cradle_data[in] All currently existing cradles, with its corresponding cradle lines.
338
338
*/
@@ -371,7 +371,7 @@ class TreeSupport
371
371
* \param support_skin_storage[out] Areas where high density support should be generated.
372
372
* \param fake_roof_areas_combined[in] All areas that contain the fake roofs.
373
373
* \param cradle_base_areas[in] Copy of all cradle base areas. Already added to correct storage.
374
-
* \param cradle_support_line_areas[in] All cradle lines consisting of regular support. Will be to be added as support.
374
+
* \param cradle_support_line_areas[in] All cradle lines consisting of regular support. Already added as support.
375
375
* \param hole_parts[in] Parts of holes, ordered by layer.
376
376
* \param valid_holes[in] Indices of holes that rest on outer wall, by layer.
377
377
* \param non_removable_holes[in] Indices of holes that can not be removed, by layer.
0 commit comments