Files
modeling-app/rust/kcl-lib/e2e/executor/inputs/cylinder-inches.kcl
Frank Noirot a3b6da03d3 Undo kclSamplesInputPath approach.
Instead, just add a second reliable executor input file to use.
2025-03-21 12:13:19 -04:00

5 lines
151 B
Plaintext

@settings(defaultLengthUnit = in)
sketch001 = startSketchOn(XZ)
|> circle(center = [0, 0], radius = 20)
extrude001 = extrude(sketch001, length = 10)