gumyr / build123d

A python CAD programming library
Apache License 2.0
521 stars 89 forks source link

export_3mf() has no default values for its parameters #233

Closed JonnyHaystack closed 1 year ago

JonnyHaystack commented 1 year ago

export_stl() has default values for its tolerance and angular_tolerance parameters, however export_3mf() does not have any default parameter values. Unless there is a particular reason for this, I think it would make sense to have reasonable defaults for all of the export functions.

gumyr commented 1 year ago

3MF Exporter has changed, see: https://build123d.readthedocs.io/en/latest/import_export.html#d-mesh-export with appropriate defaults.