FIX: fix the topmost iron issue

Signed-off-by: qing.zhang <qing.zhang@bambulab.com>
Change-Id: I79a034f188aaa1ef4528b944c725008f926b7b1f
This commit is contained in:
qing.zhang 2022-09-02 10:29:08 +08:00 committed by Lane.Wei
parent fbb9dfc41a
commit 53be2ee554
2 changed files with 8 additions and 10 deletions

View file

@ -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>;