Replace plane strings with literals (#6592)
Signed-off-by: Nick Cameron <nrc@ncameron.org>
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
fn box(p, h, l, w) {
|
||||
myBox = startSketchOn('XY')
|
||||
myBox = startSketchOn(XY)
|
||||
|> startProfile(at = p)
|
||||
|> line(end = [0, l])
|
||||
|> line(end = [w, 0])
|
||||
|
Reference in New Issue
Block a user