ENABLE_THUMBNAIL_GENERATOR -> Export thumbnails to gcode as png data in lines with max 80 characters length

This commit is contained in:
Enrico Turri 2019-11-04 15:38:15 +01:00
parent 065cdd878e
commit 76377ee0fe
3 changed files with 56 additions and 9 deletions

View file

@ -39,5 +39,6 @@
// Enable thumbnail generator
#define ENABLE_THUMBNAIL_GENERATOR (1 && ENABLE_2_2_0_ALPHA1)
#define ENABLE_THUMBNAIL_GENERATOR_PNG_TO_GCODE (1 && ENABLE_THUMBNAIL_GENERATOR)
#endif // _technologies_h_