mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-06 14:37:29 -06:00
Set job name when opening a file from CLI
CURA-3711
This commit is contained in:
parent
0452cffff9
commit
155f01356a
1 changed files with 2 additions and 0 deletions
|
@ -1277,6 +1277,8 @@ class CuraApplication(QtApplication):
|
|||
arranger = Arrange.create(scene_root = root)
|
||||
min_offset = 8
|
||||
|
||||
self.fileLoaded.emit(filename)
|
||||
|
||||
for node in nodes:
|
||||
node.setSelectable(True)
|
||||
node.setName(os.path.basename(filename))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue