diff --git a/release.md b/release.md index ec01a9b3..4f2060b3 100644 --- a/release.md +++ b/release.md @@ -24,9 +24,7 @@ Full docs @ https://docs.grid.space/projects/kiri-moto * CAM refactor of contouring yields 2x - 20x speedup * CAM update traces to async slicing, fix use with flip * CAM add threading support for all slicing ops - -- refactor object/group storage model in Mesh:Tool -- add omit pocket to rough and outline +* CAM add omit pocket option to outline op # Release 3.7 (2022-11-12) diff --git a/src/kiri-mode/cam/topo.js b/src/kiri-mode/cam/topo.js index c170dfbc..d6425c91 100644 --- a/src/kiri-mode/cam/topo.js +++ b/src/kiri-mode/cam/topo.js @@ -828,7 +828,7 @@ moto.broker.subscribe("minion.started", msg => { slice = kiri.codec.encode(slice); reply({ seq, slice }); }); - }, + }; funcs.trace_x = (data, seq) => { const { cache } = self; @@ -837,7 +837,7 @@ moto.broker.subscribe("minion.started", msg => { slice = kiri.codec.encode(slice); reply({ seq, slice }); }); - }, + }; funcs.trace_cleanup = () => { delete cache.trace;