mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-11 16:57:53 -06:00
merge with master
This commit is contained in:
commit
df36a7dcb2
6 changed files with 63 additions and 14 deletions
|
@ -965,7 +965,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…
Add table
Add a link
Reference in a new issue