Files
OrcaSlicer-bambulab/src/libslic3r/Format
Vojtech Bubnik 95f4690e25 Support / seam / MMU painting serialization / deserialization:
Changed the serialization structure
	std::map<int, std::vector<bool>>
to a significantly more compact
	std::pair<std::vector<std::pair<int, int>>, std::vector<bool>>
Such change shall significantly improve efficiency of Undo / Redo stack.
2021-06-10 09:26:30 +02:00
..
2021-05-24 12:20:29 +02:00
2021-06-08 10:28:23 +02:00
2021-06-08 10:28:23 +02:00