mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-06 22:47:29 -06:00
Fix merge conflicts with master
This commit is contained in:
commit
d19b2fb8d9
22 changed files with 135 additions and 108 deletions
|
@ -423,7 +423,7 @@ class CuraEngineBackend(QObject, Backend):
|
|||
#
|
||||
# \param source The scene node that was changed.
|
||||
def _onSceneChanged(self, source):
|
||||
if not issubclass(type(source), SceneNode):
|
||||
if not isinstance(source, SceneNode):
|
||||
return
|
||||
|
||||
build_plate_changed = set()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue