fifonik / ElegooNeptuneThumbnailPrusaMod

PrusaSlicer/OrcaSlicer Post-Processing script that adds thumbnail into gcode files for Elegoo Neptune printers
GNU Affero General Public License v3.0
35 stars 4 forks source link

Missing additional print information #11

Open CLNilix opened 4 months ago

CLNilix commented 4 months ago

Hi, i am just trying your mod on orca slicer 2.0.0 and noticed, that the additional print information is missing on the thumbnail: ThumbnailMod_missing-infos

Did you get this information from the gcode-file? then i think the version of orca slicer i use, did not write this information in the gcode-file. Any idea which setting in orca is responsible for this information?

tayanov commented 4 months ago

+1

CLNilix commented 4 months ago

UPDATE after some research, it looks like the needed information is included in the gcode file from orca-slicer (and prusa-slicer): Orca_2-0-0_gcode

I assume your script did not interpret this information right. i tried the following slicers and just got the thumbnail without any additional print information:

maybe it would be a better idea to transform the META data from orca/prusa to the cura format. I get the thumbnail and the additional print data (see second print file in the first post) on my Neptune 4 with the following format of Cura 5.7.0: Cura_5-7_gcode

CLNilix commented 4 months ago

UPDATE i startet the print and the thumbnail on the printer LCD contains the additional print information. It seems only the thumbnail in Fluidd did not contain the additional print information. Any idea how to archive that?