bump kittycad.rs (#3875)
Signed-off-by: Jess Frazelle <github@jessfraz.com>
This commit is contained in:
@ -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?;
|
||||
|
Reference in New Issue
Block a user