-
-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Labels
enhancementNew feature or requestNew feature or request
Description
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
Labels
enhancementNew feature or requestNew feature or request