file name appendages
In the 2.1.0 version of the slicer it appends a set of additional information about the print:
resolution
filament type
printer model
time
Can these additions be controlled? Not seeing anything the the "Preferences..." to toggle them.
RE: file name appendages
You can configure this under Print Settings->Output options->Output file->Output filename format.
I often store gcode files for re-use weeks or months later, so include a lot of detail in the filename using:
[input_filename_base] [notes] [filament_type] [layer_height]X[nozzle_diameter] [first_layer_temperature]-[temperature] [first_layer_bed_temperature]-[bed_temperature] [print_time].gcode
and miscellaneous other tech projects
He is intelligent, but not experienced. His pattern indicates two dimensional thinking. -- Spock in Star Trek: The Wrath of Khan
RE: file name appendages
Thanks, it looks like one also need to change to "Advanced" mode to see this option.
RE: file name appendages
can you add like filament used?
Yes
Cheerio,
RE: file name appendages
whats the variable name for filament used?
RE: file name appendages
found it
Output filename format FDM
The macro language can be used in Output filename format field available in Print Settings -> Output options. In this context you can use all the configuration placeholders plus the following:
dayextruded_volumefilament_presethourinitial_extruderinitial_filament_typeinitial_toolinput_filenameinput_filename_baseminutemonthnormal_print_timenum_extrudersnum_instancesnum_objectsnum_printing_extrudersphysical_printer_presetprint_presetprint_timeprinter_presetprinting_filament_typesscalesecondsilent_print_timetimestamptotal_costtotal_toolchangestotal_weighttotal_wipe_tower_costtotal_wipe_tower_filamentused_filamentversionyear
RE: file name appendages
Please try using the Prusa Slicer knowledge base, that's what its there for - https://help.prusa3d.com/article/list-of-placeholders_205643
RE: file name appendages
For example I have "PS_[input_filename_base]_[print_settings_id]_{filament_settings_id[0]}.gcode" Print Settings /Output Options. This generate a file name with a bunch of parameters separated by underscores, a reminder that it was sliced with Prusaslicer, the original STL files name, the print profile, the filament profile.