diff --git a/crates/fj-export/src/lib.rs b/crates/fj-export/src/lib.rs index 732f7779a..d193b1cef 100644 --- a/crates/fj-export/src/lib.rs +++ b/crates/fj-export/src/lib.rs @@ -130,7 +130,7 @@ pub fn export_stl( } /// Export the provided mesh to the provided writer in the OBJ format. -fn export_obj( +pub fn export_obj( mesh: &Mesh>, mut write: impl Write, ) -> Result<(), Error> {