notes. typo , vs ;
This commit is contained in:
parent
0c2d1b7be2
commit
b9c59df9b3
2 changed files with 3 additions and 5 deletions
|
|
@ -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)
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue