@@ -481,6 +481,8 @@ class LayerPlan : public NoCopy
481481 * that are not spanning a bridge or are exposed to air.
482482 * \param roofing_config The config with which to print the wall lines
483483 * that are exposed to air.
484+ * \param flooring_config The config with which to print the wall lines
485+ * that are exposed to air below.
484486 * \param bridge_config The config with which to print the wall lines that
485487 * are spanning a bridge.
486488 * \param flow The ratio with which to multiply the extrusion amount.
@@ -517,6 +519,8 @@ class LayerPlan : public NoCopy
517519 * that are not spanning a bridge or are exposed to air.
518520 * \param roofing_config The config with which to print the wall lines
519521 * that are exposed to air.
522+ * \param flooring_config The config with which to print the wall lines
523+ * that are exposed to air below.
520524 * \param wall_0_wipe_dist The distance to travel along the wall after it
521525 * has been laid down, in order to wipe the start and end of the wall
522526 * \param flow_ratio The ratio with which to multiply the extrusion amount.
@@ -544,6 +548,8 @@ class LayerPlan : public NoCopy
544548 * that are not spanning a bridge or are exposed to air.
545549 * \param roofing_config The config with which to print the wall lines
546550 * that are exposed to air.
551+ * \param flooring_config The config with which to print the wall lines
552+ * that are exposed to air below.
547553 * \param bridge_config The config with which to print the wall lines that
548554 * are spanning a bridge
549555 * \param wall_0_wipe_dist The distance to travel along the wall after it
@@ -590,7 +596,9 @@ class LayerPlan : public NoCopy
590596 * \param default_config The config with which to print the wall lines
591597 * that are not spanning a bridge or are exposed to air.
592598 * \param roofing_config The config with which to print the wall lines
593- * that are exposed to air.
599+ * that are exposed to air above.
600+ * \param flooring_config The config with which to print the wall lines
601+ * that are exposed to air below.
594602 * \param bridge_config The config with which to print the wall lines that are spanning a bridge
595603 * \param z_seam_config Optional configuration for z-seam
596604 * \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
0 commit comments