rgomezjnr / GcodeFilenameFormatPlus

Cura plugin for controlling output filename format, now with multi-extruder and OctoPrint support
https://marketplace.ultimaker.com/app/cura/plugins/rgomezjnr/GcodeFilenameFormatPlus
GNU Lesser General Public License v3.0
30 stars 4 forks source link

Feature Req: Change job name before octoprint upload #1

Open soostdijck opened 3 years ago

soostdijck commented 3 years ago

It would be great if there was a way to give the job a custom name before uploading to octoprint. Sort of like a "save as" feature. Especially with multiple objects in a single print, the default objectname isn't great.

This doesn't apply to saving local files, because that gives you a filename dialog before actually saving the file to disk.

p.s. I'm not sure if this feature would be at home in this plugin, or in the octoprint plugin itsself.

soostdijck commented 3 years ago

Okay I just noticed the naming dialog in the bottom left or cura, oof! Closing

Jordan87 commented 2 years ago

Yes, but if i will modify name there then plugin is not working and not adding configured parameters. Its working only if i will not modify name there. :/ Cura 4.12.1 GcodeFilenameFormatPlus 0.1.0

Thanks

rgomezjnr commented 2 years ago

p.s. I'm not sure if this feature would be at home in this plugin, or in the octoprint plugin itsself.

@soostdijck Addressing this in GFF+ is the correct place since GFF+ modifies the job name before it is sent to OctoPrint.

Especially with multiple objects in a single print, the default objectname isn't great.

The [object_count] option may help you with a more appropriate filename format.

Yes, but if i will modify name there then plugin is not working and not adding configured parameters. Its working only if i will not modify name there. :/

@Jordan87 The behavior I'm seeing is that modifying the name (using the field under the Object list in the lower left-hand corner) before slicing does work, but only once. Modifying the name after that, without re-slicing, and simply selecting the Save to Disk button does not work, the filename format is not used. Can you replicate this behavior? I tested this with the same versions as you:

Cura 4.12.1 GcodeFilenameFormatPlus 0.1.0

First name edit:

Screenshot 2021-12-15 184006

Second name edit:

Screenshot 2021-12-15 184057

Jordan87 commented 2 years ago

Yes, you are corrrect. Its working only if i change name before slicing :)

rgomezjnr commented 2 years ago

I'll see if I can get the filename format to work after editing the name.

rgomezjnr commented 2 years ago

I haven't worked on this issue yet. I'll ask if other developers can help with this.