~ultimaker/ultimaker/+git/CuraEngine:4.2

Last commit made on 2019-07-10
Get this branch:
git clone -b 4.2 https://git.launchpad.net/~ultimaker/ultimaker/+git/CuraEngine

Branch merges

Branch information

Recent commits

04f27a1... by Ruben D

Create ooze shield only for outside polygons

In the holes it's useless since the nozzle switch will almost always happen outside the boundary.

1b217ed... by Ruben D

Fix infinite loop with secondary extruder if platform adhesion is set to None

The previous fix was wrong because it causes the secondary extruders to not generate any skirt lines any more since their skirt_brim polygons started at 0. It happened to fix the loop because it skipped over the while loop, but the actual reason why the while loop was infinite is because first_layer_outline was empty, and that's the one that's being offset and so it's still empty.

Contributes to issues CURA-6641 and CURA-6647.

e371514... by mbartlett21 <email address hidden>

Add links to code locations

ec29b71... by Remco Burema <email address hidden>

Merge pull request #1089 from Ultimaker/CURA-6625-remove-max-z-speed

Remove the max_z_speed_override setting

1c5df9d... by Ruben D

Don't loop infinitely if skirt/brim has circumference of 0

This could happen in an edge case.

Discovered by seth2371 in issue Ultimaker/Cura#5958.

5d17a72... by Jaime van Kessel <email address hidden>

Remove the max_z_speed_override setting

CURA-6625

be2240c... by Mark Burton <email address hidden>

Use correct setting when computing infill flow.

b514d78... by Jaime van Kessel <email address hidden>

Merge branch 'feat_line_spacings' of github.com:Ultimaker/CuraEngine

2f8560d... by pkuiper-ultimaker <email address hidden>

Merge pull request #1080 from Ultimaker/CURA-6582_separate_final_z_travel

Separate move on z axis for final travel.

aefdacf... by Remco Burema <email address hidden>

Sensible speed for z-up before final layer-travel.

part of CURA-6582