6 lines
149 B
Plaintext
6 lines
149 B
Plaintext
@settings(defaultLengthUnit = in)
|
|
|
|
// Use the same units as in the main importing file.
|
|
startSketchOn('XZ')
|
|
|> circle(center = [0, 2], radius = 1)
|