sort waterline from ocl

pull/258/head
Joe Marshall 2024-01-28 16:01:48 +00:00
rodzic 9e51d5204c
commit 2b9f342d92
1 zmienionych plików z 2 dodań i 0 usunięć

Wyświetl plik

@ -717,6 +717,8 @@ async def getPath3axis(context, operation):
o.movement.type == 'CONVENTIONAL' and o.movement.spindle_rotation == 'CCW'):
for ch in chunks:
ch.reverse()
chunks = await utils.sortChunks(chunks, o)
strategy.chunksToMesh(chunks, o)
elif o.strategy == 'WATERLINE' and not o.optimisation.use_opencamlib: