Skip to content

Feature Request: Lower case filename #12

@jonathanfoster

Description

@jonathanfoster

First of all, thanks for building this plugin, it was such a pain manually formatting filenames without it.

Would it be possible to lower case the filename? I like to use snake case when naming my files (e.g., bed-level-calibration-abs.gcode), but the format options like filament are in upper case so it ends up naming the file bed-level-calibration-abs.gcode.

The syntax could be something like this:

lower([base_name]-[material])  # bed-level-calibration-abs.gcode

Or you could just lower individual tokens:

lower([base_name])-[material]  # bed-level-calibration-ABS.gcode

Thanks again for putting together this plugin.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions