Orca Slicer File Name

This formatting snippet will name the output with the plate name if it is specified, otherwise the model filename. This is exactly what I was looking for, and I like this as a default setting so that I don’t always have to name every plate.

{if plate_name!=""}{plate_name}{else}{input_filename_base}{endif}

for example:

{if plate_name!=""}{plate_name}{else}{input_filename_base}{endif}_{filament_type[initial_tool]}_{print_time}.gcode