semi z offset

isn’t real fix
This commit is contained in:
casperlamboo 2017-11-16 23:30:53 +01:00
parent 994a1caa98
commit 8e5e000a12

View File

@ -25,7 +25,7 @@ export default function calculateLayersIntersections(lines, settings) {
layerIntersectionIndexes[layerIndex].push(lineIndex);
const y = layerIndex * layerHeight + zOffset;
const y = layerIndex * layerHeight;
let x, z;
if (line.start.y === line.end.y) {