mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-25 07:33:57 -06:00
Merge branch 'bugfix_CURA-3711_cli_open_file_jobname' of github.com:Ultimaker/Cura
This commit is contained in:
commit
4920646d85
1 changed files with 2 additions and 0 deletions
|
@ -1277,6 +1277,8 @@ class CuraApplication(QtApplication):
|
||||||
arranger = Arrange.create(scene_root = root)
|
arranger = Arrange.create(scene_root = root)
|
||||||
min_offset = 8
|
min_offset = 8
|
||||||
|
|
||||||
|
self.fileLoaded.emit(filename)
|
||||||
|
|
||||||
for node in nodes:
|
for node in nodes:
|
||||||
node.setSelectable(True)
|
node.setSelectable(True)
|
||||||
node.setName(os.path.basename(filename))
|
node.setName(os.path.basename(filename))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue