Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
Signed-off-by: Jess Frazelle <[email protected]>
  • Loading branch information
jessfraz committed Sep 17, 2024
1 parent 644abe7 commit c2ba4f0
Show file tree
Hide file tree
Showing 3 changed files with 74 additions and 0 deletions.
Binary file added tests/a_2x4_lego_brick.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 8 additions & 0 deletions tests/nested-settings/project.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
[settings.app]

[settings.modeling]
base_unit = "in"

[settings.text_editor]

[settings.command_bar]
66 changes: 66 additions & 0 deletions tests/nested-settings/subdir/gear.kcl
Original file line number Diff line number Diff line change
@@ -0,0 +1,66 @@
const part001 = startSketchAt([0.0000000000, 5.0000000000])
|> line([0.4900857016, -0.0240763666], %)
|> line([0.6804562304, 0.9087880491], %)
|> line([0.5711661314, -0.1430696680], %)
|> line([0.1717090983, -1.1222443518], %)
|> line([0.4435665223, -0.2097913408], %)
|> line([0.9764377140, 0.5792113521], %)
|> line([0.4729383069, -0.3507549536], %)
|> line([-0.2708257990, -1.1025288142], %)
|> line([0.3295183609, -0.3635674851], %)
|> line([1.1237654070, 0.1614549773], %)
|> line([0.3027099123, -0.5050409772], %)
|> line([-0.6721299235, -0.9149632591], %)
|> line([0.1653040161, -0.4619937756], %)
|> line([1.1000100038, -0.2808814542], %)
|> line([0.0863966776, -0.5824390901], %)
|> line([-0.9711083600, -0.5881028420], %)
|> line([-0.0240763666, -0.4900857016], %)
|> line([0.9087880491, -0.6804562304], %)
|> line([-0.1430696680, -0.5711661314], %)
|> line([-1.1222443518, -0.1717090983], %)
|> line([-0.2097913408, -0.4435665223], %)
|> line([0.5792113521, -0.9764377140], %)
|> line([-0.3507549536, -0.4729383069], %)
|> line([-1.1025288142, 0.2708257990], %)
|> line([-0.3635674851, -0.3295183609], %)
|> line([0.1614549773, -1.1237654070], %)
|> line([-0.5050409772, -0.3027099123], %)
|> line([-0.9149632591, 0.6721299235], %)
|> line([-0.4619937756, -0.1653040161], %)
|> line([-0.2808814542, -1.1000100038], %)
|> line([-0.5824390901, -0.0863966776], %)
|> line([-0.5881028420, 0.9711083600], %)
|> line([-0.4900857016, 0.0240763666], %)
|> line([-0.6804562304, -0.9087880491], %)
|> line([-0.5711661314, 0.1430696680], %)
|> line([-0.1717090983, 1.1222443518], %)
|> line([-0.4435665223, 0.2097913408], %)
|> line([-0.9764377140, -0.5792113521], %)
|> line([-0.4729383069, 0.3507549536], %)
|> line([0.2708257990, 1.1025288142], %)
|> line([-0.3295183609, 0.3635674851], %)
|> line([-1.1237654070, -0.1614549773], %)
|> line([-0.3027099123, 0.5050409772], %)
|> line([0.6721299235, 0.9149632591], %)
|> line([-0.1653040161, 0.4619937756], %)
|> line([-1.1000100038, 0.2808814542], %)
|> line([-0.0863966776, 0.5824390901], %)
|> line([0.9711083600, 0.5881028420], %)
|> line([0.0240763666, 0.4900857016], %)
|> line([-0.9087880491, 0.6804562304], %)
|> line([0.1430696680, 0.5711661314], %)
|> line([1.1222443518, 0.1717090983], %)
|> line([0.2097913408, 0.4435665223], %)
|> line([-0.5792113521, 0.9764377140], %)
|> line([0.3507549536, 0.4729383069], %)
|> line([1.1025288142, -0.2708257990], %)
|> line([0.3635674851, 0.3295183609], %)
|> line([-0.1614549773, 1.1237654070], %)
|> line([0.5050409772, 0.3027099123], %)
|> line([0.9149632591, -0.6721299235], %)
|> line([0.4619937756, 0.1653040161], %)
|> line([0.2808814542, 1.1000100038], %)
|> line([0.5824390901, 0.0863966776], %)
|> close(%)
|> extrude(1, %)

0 comments on commit c2ba4f0

Please sign in to comment.