sojhalb / CuraEngine

CuraEngine is a powerful, fast and robust engine for processing 3D models into 3D printing instruction for Ultimaker and other GCode based 3D printers. It is part of the larger open source project called "Cura".
https://ultimaker.com/en/products/cura-software
GNU Affero General Public License v3.0
0 stars 0 forks source link

Fix fiber for test cube #6

Closed nguyri closed 5 years ago

nguyri commented 5 years ago

Fiber cut seems to be put into the wrong spot on some layers with the fiber cut length set to ~8cm.

nguyri commented 5 years ago

cylSize and other methods to calculate distances between points in cylindrical were being called without taking into account the drum_radius. As well, fiber_cut_length was being modified but not reset between layers meaning that the fiber_cut_length appeared to be getting shorter and shorter between cuts.