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

Model scale percentage #4

Closed Dragonsbane closed 2 years ago

Dragonsbane commented 2 years ago

Hi, first of all, awesome plug-in. Just want to ask if it is possible to add the model scale percentage (individal for x,y,z and perhaps also a combined one) as parameters.

rgomezjnr commented 2 years ago

Hi I haven't found these parameters yet from searching the Cura and Ultimaker codebases, but I think they should be available to expose in GFF+, I'll keep looking and get back to you soon.

qkdefus commented 2 years ago

was about to make a request for this :)

rgomezjnr commented 2 years ago

Hey guys, sorry for the long wait, but I've figured how to get the scale option in the format. I still need to do some formatting of the scale values and figure out if or how to handle multiple objects with separate scale values.

image

image

rgomezjnr commented 2 years ago

GFF+ 0.2.0 has been released in the Cura Marketplace. Lmk if it works for you or if you have feedback.

Release notes

Added scale options: [scale] - uniform scale of the object (%) [scale_x] - scale of the object on the X axis (%) [scale_y] - scale of the object on the Y axis (%) [scale_z] - scale of the object on the Z axis (%)

rgomezjnr commented 2 years ago

@Dragonsbane @qkdefus Hey guys have you had a chance to test the scale options in GFF+ 0.2.0? You would need to update the plugin first using the Marketplace update feature within Cura.

qkdefus commented 2 years ago

Thank you, I will test this as soon as I get my printer up and running again 👍

qkdefus commented 2 years ago

seem to work fine on my end, tested on latest cura 4.13beta

rgomezjnr commented 2 years ago

Great thanks closing this issue.