bump kittycad.rs (#3875)

Signed-off-by: Jess Frazelle <github@jessfraz.com>
This commit is contained in:
Jess Frazelle
2024-09-12 14:23:54 -07:00
committed by GitHub
parent 472eb2bafe
commit 957a9ca4fe
6 changed files with 10 additions and 7 deletions

View File

@ -111,6 +111,7 @@ async fn inner_chamfer(
radius: data.length,
tolerance: DEFAULT_TOLERANCE, // We can let the user set this in the future.
cut_type: Some(kittycad::types::CutType::Chamfer),
face_id: None,
},
)
.await?;