Cura/plugins/UltimakerMachineActions
Ghostkeeper 81e07b1530
Use stack properties instead of .findContainer(type = ...)
Recently we changed the empty containers such that there is only one empty container instance and it doesn't have the proper type any more. Instead we have properties on the stack that allows us to find the container with the proper type. It's faster and easier to use.
We've had a few bugs about this so I decided to update all of them to remove those for the future, except the ones in plugins/MachineSettingsAction/MachineSettingsAction.py because we have a pending pull request that fixes those. Fixing them would give merge conflicts for fieldOfView.

It doesn't really belong to CURA-4024 but I'm sticking it under that nomer anyway to get it reviewed.
2017-07-10 10:35:03 +02:00
..
__init__.py Moved certain meta data entries to seperate file 2017-06-21 11:22:35 +02:00
BedLevelMachineAction.py Applied the profiler's pyqtSlot decorator to all of the code. 2017-01-10 13:35:39 +01:00
BedLevelMachineAction.qml CHanged function called by bedlevel action qml 2016-08-29 16:35:39 +02:00
plugin.json Set author to Ultimaker B.V. instead of Ultimaker 2017-06-28 13:50:37 +02:00
UM2UpgradeSelection.py Changes to make um2 upgrade work with new stack changes 2017-05-08 15:03:39 +02:00
UM2UpgradeSelectionMachineAction.qml Add period after sentence 2017-05-10 17:15:47 +02:00
UMOCheckupMachineAction.py Updated documentation for MachineActions 2016-12-06 14:21:57 +01:00
UMOCheckupMachineAction.qml Change "Bed Temperature" to "Build Plate Temperature" 2016-08-10 17:55:52 +02:00
UMOUpgradeSelection.py Use stack properties instead of .findContainer(type = ...) 2017-07-10 10:35:03 +02:00
UMOUpgradeSelectionMachineAction.qml Simplify interface of UMOUpgradeSelection 2016-08-22 18:44:46 +02:00
UpgradeFirmwareMachineAction.py Merge branch 'master' into python_type_hinting 2016-12-13 14:39:35 +01:00
UpgradeFirmwareMachineAction.qml Removed capital letter 2016-09-06 09:23:20 +02:00