Fix fillet test code

This commit is contained in:
Adam Chalmers
2025-02-01 23:14:39 -06:00
parent a8fe2c5526
commit a039d73f85

View File

@ -1100,7 +1100,7 @@ test(`Fillet point-and-click`, async ({
|> line(end = [0, -12])
|> line(endAbsolute = [profileStartX(%), profileStartY(%)])
|> close()
extrude001 = extrude(-12, sketch001)
extrude001 = extrude(sketch001, length = -12)
`
const firstFilletDeclaration = 'fillet({ radius = 5, tags = [seg01] }, %)'
const secondFilletDeclaration =