rgomezjnr / GcodeFilenameFormat

Cura plugin that adds print settings in gcode filenames
https://marketplace.ultimaker.com/app/cura/plugins/rgomezjnr/GcodeFilenameFormat
GNU Lesser General Public License v3.0
20 stars 9 forks source link

Include Cura version #5

Closed mahtDFR closed 4 years ago

mahtDFR commented 4 years ago

Was just playing with this and think it would be useful to include the version of Cura the gcode is sliced in. Sometimes people test different models in different versions (I'm doing that now actually).

What do you think?

rgomezjnr commented 4 years ago

Sure I'll see about adding the Cura version in the format.

rgomezjnr commented 4 years ago

Hey maht,

I added the cura_version option in 1.4.1-rc3.

[base_name] [profile_name] [brand] [material] v[cura_version]

image

I'll add this to the next release 1.4.1.

mahtDFR commented 4 years ago

Awesome!

mahtDFR commented 4 years ago

Just tested this in 4.4.1, 4.5, and 4.6.1. Works great with the new [cura_version] argument, nice work. The devs will do a code review and we'll get it into the Marketplace before the end of the week.