KCL: change twist to a case of extrude (#7481)
@franknoirot @jtran and I decided that the `extrudeTwist()` function (which I added in https://github.com/KittyCAD/modeling-app/pull/7480) would be better as an optional case of the normal `extrude` function. Doing it this way means less work for the frontend team.
This commit is contained in:
@ -117,11 +117,11 @@ pub const TEST_NAMES: &[&str] = &[
|
||||
"std-sketch-getOppositeEdge-0",
|
||||
"std-sketch-getPreviousAdjacentEdge-0",
|
||||
"std-sketch-getNextAdjacentEdge-0",
|
||||
"std-sketch-extrudeTwist-0",
|
||||
"std-sketch-extrude-0",
|
||||
"std-sketch-extrude-1",
|
||||
"std-sketch-extrude-2",
|
||||
"std-sketch-extrude-3",
|
||||
"std-sketch-extrude-4",
|
||||
"std-sketch-polygon-0",
|
||||
"std-sketch-polygon-1",
|
||||
"std-sketch-sweep-0",
|
||||
|
Reference in New Issue
Block a user