notes. typo , vs ;

This commit is contained in:
Stewart Allen 2023-01-16 13:03:32 -05:00
commit b9c59df9b3
2 changed files with 3 additions and 5 deletions

View file

@ -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)

View file

@ -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;