Skip to content

Commit

Permalink
import_export.rst -> remove use of deprecated export_step method and …
Browse files Browse the repository at this point in the history
…use export_step function instead
  • Loading branch information
jdegenstein authored Sep 3, 2024
1 parent 8b38324 commit 93408ee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/import_export.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ For example:
with BuildPart() as box_builder:
Box(1, 1, 1)
box_builder.part.export_step("box.step")
export_step(box_builder.part, "box.step")
File Formats
============
Expand Down Expand Up @@ -217,7 +217,7 @@ ExportSVG
--------------

Both 3MF and STL export (and import) are provided with the :class:`~mesher.Mesher` class.
As mentioned above the 3MF format provides is feature-rich and therefore has a slightly
As mentioned above, the 3MF format it provides is feature-rich and therefore has a slightly
more complex API than the simple Shape exporters.

For example:
Expand Down

0 comments on commit 93408ee

Please sign in to comment.