mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-08 07:27:41 -06:00
Add ColPic encoding for thumbnails(;gimage/;simage) as metadata.
This will enable showing preview images on QIDI/Elegoo machines
This commit is contained in:
parent
ae8995fec2
commit
dd5fd06356
6 changed files with 372 additions and 12 deletions
|
@ -272,7 +272,7 @@ enum RetractLiftEnforceType {
|
|||
};
|
||||
|
||||
enum class GCodeThumbnailsFormat {
|
||||
PNG, JPG, QOI, BTT_TFT
|
||||
PNG, JPG, QOI, BTT_TFT, ColPic
|
||||
};
|
||||
|
||||
static std::string bed_type_to_gcode_string(const BedType type)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue