Skip to content

Commit

Permalink
Fix typo: ImplicitSCAD → ImplicitCAD
Browse files Browse the repository at this point in the history
  • Loading branch information
dbrgn committed Mar 12, 2020
1 parent 510d305 commit 59fd754
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.rst
Expand Up @@ -18,7 +18,7 @@ Tangible
:alt: Wheel Availability

*Tangible* is a Python library to convert data into tangible 3D models. It
generates code for different backends like *OpenSCAD* or *ImplicitSCAD*. It is
generates code for different backends like *OpenSCAD* or *ImplicitCAD*. It is
inspired by projects like *OpenSCAD* and *d3.js*.

.. image:: https://raw.github.com/dbrgn/tangible/master/example1.jpg
Expand All @@ -38,7 +38,7 @@ The workflow to get a real object from data is as follows::
=> STL file => Slicer => G code => 3D printer => Tangible object

Of these, *Tangible* does the first three steps. The fourth step is handled by
a programmatic CAD tool like *OpenSCAD* or *ImplicitSCAD* and the last four
a programmatic CAD tool like *OpenSCAD* or *ImplicitCAD* and the last four
steps are handled by the specific 3D printer software.

Currently supported Python version is 2.7 and 3.4+.
Expand Down
2 changes: 1 addition & 1 deletion docs/index.rst
Expand Up @@ -6,7 +6,7 @@ Welcome to Tangible's documentation!
:alt: Build Status

Tangible is a Python library to convert data into tangible 3D models. It
generates code for different backends like OpenSCAD or ImplicitSCAD. It is
generates code for different backends like OpenSCAD or ImplicitCAD. It is
inspired by projects like OpenSCAD and d3.js.

The difference from Projects like SolidPython is that Tangible is a modular
Expand Down

0 comments on commit 59fd754

Please sign in to comment.