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

@ -193,6 +193,7 @@ impl EngineConnection {
distance,
target,
faces: _, // Engine team: start using this once the frontend and engine both use it.
opposite: _,
}) => {
format!(
r#"
@ -208,6 +209,7 @@ impl EngineConnection {
origin,
target,
tolerance,
opposite: _,
}) => {
let ox = origin.x.0;
let oy = origin.y.0;