WIP: Implemented support for QOI G-code thumbnail format as requested

by the RepRapFirmware team due to their low RAM budget for decompression.
Bundled the QOI image compression library.
This commit is contained in:
Vojtech Bubnik 2022-02-02 17:37:29 +01:00
parent 222e3ec6ef
commit 87cff55856
14 changed files with 969 additions and 60 deletions
src/libslic3r

View file

@ -130,7 +130,8 @@ bool Print::invalidate_state_by_config_options(const ConfigOptionResolver & /* n
"start_gcode",
"start_filament_gcode",
"toolchange_gcode",
"threads",
"thumbnails",
"thumbnails_format",
"use_firmware_retraction",
"use_relative_e_distances",
"use_volumetric_e",