mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-12 01:07:57 -06:00
Implemented "Color Print" for preview mode (without re-slicing)
This commit is contained in:
parent
b0ecf07e9b
commit
e291172e24
6 changed files with 102 additions and 31 deletions
|
@ -216,6 +216,8 @@ public:
|
|||
|
||||
// Return an estimate of the memory consumed by the time estimator.
|
||||
size_t memory_used() const;
|
||||
|
||||
static const std::vector<std::string>& ColorPrintColors();
|
||||
};
|
||||
|
||||
GCodePreviewData::Color operator + (const GCodePreviewData::Color& c1, const GCodePreviewData::Color& c2);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue