adamantine-sim / adamantine

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

Improve support for scan path update #294

Closed Rombur closed 2 weeks ago

Rombur commented 2 weeks ago

With this PR, we stop reading the scan path when we read SCAN_PATH_END. When using segment scan path, we need the number of segments to be at least equal to number of segments + 1. Otherwise we won't read the SCAN_PATH_END line.

@stvdwtt can you check that it works as you expect.

Fixes #223 and #272

stvdwtt commented 2 weeks ago

Works like a charm!