From aac2a8ae031bd103da34c1540075dec126e25daf Mon Sep 17 00:00:00 2001 From: Erwan MATHIEU Date: Fri, 16 Feb 2024 10:56:32 +0100 Subject: [PATCH] Improve documentation as suggested Co-authored-by: Casper Lamboo --- include/PrimeTower.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/PrimeTower.h b/include/PrimeTower.h index d08292db59..61a0beb901 100644 --- a/include/PrimeTower.h +++ b/include/PrimeTower.h @@ -45,7 +45,7 @@ class PrimeTower /* * The first index is a bitmask representing an extruder combination, e.g. 0x05 for extruders 1+3. - * The second one is the used extruder index, e.g. 1 + * The second index is the used extruder index, e.g. 1 * The polygons represent the sparse pattern to be printed when all the given extruders are unused for this layer * and the given extruder is currently in use */