Undo kclSamplesInputPath approach.

Instead, just add a second reliable executor input file to use.
This commit is contained in:
Frank Noirot
2025-03-21 12:12:45 -04:00
parent e6c060c410
commit a3b6da03d3
8 changed files with 24 additions and 27 deletions

View File

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