makerbase-mks / Mks-Robin-Nano-Marlin2.0-Firmware

The firmware of Mks Robin Nano, based on Marlin-2.0.x, adding the color GUI.
GNU General Public License v3.0
261 stars 285 forks source link

No miniatures for the stl images #220

Open ColdBeer72 opened 3 years ago

ColdBeer72 commented 3 years ago

As in the title, I can't see miniatures when exploring the sdcard, but I could see the image included in the gcode file when printing. image image

Card: MKS Robin Nano v1.2 Firmware: Marlin (official repository) 2.0.7.2 compiled with LVGL Configurations.zip

Resuming related configuration:

[platformio]
default_envs = mks_robin_nano35
[configuration.h]
#define SERIAL_PORT 3
#define MOTHERBOARD BOARD_MKS_ROBIN_NANO
#define PRINTCOUNTER
#define SDSUPPORT
#define MKS_ROBIN_TFT3
#define TFT_LVGL_UI

I suppose LVGL support for Marlin is a "standard" and it should work the same in all situations.

Thanks in advance for any help.

MKS-Sean commented 3 years ago

Maybe there are still some issues that need to be fixed in the current official marlin code. I suggest you use this version of MKS github for the time being, and then I will submit the fix to the official marlin