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

Plugin doesn't seem to work on Ubuntu 20.04 #11

Open JeffFaer opened 2 years ago

JeffFaer commented 2 years ago
$ cat /etc/lsb-release 
DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=20.04
DISTRIB_CODENAME=focal
DISTRIB_DESCRIPTION="Ubuntu 20.04.4 LTS"

Using

My filename format is

[abbr_machine] [base_name] [brand] [material] lw [line_width]mm lh [layer_height]mm if [infill_sparse_density]% ext1 [material_print_temperature]C bed [material_bed_temperature]C cost [material_weight]g ([material_cost]) eta [print_time_hours_all]h[print_time_minutes]m

but if I click "Save to Disk", I do not get any pre-filled filename in the save window. I get the same behavior if I go to "File > Export" as well

https://user-images.githubusercontent.com/2907401/176905900-07f62fc3-9ae0-48fb-847e-6baac37aa2f3.mp4

rgomezjnr commented 2 years ago

Can you do the following:

  1. Select Help -> Show Configuration Folder
  2. Open cura.log in text editor
  3. Slice an object
  4. Select the Save to Disk button
  5. Paste the output of cura.log in this issue thread, particularly any errors or warnings due to GcodeFilenameFormatPlus
JeffFaer commented 2 years ago

Here's the log of slicing + clicking Save to Disk from tail -f -c0 cura.log: log.txt

JeffFaer commented 2 years ago

I think this might be a general problem with Cura. Even if I uninstall the plugin, the filename isn't pre-populated as I would expect: https://github.com/Ultimaker/Cura/issues/12659

rgomezjnr commented 2 years ago

The log looks fine, nothing wrong in there.

Do you have other plugins loaded that might interfere with GFF+?

Maybe try deleting any existing machine or print profiles that were carried over from previous installations?

Did you install Cura through the Linux appimage from their website, a package manager, or compile it yourself?

JeffFaer commented 2 years ago

Do you have other plugins loaded that might interfere with GFF+?

I don't think so

Did you install Cura through the Linux appimage from their website, a package manager, or compile it yourself?

Linux appimage

but per https://github.com/Ultimaker/Cura/issues/12659#issuecomment-1173128517 this definitely seems to be a cura issue since GFF+ works with save to removable drive