Skip to content

Commit

Permalink
Add documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
wawanbreton committed Jun 18, 2024
1 parent 5325ce0 commit 2b817f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/utils/LayerVector.h
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 2b817f7

Please sign in to comment.