adamantine-sim / adamantine

Software to simulate heat transfer for additive manufacturing
https://adamantine-sim.github.io/adamantine/
Other
39 stars 11 forks source link

Calculate the "height" based on the scan path #96

Closed stvdwtt closed 3 years ago

stvdwtt commented 3 years ago

Previously the "height" was calculated based on the top-most part of the mesh. This can cause some issues during material deposition (particularly if the material is placed on a new level while the heat source is still on the old level).

The new implementation bases the "height" on the scan path instead of the mesh.

stvdwtt commented 3 years ago

Thanks for catching those -- I created #97 for item 1) and the new commit should fix item 2)