mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-16 10:02:12 +00:00
FIX: fix the topmost iron issue
Signed-off-by: qing.zhang <qing.zhang@bambulab.com> Change-Id: I79a034f188aaa1ef4528b944c725008f926b7b1f
This commit is contained in:
@@ -219,7 +219,7 @@ namespace Slic3r {
|
||||
#endif // ENABLE_GCODE_VIEWER_DATA_CHECKING
|
||||
|
||||
private:
|
||||
using AxisCoords = std::array<float, 4>;
|
||||
using AxisCoords = std::array<double, 4>;
|
||||
using ExtruderColors = std::vector<unsigned char>;
|
||||
using ExtruderTemps = std::vector<float>;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user