Skip to content

Commit b1db9c0

Browse files
authored
Release modeling-cmds 0.2.127 (#907)
# Added * The `extrude` endpoint now takes an additional field `extrude_method: ExtrudeMethod`. It defaults to `ExtrudeMethod::Merge` which was the current, default behaviour. If your extruded sketch is sketched on the face of some solid, this tells the engine to pull it out of the solid (or push it into), i.e. modifying the original solid geometry. You can now set `ExtrudeMethod::New` which creates a new solid, leaving the original solid as it was. (#905) # Fixed * Some typos in documentation
1 parent 19ee600 commit b1db9c0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

modeling-cmds/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "kittycad-modeling-cmds"
3-
version = "0.2.126"
3+
version = "0.2.127"
44
edition = "2021"
55
authors = ["KittyCAD, Inc."]
66
description = "Commands in the KittyCAD Modeling API"

0 commit comments

Comments
 (0)