~ultimaker/ultimaker/+git/CuraEngine:2.1

Last commit made on 2016-07-04
Get this branch:
git clone -b 2.1 https://git.launchpad.net/~ultimaker/ultimaker/+git/CuraEngine

Branch merges

Branch information

Recent commits

ecd8327... by Tim Kuipers <email address hidden>

fix: raft outline now uses rounded offset (CURA-1835)

03b654a... by Tim Kuipers <email address hidden>

feat: layer_0_z_overlap (CURA-1549)

c79a7f1... by Tim Kuipers <email address hidden>

fix: spiralize would leave the z at the next layer for the next polygon on the same layer (CURA-1541)

e01f18c... by Tim Kuipers <email address hidden>

lil: doc

4289187... by Tim Kuipers <email address hidden>

fix: multiple polygons & spiralize resulted in extrusions where travels should have been (CURA-1513)

257d6a6... by Tim Kuipers <email address hidden>

fix: spiralize each polygon of a spiralized mesh even though that might cause a print head crash (CURA-1443)

bec8bef... by Tim Kuipers <email address hidden>

fix: consecutive spiralize paths are handled as one (CURA-1443 CURA-1541)

4efeaa7... by Tim Kuipers <email address hidden>

fix: let bool spiralize bubble down from FffGcodeWriter into GCodePath instead of going via the GCodePathConfig (CURA-1443)

Because of the LayerPlanBuffer the GCodePathConfig changed a couple of layers too early, resulting in spiralization in the first layers which include the bottom skin.

95fd9d6... by Tim Kuipers <email address hidden>

lil: doc

2db37c6... by Tim Kuipers <email address hidden>

fix: erase with impossible iterator when trying to simplify an empty polygon (CURA-1430)