diff --git a/modeling-cmds/src/def_enum.rs b/modeling-cmds/src/def_enum.rs index ccab68ec..e8fa603c 100644 --- a/modeling-cmds/src/def_enum.rs +++ b/modeling-cmds/src/def_enum.rs @@ -790,7 +790,7 @@ define_modeling_cmd_enum! { pub cut_type: CutType, /// The ID to use for the newly created fillet face. /// If not provided, the server will randomly generate one. - #[serde(default)] + #[serde(default, skip_serializing_if = "Option::is_none")] pub face_id: Option, }