fix api for edge cuts (#6086)
Signed-off-by: Jess Frazelle <github@jessfraz.com>
This commit is contained in:
@ -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?;
|
||||
|
Reference in New Issue
Block a user