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

@ -167,8 +167,6 @@ async fn inner_fillet(
radius: LengthUnit(radius),
tolerance: LengthUnit(tolerance.unwrap_or(DEFAULT_TOLERANCE)),
cut_type: CutType::Fillet,
// We make this a none so that we can remove it in the future.
face_id: None,
}),
)
.await?;