~thopiekar/cura/+git/cura-thopiekar:patch-3

Last commit made on 2018-09-09
Get this branch:
git clone -b patch-3 https://git.launchpad.net/~thopiekar/cura/+git/cura-thopiekar

Branch merges

Branch information

Name:
patch-3
Repository:
lp:~thopiekar/cura/+git/cura-thopiekar

Recent commits

3443ff5... by Thomas Karl Pietrowski

Found the dead line while reading some code

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

Cleanup extruder manager

Few more unused functions removed & simplified.
It also fixes a few more typing issues that I encountered.

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

Add missing typing

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

Switch incorrect usage of getMachineExtruders to getActiveExtruderStacks

638f9fb... by Jaime van Kessel <email address hidden>

Remove unused functions

20ec882... by Jaime van Kessel <email address hidden>

Fix incorrect type hinting

The type hinting indicated that the property was a dict, but it could also be None.
In cases where it was None, it would cause an exception, which was also fixed (since
unpacking None will break)

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

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

4cde6c0... by Jaime van Kessel <email address hidden>

Switch most usages of containerStackId to containerStack for settingPropertyProvider

This mostly makes the code a bit more logic and also decreases the number of searches in the registry

244876b... by Diego Prado Gesto <email address hidden>

Merge pull request #4337 from Ultimaker/cura_connect_improvements

Organize files better before 3.5

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

Remove unused components. They are no longer used.