fix api for edge cuts (#6086)

Signed-off-by: Jess Frazelle <github@jessfraz.com>
This commit is contained in:
Jess Frazelle
2025-04-01 09:42:11 -07:00
committed by GitHub
parent 0583eb07d5
commit 7d46e7e271
4 changed files with 3 additions and 7 deletions

View File

@ -138,8 +138,6 @@ async fn inner_chamfer(
radius: LengthUnit(length),
tolerance: LengthUnit(DEFAULT_TOLERANCE), // We can let the user set this in the future.
cut_type: CutType::Chamfer,
// We make this a none so that we can remove it in the future.
face_id: None,
}),
)
.await?;