ghostkeeper 105
I generally respond to those pings, although I don't track issues on the forum itself.
If you seek to modify the layer heights, look for the buildLayersWithHeight function of the Slicer class:
https://github.com/Ultimaker/CuraEngine/blob/51ee4b7adf6dfd112241cdf3fd5681e87cf6370c/src/slicer.cpp#L929
In this function it determines the Z coordinate of each layer, either by calculating from the layer height and initial layer height, or by asking the AdaptiveLayer class.
- 2
Recommended Posts
ahoeben 1,992
Regular CuraEngine contributors @bagel-orb, @ghostkeeper and @burtoogle all frequent this forum to some extent, but if you have specific question you may also ask those in the CuraEngine issue queue on github.
Link to post
Share on other sites