Skip to content

Commit

Permalink
introductory_examples.rst -> fix code escape for show_all
Browse files Browse the repository at this point in the history
  • Loading branch information
jdegenstein authored Oct 16, 2024
1 parent dd84840 commit c82c0f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/introductory_examples.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ They are organized from simple to complex, so working through them in order is t
1. ``from build123d import *``
2. If you are using build123d *builder mode* or *algebra mode*,

- in *ocp_vscode* simply use e.g. ``show(ex15)`` to the end of your design to view parts, sketches and curves. `show_all()` can be used to automatically show all objects with their variable names as labels.
- in *ocp_vscode* simply use e.g. ``show(ex15)`` to the end of your design to view parts, sketches and curves. ``show_all()`` can be used to automatically show all objects with their variable names as labels.
- in *CQ-editor* add e.g. ``show_object(ex15.part)``, ``show_object(ex15.sketch)`` or ``show_object(ex15.line)`` to the end of your design to view parts, sketches or lines.

3. If you want to save your resulting object as an STL from *builder mode*, you can use e.g. ``export_stl(ex15.part, "file.stl")``.
Expand Down

0 comments on commit c82c0f4

Please sign in to comment.