fix closing profile bug (tangentArcTo being ignored)

This commit is contained in:
Kurt Hutten Irev-Dev
2025-02-13 20:55:57 +11:00
parent b937934834
commit b4d1a36bd9

View File

@ -898,7 +898,7 @@ export class SceneEntities {
variables: kclManager.variables,
pathToNode: sketchEntryNodePath,
expressions: [
lastSegment.type === 'TangentialArcTo'
segmentName === 'tangentialArcTo'
? createCallExpressionStdLib('tangentialArcTo', [
originCoords,
createPipeSubstitution(),