diff --git a/src/wasm-lib/kcl/src/std/fillet.rs b/src/wasm-lib/kcl/src/std/fillet.rs index 9b2c190481..c6ba4bb6a8 100644 --- a/src/wasm-lib/kcl/src/std/fillet.rs +++ b/src/wasm-lib/kcl/src/std/fillet.rs @@ -166,7 +166,7 @@ async fn inner_fillet( if let Some(ref tag) = tag { extrude_group.value.push(ExtrudeSurface::Fillet(FilletSurface { - face_id: edge_id, + face_id: id, tag: Some(tag.clone()), geo_meta: GeoMeta { id,