From 2b817f7a6e987765f5bdd9ef7a83094d7d954aa0 Mon Sep 17 00:00:00 2001 From: Erwan MATHIEU Date: Tue, 18 Jun 2024 09:14:29 +0200 Subject: [PATCH] Add documentation --- include/utils/LayerVector.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/utils/LayerVector.h b/include/utils/LayerVector.h index 40afd423b8..d03aa9b50d 100644 --- a/include/utils/LayerVector.h +++ b/include/utils/LayerVector.h @@ -14,7 +14,7 @@ namespace cura /*! * \brief The LayerVector class mimics a std::vector but with the index being a LayerIndex, thus it can have negative - * values (for raft layers). + * values (for raft layers). it also ensure that the first element in the list is always on the very first layer. * \note When calling the init() method, LayerVector will call Raft::getTotalExtraLayers() so it requires the settings * to be setup. This is the reason why this is not done in the constructor, and has to be called manually. * After that, it is assumed that this value will not change as long as the vector is used.