mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-23 14:44:13 -06:00
T466: Added correct prefix
This commit is contained in:
parent
3ee83f26c3
commit
d7b4296cfc
1 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue