Replace plane strings with literals (#6592)
Signed-off-by: Nick Cameron <nrc@ncameron.org>
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
svg = startSketchOn('XY')
|
||||
svg = startSketchOn(XY)
|
||||
|> startProfile(at = [0, 0])
|
||||
|> line(endAbsolute = [2.52, -26.04]) // MoveAbsolute
|
||||
|> line(endAbsolute = [2.52, -25.2]) // VerticalLineAbsolute
|
||||
|
||||
Reference in New Issue
Block a user