mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-06-04 11:14:21 +08:00
Merge branch 'bugfix_CURA-3711_cli_open_file_jobname' of github.com:Ultimaker/Cura
This commit is contained in:
commit
4920646d85
@ -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…
x
Reference in New Issue
Block a user