Skip to content

Commit

Permalink
Update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
casperlamboo committed Jan 26, 2024
1 parent d2e7260 commit 7a46457
Showing 1 changed file with 13 additions and 6 deletions.
19 changes: 13 additions & 6 deletions include/LayerPlan.h
Original file line number Diff line number Diff line change
Expand Up @@ -404,7 +404,9 @@ class LayerPlan : public NoCopy
* \param settings The settings which should apply to this line added to the
* layer plan.
* \param default_config The config with which to print the wall lines
* that are not spanning a bridge.
* that are not spanning a bridge or are exposed to air.
* \param roofing_config The config with which to print the wall lines
* that are exposed to air.
* \param bridge_config The config with which to print the wall lines that
* are spanning a bridge.
* \param flow The ratio with which to multiply the extrusion amount.
Expand Down Expand Up @@ -436,9 +438,9 @@ class LayerPlan : public NoCopy
* \param start_idx The index of the starting vertex to start at.
* \param settings The settings which should apply to this wall added to the layer plan.
* \param default_config The config with which to print the wall lines
* that are not spanning a bridge.
* \param bridge_config The config with which to print the wall lines that
* are spanning a bridge.
* that are not spanning a bridge or are exposed to air.
* \param roofing_config The config with which to print the wall lines
* that are exposed to air.
* \param wall_0_wipe_dist The distance to travel along the wall after it
* has been laid down, in order to wipe the start and end of the wall
* \param flow_ratio The ratio with which to multiply the extrusion amount.
Expand All @@ -462,7 +464,9 @@ class LayerPlan : public NoCopy
* \param start_idx The index of the starting vertex to start at.
* \param mesh The current mesh being added to the layer plan.
* \param default_config The config with which to print the wall lines
* that are not spanning a bridge.
* that are not spanning a bridge or are exposed to air.
* \param roofing_config The config with which to print the wall lines
* that are exposed to air.
* \param bridge_config The config with which to print the wall lines that
* are spanning a bridge
* \param wall_0_wipe_dist The distance to travel along the wall after it
Expand Down Expand Up @@ -501,7 +505,10 @@ class LayerPlan : public NoCopy
* Add walls (polygons) to the gcode with optimized order.
* \param walls The walls
* \param settings The settings which should apply to these walls added to the layer plan.
* \param default_config The config with which to print the wall lines that are not spanning a bridge
* \param default_config The config with which to print the wall lines
* that are not spanning a bridge or are exposed to air.
* \param roofing_config The config with which to print the wall lines
* that are exposed to air.
* \param bridge_config The config with which to print the wall lines that are spanning a bridge
* \param z_seam_config Optional configuration for z-seam
* \param wall_0_wipe_dist The distance to travel along each wall after it has been laid down, in order to wipe the start and end of the wall together
Expand Down

0 comments on commit 7a46457

Please sign in to comment.