~ultimaker/ultimaker/+git/CuraEngine:4.3

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

Branch merges

Branch information

Recent commits

673ce81... by Ruben D

Fix bug that caused the corner shift to be weighted too much

The *2 was applied to the entire score. It should be applied just to the weighting of the corner angle.

Contributes to issue CURA-6760.

73afa29... by Ruben D

Use steeper slope for low angles rather than shifiting pivot point

This prevents edge cases where angles around 150 degrees would get avoided rather than angles around 180 degrees.

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

Change the year, because we don't live in the past

0cf409d... by Ruben D

Merge branch 'clangfix' of https://github.com/kevans91/CuraEngine into kevans91-clangfix

5d851ca... by Ruben D

Merge branch 'fix_gcc_9_openmp'

603760a... by Lipu Fei

Revert "Merge pull request #1116 from Ultimaker/CURA-6715_fix_empty_support_start"

CURA-6743

This reverts commit edc6706e4c530c62a0ed3216b263afc5c8fa4c1c, reversing
changes made to 5be86378e17994b688236ef01ab6b45bde688560.

d87a939... by Kyle Evans <email address hidden>

Fix compilation with clang80/90

clang 8.0 and later, at the very least, will not allow va_start inside a
critical section like this, otherwise it will issue the following:

error: 'va_start' cannot be used in a captured statement

Move vararg manipulation out of the critical sections to fix this, as there
is little value in keeping them inside when the critical section is
primarily to synchronize output.

5ecaa92... by Lipu Fei

Fix getPathName() for WIN32

CURA-6783

It was not getting the directory which holds the given file.

806c84c... by Lipu Fei

Add macros to make it compatible with GCC 9+

50861a5... by Lipu Fei

Merge pull request #1117 from Ultimaker/CURA-6606_fix_concentric_with_brim

Fix concentric support and (small) support brim combo.