Bidirectional extrude/revolve (#6154)

* extend extrude endpoint

* revolve and mocks

* add bounds check to revolve

* kcl examples of new args

* update to 110

* fix mock

* move example to prelude

* change to camelCase

* new prelude tests

* extend just file

* missed change

* change to XY

* redo sim tests

* review changes

* redo markdown
This commit is contained in:
Ben Crabbe
2025-04-10 15:46:10 +01:00
committed by GitHub
parent 4664427832
commit d125efcd60
109 changed files with 4595 additions and 571 deletions

View File

@ -179,7 +179,8 @@ description: Artifact commands crazy_multi_profile.kcl
"type": "extrude",
"target": "[uuid]",
"distance": 20.0,
"faces": null
"faces": null,
"opposite": "None"
}
},
{
@ -743,7 +744,8 @@ description: Artifact commands crazy_multi_profile.kcl
"unit": "degrees",
"value": 45.0
},
"tolerance": 0.0000001
"tolerance": 0.0000001,
"opposite": "None"
}
},
{
@ -842,7 +844,8 @@ description: Artifact commands crazy_multi_profile.kcl
"type": "extrude",
"target": "[uuid]",
"distance": 4.0,
"faces": null
"faces": null,
"opposite": "None"
}
},
{
@ -1453,7 +1456,8 @@ description: Artifact commands crazy_multi_profile.kcl
"type": "extrude",
"target": "[uuid]",
"distance": 2.5,
"faces": null
"faces": null,
"opposite": "None"
}
},
{
@ -1571,7 +1575,8 @@ description: Artifact commands crazy_multi_profile.kcl
"unit": "degrees",
"value": 45.0
},
"tolerance": 0.0000001
"tolerance": 0.0000001,
"opposite": "None"
}
},
{