Replace plane strings with literals (#6592)
Signed-off-by: Nick Cameron <nrc@ncameron.org>
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
@settings(defaultLengthUnit = in)
|
||||
|
||||
sketch001 = startSketchOn('XY')
|
||||
sketch001 = startSketchOn(XY)
|
||||
cubeIn = startProfile(sketch001, at = [-10, -10])
|
||||
|> xLine(length = 5)
|
||||
|> yLine(length = -5)
|
||||
|
||||
Reference in New Issue
Block a user