I thought I did this in https://github.com/KittyCAD/modeling-app/pull/7325, but I forgot to actually set the better message. Actually fixes, for real this time, https://github.com/KittyCAD/modeling-app/issues/6072 this time.
4 lines
155 B
Plaintext
4 lines
155 B
Plaintext
// This won't work, because `sketch001` is being referenced in its own definition.
|
|
sketch001 = startSketchOn(XY)
|
|
|> startProfileAt([20, -20], sketch001)
|