mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 18:09:03 +08:00
Set job name when opening a file from CLI
CURA-3711
This commit is contained in:
parent
0452cffff9
commit
155f01356a
@ -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…
x
Reference in New Issue
Block a user