Skip to content

Commit

Permalink
Minor fixes to the main README file (#24)
Browse files Browse the repository at this point in the history
  • Loading branch information
openvmp authored Dec 30, 2023
1 parent 4e3d828 commit bda322a
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,16 +113,16 @@ while having parts and assemblies often maintained by third parties.

PartCAD allows to define parts using any of the following methods:

| Method | Example | Result |
| ----------------------------------------------- | ------------------------------------------------------------------------ | ---------------------------------------------- |
| STEP file | parts:<br/>&nbsp;&nbsp;bolt:<br/>&nbsp;&nbsp;&nbsp;&nbsp;type:&nbsp;step | ![](examples/part_step/bolt.png) |
| Original<br/>CadQuery<br/>Gateway<br/>Interface | parts:<br/>&nbsp;&nbsp;cube: | ![](examples/part_cadquery_primitive/cube.png) |
| Method | Example | Result |
| ------------------------------------------------------------ | ------------------------------------------------------------------------ | ---------------------------------------------- |
| STEP file | parts:<br/>&nbsp;&nbsp;bolt:<br/>&nbsp;&nbsp;&nbsp;&nbsp;type:&nbsp;step | ![](examples/part_step/bolt.png) |
| CadQuery<br/>Gateway<br/>Interface<br/>(including build123d) | parts:<br/>&nbsp;&nbsp;cube: | ![](examples/part_cadquery_primitive/cube.png) |

<!--
| Extension for<br/>parametrized<br/>CadQuery scripts | TODO | TODO |
-->

Other methods to define parts are in coming soon (e.g. `build123d`).
Other methods to define parts are coming in soon (e.g. OpenSCAD).

### Assemblies

Expand Down Expand Up @@ -211,7 +211,7 @@ Individual parts, assemblies and scenes can be rendered and exported into the
following formats:
- PNG
- STL
- STL (not yet)
### Other modelling formats
Expand All @@ -225,8 +225,8 @@ Additionally, assemblies and scenes can be exported into the following formats:
The bill of materials for each assembly can be produced using the following
formats:
- CSV
- Markdown
- CSV (not yet / in progress)
- Markdown (not yet / in progress)
## Tools for mechanical engineering
Expand Down

0 comments on commit bda322a

Please sign in to comment.