How to get correct gcode filename when using .3mf files #7564
Unanswered
Pippisbruffi
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello, this is my filename_format in orcaslicer:
{input_filename_base}{filament_settings_id[0]}{((outer_wall_speed))}mms_{int((total_weight+0.5))}g_{print_time}.gcode
In Fusion360, you can rename a Body. For example, I rename a body "Johndoe". Then I save this body in .3mf and in .stl. Then I rename both files "Janedoe".
In orcaslicer, if I import the .stl file, slice and export gcode, the gcode filename will contain the actual name of the file (in this case "Janedoe").
If I import a .3mf file, slice and export gcode, the gcode filename will ignore the name of the file and use instead the name of the body in Fusion360 (in this case "Johndoe").
I would like the gcode filename to contain the actual name of the file even when I use .3mf.
How can I do?
Thank you
Beta Was this translation helpful? Give feedback.
All reactions