2025-03-20 11:06:27 +13:00
|
|
|
---
|
|
|
|
source: kcl-lib/src/simulation_tests.rs
|
|
|
|
description: Result of unparsing tests/import_whole/exported_mod.kcl
|
|
|
|
---
|
|
|
|
@settings(defaultLengthUnit = inch)
|
2025-03-20 16:23:20 +13:00
|
|
|
|
2025-03-24 20:58:55 +13:00
|
|
|
export thickness = 42
|
|
|
|
|
2025-03-21 22:39:12 +13:00
|
|
|
startSketchOn(XY)
|
2025-03-20 11:06:27 +13:00
|
|
|
|> circle(center = [5, 5], radius = 10)
|
|
|
|
|> extrude(length = 10)
|