cdbrauer / VoxelFuse

A toolkit for processing 3D components made with mixtures of materials and multiple manufacturing processes
GNU General Public License v3.0
34 stars 8 forks source link

Gcode processor inserts pause one voxel layer late #2

Closed cdbrauer closed 5 years ago

cdbrauer commented 5 years ago

I believe this is because the top face check is looking for the first empty layer after the part, not the last layer of the part. Should just need to subtract 1 before inserting pause to compensate.