Merge branch 'feature_headless_docker' of https://github.com/Ultimaker/Cura into feature_headless_docker

This commit is contained in:
ChrisTerBeke 2018-01-17 17:01:58 +01:00
commit 4d0eaf6093
3 changed files with 44 additions and 26 deletions

View file

@ -1480,6 +1480,7 @@ class CuraApplication(QtApplication):
node.setSelectable(True)
node.setName(os.path.basename(filename))
self.getBuildVolume().checkBoundsAndUpdate(node)
extension = os.path.splitext(filename)[1]
if extension.lower() in self._non_sliceable_extensions: