@@ -322,6 +322,7 @@ class FffGcodeWriter : public NoCopy
322322 *
323323 * \param[in] storage where the slice data is stored.
324324 * \param mesh_ptr The mesh to add to the layer plan \p gcode_layer.
325+ * \param slice_layer The layer currently being processed
325326 * \param extruder_nr The extruder for which to print all features of the mesh which should be printed with this extruder
326327 * \param mesh_config the line config with which to print a print feature
327328 * \param gcode_layer The initial planning of the gcode of the layer.
@@ -341,6 +342,7 @@ class FffGcodeWriter : public NoCopy
341342 * \param[in] storage where the slice data is stored.
342343 * \param storage Storage to get global settings from.
343344 * \param mesh The mesh to add to the layer plan \p gcode_layer.
345+ * \param slice_layer The layer currently being processed
344346 * \param extruder_nr The extruder for which to print all features of the mesh which should be printed with this extruder
345347 * \param mesh_config the line config with which to print a print feature
346348 * \param part The part to add
@@ -360,6 +362,7 @@ class FffGcodeWriter : public NoCopy
360362 *
361363 * \param gcodeLayer The initial planning of the gcode of the layer.
362364 * \param mesh The mesh for which to add to the layer plan \p gcodeLayer.
365+ * \param slice_layer The layer currently being processed
363366 * \param extruder_nr The extruder for which to print all features of the
364367 * mesh which should be printed with this extruder.
365368 * \param mesh_config the line config with which to print a print feature.
@@ -384,7 +387,8 @@ class FffGcodeWriter : public NoCopy
384387 * \param gcodeLayer The initial planning of the gcode of the layer.
385388 * \param mesh The mesh for which to add to the layer plan \p gcodeLayer.
386389 * \param extruder_nr The extruder for which to print all features of the
387- * mesh which should be printed with this extruder.
390+ * \param mesh which should be printed with this extruder.
391+ * \param slice_layer The layer currently being processed
388392 * \param mesh_config The line config with which to print a print feature.
389393 * \param part The part for which to create gcode.
390394 * \param start_move_inwards_length The length of the extra inwards moves to be added at the start of each infill line
@@ -410,7 +414,8 @@ class FffGcodeWriter : public NoCopy
410414 * \param gcodeLayer The initial planning of the gcode of the layer.
411415 * \param mesh The mesh for which to add to the layer plan \p gcodeLayer.
412416 * \param extruder_nr The extruder for which to print all features of the
413- * mesh which should be printed with this extruder
417+ * \param mesh which should be printed with this extruder
418+ * \param slice_layer The layer currently being processed
414419 * \param mesh_config The line config with which to print a print feature.
415420 * \param part The part for which to create gcode.
416421 * \param start_move_inwards_length The length of the extra inwards moves to be added at the start of each infill line
@@ -492,6 +497,7 @@ class FffGcodeWriter : public NoCopy
492497 * \param[in] storage where the slice data is stored.
493498 * \param gcode_layer The initial planning of the gcode of the layer.
494499 * \param mesh The mesh for which to add to the layer plan \p gcode_layer.
500+ * \param slice_layer The layer currently being processed
495501 * \param extruder_nr The extruder for which to print all features of the mesh which should be printed with this extruder
496502 * \param mesh_config the line config with which to print a print feature
497503 * \param part The part for which to create gcode
@@ -522,6 +528,7 @@ class FffGcodeWriter : public NoCopy
522528 * \param[in] storage where the slice data is stored.
523529 * \param gcode_layer The initial planning of the gcode of the layer.
524530 * \param mesh The mesh for which to add to the layer plan \p gcode_layer.
531+ * \param slice_layer The layer currently being processed
525532 * \param extruder_nr The extruder for which to print all features of the mesh which should be printed with this extruder
526533 * \param mesh_config the line config with which to print a print feature
527534 * \param skin_part The skin part for which to create gcode
@@ -566,6 +573,7 @@ class FffGcodeWriter : public NoCopy
566573 * \param[in] storage where the slice data is stored.
567574 * \param gcode_layer The initial planning of the gcode of the layer.
568575 * \param mesh The mesh for which to add to the layer plan \p gcode_layer.
576+ * \param slice_layer The layer currently being processed
569577 * \param extruder_nr The extruder for which to print all features of the mesh which should be printed with this extruder
570578 * \param mesh_config the line config with which to print a print feature
571579 * \param skin_fill The shape of the skin for which to create gcode
0 commit comments