mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-15 09:55:54 +08:00
T466: Added correct prefix
This commit is contained in:
parent
3ee83f26c3
commit
d7b4296cfc
@ -230,9 +230,9 @@ class GCODEReader(MeshReader):
|
||||
# scene_node.setMeshData(mesh_builder.build())
|
||||
# scene_node.setMeshData(MeshData(file_name=file_name))
|
||||
|
||||
# Application.getInstance().getPrintInformation().JobName(file_name)
|
||||
Application.getInstance().getPrintInformation()._abbr_machine = "Pre-sliced"
|
||||
|
||||
Preferences.getInstance().setValue("cura/jobname_prefix", False)
|
||||
Preferences.getInstance().setValue("cura/jobname_prefix", True)
|
||||
|
||||
view = Application.getInstance().getController().getActiveView()
|
||||
if view.getPluginId() == "LayerView":
|
||||
|
Loading…
x
Reference in New Issue
Block a user