~ultimaker/ultimaker/+git/CuraEngine:3.2

Last commit made on 2018-02-06
Get this branch:
git clone -b 3.2 https://git.launchpad.net/~ultimaker/ultimaker/+git/CuraEngine

Branch merges

Branch information

Recent commits

7abc629... by Ruben D

Also reset E using G92 on BFB and Makerbot flavours

The original commit says that it's not supported well. However, the RepRapWiki says it's supported nowadays. Maybe the earlier firmware had some trouble there.
I'm still not resetting the E value after E10,000 though, just to be sure. It's only resetting the E value in an extruder switch, which was causing a crash because it assumed (and asserted) that the E value was 0 after an extruder switch.

Contributes to issue CURA-4918.

12d3bad... by jack <email address hidden>

Merge pull request #698 from smartavionics/fix-chains-slowdown-3.2

Fix chains slowdown 3.2

78602a8... by Mark Burton <email address hidden>

Now enables chain finding if there are no more than 1000 lines or travel optimization is enabled.

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

Added find_chains arg to LineOrderOptimizer::optimize().

As finding chains can be slow when there are many lines, it is now optional.

6adfa58... by Ruben D

Don't insert temperature command if there is a zero-length move in an extruder plan

If there are only zero-length moves in an extruder plan, it's not properly detected that the extruder plan is empty. To properly detect that, you'd need to compute the total time estimate and see if that is zero. This takes computing power though, but luckily we already have the time estimate here just in time to do something about it.

Contributes to issue CURA-4814.

7b914ba... by Ruben D

Only give warning about empty extruder plans if using flow dependent temperature

The actual problem here is that the average flow can't be computed if the extruder plan is empty. And then you don't know how far to pre-heat.

Contributes to issue CURA-4814.

c3e57e1... by Lipu Fei

Fix adaptive layer when slicing tolerance is middle

CURA-4813

22f492a... by Jack Ha <email address hidden>

CURA-4523 CURA-4786 fix engine slowness due to support areas always being generated

aa8596e... by Lipu Fei

Revert "Revert "Merge pull request #671 from smartavionics/mb-add-infill-travel-opt-setting""

This reverts commit 8050c9f87fd6332ddda2ba9ddb989fd1f47a339d.

CURA-4743

Sorry, it's not this one.

8050c9f... by Lipu Fei

Revert "Merge pull request #671 from smartavionics/mb-add-infill-travel-opt-setting"

This reverts commit 8551489b2bf457b0e6f27cefa01d11782518dafd, reversing
changes made to d7d17d9af09b73c16254d3eb960bb162dd5b1dc2.

This PR causes a significant slowdown when slicing large models.

CURA-4743