mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-08 07:27:41 -06:00
FIX: fix the topmost iron issue
Signed-off-by: qing.zhang <qing.zhang@bambulab.com> Change-Id: I79a034f188aaa1ef4528b944c725008f926b7b1f
This commit is contained in:
parent
fbb9dfc41a
commit
53be2ee554
2 changed files with 8 additions and 10 deletions
|
@ -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>;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue