mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-06 22:47:29 -06:00
Convert the last bits over to the changed API
This commit is contained in:
parent
f60dc01e66
commit
09cfda095b
6 changed files with 28 additions and 26 deletions
|
@ -14,7 +14,7 @@ class ConvexHullDecorator(SceneNodeDecorator):
|
|||
|
||||
self._convex_hull_node = None
|
||||
self._convex_hull_job = None
|
||||
settings = Application.getInstance().getActiveMachine()
|
||||
settings = Application.getInstance().getMachineManager().getActiveMachineInstance()
|
||||
print_sequence_setting = settings.getSettingByKey("print_sequence")
|
||||
if print_sequence_setting:
|
||||
print_sequence_setting.valueChanged.connect(self._onPrintSequenceSettingChanged)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue