This PR fixes a bug where the bounds used to compute the TPMS offset from the given density were not chosen the right way.
It also removes the "max" option in the density value since it is now possible to generate skeletal parts with negative offset.
Now it is possible to generate sheets, lower and upper skeletals in a density range of ]0; 1]
This PR fixes a bug where the bounds used to compute the TPMS offset from the given density were not chosen the right way.
It also removes the "max" option in the density value since it is now possible to generate skeletal parts with negative offset. Now it is possible to generate sheets, lower and upper skeletals in a density range of
]0; 1]
The corresponding tests have been updated.