-
-
Notifications
You must be signed in to change notification settings - Fork 19.6k
Open
Labels
Description
As additional feature
On Ender 3v2 with MarlinUI it would be nice to have Gcode preview. (you can preview a 3D model of the object you want to print on the screen)
Like

On DWIN is possible to have a gcode preview
You can look into this source https://github.com/alexqzd/Marlin/blob/Aquila-Gcode-Preview/Marlin/src/lcd/dwin/creality_dwin.cpp
search for "DWIN_CREALITY_LCD_GCODE_PREVIEW"
Maybe some dev get a inspiration and have some free time to implementate