don't resample in ocl waterline

pull/258/head
Joe Marshall 2024-01-29 13:54:53 +00:00
rodzic a56cc9df2b
commit 57fa002cd0
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -1053,7 +1053,7 @@ async def connectChunksLow(chunks, o):
lastch = ch
pos = lastch.get_point(-1)
if o.optimisation.use_opencamlib and o.optimisation.use_exact and o.strategy != 'CUTOUT' and o.strategy != 'POCKET':
if o.optimisation.use_opencamlib and o.optimisation.use_exact and o.strategy != 'CUTOUT' and o.strategy != 'POCKET' and o.strategy != 'WATERLINE':
await oclResampleChunks(o, chunks_to_resample,use_cached_mesh=True)
return connectedchunks