Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 440 Bytes

optimize_model.md

File metadata and controls

10 lines (7 loc) · 440 Bytes

2. Optimize model

This step is mostly ported and refactored from the first CuraEngine commit.

It is responsible for

  • find neighbour faces for each face
  • find faces with open sides (which have no neighbour) which is bad for 3D printing.
  • moving the model into the center

The code for this can be found in the folder optimizer.