cura:4.4

Last commit made on 2019-12-23
Get this branch:
git clone -b 4.4 https://git.launchpad.net/cura

Branch merges

Branch information

Name:
4.4
Repository:
lp:cura

Recent commits

8218d62... by Ruben D

Add change log entry for 4.4.1

Contributes to issue CURA-7047.

894e678... by Remco Burema <email address hidden>

Merge pull request #6820 from Ultimaker/CURA-7041_add_misp_material_settings

CURA-7041_add_misp_material_settings

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

Fix typo.

part of CURA-7041

e8823d3... by Nino van Hooff

Merge pull request #6821 from Ultimaker/CURA-7070_fix_quality_search

CURA-7070 fix quality search

cf82ccf... by Lipu Fei

Merge remote-tracking branch 'origin/4.4' into CURA-7070_fix_quality_search

b90bed2... by Lipu Fei

Sync cicd.yml with master

cf6540f... by Kostas Karmas <email address hidden>

Fix qualities lookup for custom materials

Search the qualities of the custom material based on the base_file
and not based on the id.

CURA-7070

6c9b8f9... by Lipu Fei

Fix quality search with material base_file

CURA-7070

4b313c2... by Lipu Fei

Fix formatting

CURA-7070

ff01b1d... by Nino van Hooff

Add 6 Material Station specific material settings.

These settings are currently unused by cura, but passed into the PPA
output. Some considerations:
- material_ prepended to all. Even though they are not all
  material specific. The consistency is more developer-friendly imho
- defaults taken from generic_pla
- type is float for all, consistent with what I found in this file

CURA-7041