mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-05-06 21:09:06 +08:00
Trying to fix a compilation issue on Linux / OSX
This commit is contained in:
parent
e2f91cacab
commit
8795f7dba8
@ -962,7 +962,7 @@ private:
|
||||
bool operator<(const TICK_CODE& other) const { return other.tick > this->tick; }
|
||||
bool operator>(const TICK_CODE& other) const { return other.tick < this->tick; }
|
||||
|
||||
int tick;
|
||||
int tick = 0;
|
||||
std::string gcode = Slic3r::ColorChangeCode;
|
||||
int extruder = 0;
|
||||
std::string color;
|
||||
|
Loading…
x
Reference in New Issue
Block a user