Signed-off-by: Jess Frazelle <github@jessfraz.com>
This commit is contained in:
Jess Frazelle
2024-06-21 21:59:10 -07:00
parent 4d7cac6c1d
commit 99655d623e

View File

@ -506,9 +506,7 @@ export const ModelingMachineProvider = ({
}) })
}, },
'animate-to-face': async (_, { data }) => { 'animate-to-face': async (_, { data }) => {
console.log('animate-to-face', data)
if (data.type === 'extrudeFace') { if (data.type === 'extrudeFace') {
console.log('data', data)
const { modifiedAst, pathToNode: pathToNewSketchNode } = const { modifiedAst, pathToNode: pathToNewSketchNode } =
sketchOnExtrudedFace( sketchOnExtrudedFace(
kclManager.ast, kclManager.ast,