mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-18 20:28:01 -06:00
Merge branch 'feature_headless_docker' of https://github.com/Ultimaker/Cura into feature_headless_docker
This commit is contained in:
commit
4d0eaf6093
3 changed files with 44 additions and 26 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue