Skip to content

Commit bde22cf

Browse files
committed
Allow created date to be set by the user when exporting STEP
1 parent dbb6fb8 commit bde22cf

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

modeling-cmds/src/format/step.rs

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,11 +38,8 @@ pub mod export {
3838
///
3939
/// [KittyCAD co-ordinate system]: ../coord/constant.KITTYCAD.html
4040
pub coords: coord::System,
41+
4142
/// Timestamp override.
42-
///
43-
/// This is intended for local integration testing only; it is not provided as an option
44-
/// in the JSON schema.
45-
#[serde(skip)]
4643
pub created: Option<chrono::DateTime<chrono::Utc>>,
4744
}
4845

0 commit comments

Comments
 (0)