Cura-DuetRRFPlugin icon indicating copy to clipboard operation
Cura-DuetRRFPlugin copied to clipboard

Tumbnail generated in G-code for all printers.

Open 3D-Printguy opened this issue 1 year ago • 1 comments

Describe the bug No matter what printer i Choose in Cura, a thumbnail is generated in the G-code output. Only one of my printers are running duet/RRF. The others are older 8-bit board marlin and repetier firmware. The old printers can not handle the long comment section in the start of the G-code and has to be manually removed.

I believe this started when I upgraded to Cura 5.6 but I'm not 100% sure.

To Reproduce Steps to reproduce the behavior:

  1. Have a mix of reprap and marlin printers configured in Cura.
  2. Choose a marlin printer
  3. Slice and save G-code
  4. Check G-code for thumbnail

Expected behavior I would expect the plugin to only generate thumbnail for reprap printers. Or there could be an option to disable thumbnails.

Version Information

  • Operating System: Windows 11
  • Cura Version: 5.6.0
  • Cura-DuetRRF Plugin Version and Installation: 1.2.9 installed via Marketplace

3D-Printguy avatar Jan 15 '24 00:01 3D-Printguy

Please share a g-code file that was generated with a Marlin printer selected in Cura, and also one file with a Duet RRF printer selected.

Please also upload your cura.log file that contains the log entries of both these files being generated.

Kriechi avatar Jan 20 '24 10:01 Kriechi

Please try installing from source using the next branch, which contains a new commit to address this issue. https://github.com/Kriechi/Cura-DuetRRFPlugin/tree/next

Kriechi avatar May 26 '24 16:05 Kriechi