Add a {scale} placeholder for file name formatting #7859
Description
Is there an existing issue for this feature request?
- I have searched the existing issues
Is your feature request related to a problem?
Currently, Orca Slicer does not provide a way to automatically include the scale of the model in the exported G-code filename. For users who frequently print models at various scales, it becomes challenging to differentiate between files without manually modifying the filename or remembering the scale used for each print.
This is especially problematic when:
1. Multiple iterations of the same file are printed at different scales.
2. Users manage large projects where scale is a critical parameter for organization.
3. Models are printed with minor scale adjustments, which might not be visually apparent in the file name.
Without an automated solution, users must manually rename files or rely on external documentation to keep track of the scale for each print. This process is both time-consuming and prone to human error.
Which printers will be beneficial to this feature?
All
Describe the solution you'd like
I would like to request a feature to include the scale of the first object (if multiple objects) or the only object (if one object) in the exported G-code filename.
This feature would be extremely helpful for tracking prints with scaled models, especially when working with multiple iterations of the same file at different scales.
Example Filename Format:
{input_filename_base}{scale}%{printer_model}_{print_time}.gcode
• For a 150% scaled object, the filename would show 150% or 1.5x.
• If no scaling is applied, it could default to 100% or 1.0x.
Thank you for considering this enhancement!
Describe alternatives you've considered
Manual file renaming, keeping track of scale for different files in a separate notebook
Additional context
No response