~ultimaker/ultimaker/+git/CuraEngine:legacy

Last commit made on 2016-03-22
Get this branch:
git clone -b legacy https://git.launchpad.net/~ultimaker/ultimaker/+git/CuraEngine

Branch merges

Branch information

Name:
legacy
Repository:
lp:~ultimaker/ultimaker/+git/CuraEngine

Recent commits

aca2c17... by Daid

Allow the engine to use dynamic acceleration settings to get better time estimates.

22b0d0f... by Daid

Add nozzle diameter parameter for UltiGCode in preperation for some things.

7b2b963... by Daid

Merge pull request #161 from mosh1/infill_perimeter_ordering

Add option to change print order of infill vs perimeters. Default prints...

4621d77... by Moshen Chan <email address hidden>

Add option to change print order of infill vs perimeters. Default prints infill first as was changed in v15, but this can lead to surface quality issues where infill would show on surface. This adds the option to change the order.

5a6ebd4... by Daid

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

0fdec52... by Daid

CNC GCode needs P instead of S parameters.

bbed68e... by Daid

Merge pull request #153 from presslab-us/fixskintravel

Use retract on skins

49d5a81... by Ryan Press

Add option to disable combing on skin surfaces
The existing enableCombing options 0, 1 work as before. A new
option 2 disables combing on the skin surfaces. This forces a
retract to reduce the unsightly scarring on flat surfaces.

3e980a8... by Ryan Press

slab-us presslab-us authored 5 days ago evert "Use retract on skins"

This reverts commit af14f82a7f9c70df1c19f3135b112dd25c230aa3.
Because this option should be configurable, change the implementation.

af14f82... by Ryan Press

Use retract on skins
Using combing on skins causes unsightly scarring on flat surfaces.
By forcing a retract between travel moves we can lift the head
above the surface to avoid this.