~ultimaker/ultimaker/+git/CuraEngine:3.1

Last commit made on 2017-12-15
Get this branch:
git clone -b 3.1 https://git.launchpad.net/~ultimaker/ultimaker/+git/CuraEngine

Branch merges

Branch information

Recent commits

60c3b1c... by Lipu Fei

Fix possible segfault due to accessing deleted TopSurface

CURA-4702

Some SliceLayers can be deleted during removeEmptyFirstLayers() which
will delete the TopSurfaces in those SliceLayers too. This is done in
a vector.erase() call, and it will move the undeleted SliceLayers back
to the front. Because TopSurface is a pointer in SliceLayers, in the
reconstructed SliceLayer vector, although they keep the same TopSurface
pointers as before, the actual TopSurface memory blocks were deallocated.
This can cause segfauls when ironing gets processed.

dbd0d61... by Diego Prado Gesto <email address hidden>

Merge branch 'zigzag_skip_micro_moves' into 3.1

e536622... by Lipu Fei

Refactor micro movement fix for zig-zag

CURA-4512

- Rename the variable to "minimum_zag_line_length"
- Added a constant for the default value "5" for minimum_zag_line_length
- Added more documentation
- Simplified a few things

dabf484... by Jack Ha <email address hidden>

CURA-4512 use meshfix_maximum_resolution for zig zag

7586046... by Jack Ha <email address hidden>

Merge branch '3.1' into zigzag_skip_micro_moves

734dde5... by Ruben D

Check if the extruder exists and return 0 if not

If an extruder is requested that goes beyond the number of extruders, default to extruder 0 instead and give a warning.

Contributes to issue CURA-4610.

afd59f3... by Lipu Fei

Add back the speed compensation flags

CURA-4104

They got removed by the merge commit fc831e96d82436ab68de0f9dab30bfe362b9798c

7ad9b88... by Ruben D

Use skin to draw skin border

Originally the choice of walls was to make the extra wall print slower. However that didn't work because the skin lines themselves don't attach well to the extra line. Now let's try this.

cb655e8... by Ruben D

Remove superfluous if statement

The for loop afterwards does exactly the same.

fc831e9... by Diego Prado Gesto <email address hidden>

Merge branch '3.1_with_simulation_view' into 3.1