This commit is contained in:
Pierre Jacquier
2024-12-04 15:21:03 -05:00
parent 9e08ec9096
commit 94cb2535c0

View File

@ -1562,7 +1562,7 @@ export const modelingMachine = setup({
trap('Not enough sketches selected') trap('Not enough sketches selected')
} }
// Preform the loft // Perform the loft
const loftSketchesRes = loftSketches(ast, declarators) const loftSketchesRes = loftSketches(ast, declarators)
const updateAstResult = await kclManager.updateAst( const updateAstResult = await kclManager.updateAst(
loftSketchesRes.modifiedAst, loftSketchesRes.modifiedAst,