Skip to content

Commit da69d51

Browse files
authored
Merge pull request #11 from Jojain/master
add images to readme
2 parents 92a8dac + 6238cdb commit da69d51

12 files changed

+34
-4
lines changed

README.md

Lines changed: 34 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,19 +5,49 @@ A place to share CadQuery scripts, modules, tutorials and projects
55

66
### Examples
77

8-
* [3D_Printer_Extruder_Support.py](examples/3D_Printer_Extruder_Support.py) - Designed for mounting hotend to an i3 X-carriage inspired by the P3steel Toolson
98
* [Braille.py](examples/Braille.py) - Configurable braille label/sign generator where user inputs text and the braille dots are generated automatically
10-
* [Classic_OCC_Bottle.py](examples/Classic_OCC_Bottle.py) - Standard OCCT bottle example, implemented using the CadQuery API
11-
* [Numpy.py](examples/Numpy.py) - Example of integrating Numpy with CadQuery
9+
10+
<img src="examples/images/braille.png" width="600"/>
11+
12+
1213
* [Panel_with_Various_Holes_for_Connector_Installation.py](examples/Panel_with_Various_Holes_for_Connector_Installation.py) - Example of creating various knock-out holes in a panel
14+
15+
<img src="examples/images/panel_with_various_holes.png" width="600"/>
16+
1317
* [Parametric_Enclosure.py](examples/Parametric_Enclosure.py) - Standard CadQuery example of an electronics enclosure with a base, fastener bosses, and a lid
18+
19+
<img src="examples/images/parametric_enclosure.png" width="600"/>
20+
1421
* [Reinforce_Junction_UsingFillet.py](examples/Reinforce_Junction_UsingFillet.py) - Example of using fillets to reinforce a joint, reducing stress concentrators at the joint
15-
* [Remote_Enclosure.py](examples/Remote_Enclosure.py) - An electronics enclosure created to be mounted on motorcycle handlebars
22+
23+
<img src="examples/images/reinforce_junction_using_fillet.png" width="600"/>
24+
25+
1626
* [Resin_Mold.py](examples/Resin_Mold.py) - A resin casting mold created to repair the strain-relief on an expensive cable
27+
28+
<img src="examples/images/resin_mold.png" width="600"/>
29+
1730
* [Shelled_Cube_Inside_Chamfer_With_Logical_Selector_Operators.py](examples/Shelled_Cube_Inside_Chamfer_With_Logical_Selector_Operators.py) - Shows a somewhat more advanced use of selectors to chamfer the inside edges of a shelled cube
31+
32+
<img src="examples/images/shelled_cube.png" width="600"/>
33+
1834
* [tray.py](examples/tray.py) - Manual assembly example including export to DXF for laser cutting
35+
36+
<img src="examples/images/tray.png" width="600"/>
37+
1938
* [Tetrakaidecahedron.py](examples/Tetrakaidecahedron.py) - The Tetrakaidecahedron volume (Kelvin Cell) can pave 3D space and is often encountered in cristallography.
2039

40+
<img src="examples/images/Tetrakaidecahedron.png" width="600"/>
41+
42+
* [cylindrical_gear.py](examples/cylindrical_gear.py) - A cylindrical straight or helix gear
43+
44+
<img src="examples/images/cylindrical_gear.png" width="600"/>
45+
46+
* [Remote_Enclosure.py](examples/Remote_Enclosure.py) - An electronics enclosure created to be mounted on motorcycle handlebars
47+
* [Classic_OCC_Bottle.py](examples/Classic_OCC_Bottle.py) - Standard OCCT bottle example, implemented using the CadQuery API
48+
* [Numpy.py](examples/Numpy.py) - Example of integrating Numpy with CadQuery
49+
* [3D_Printer_Extruder_Support.py](examples/3D_Printer_Extruder_Support.py) - Designed for mounting hotend to an i3 X-carriage inspired by the P3steel Toolson
50+
2151
### Tutorials
2252

2353
* [Ex000 Start Here.ipynb](tutorials/Ex000%20Start%20Here.ipynb) - iPython notebook that is the entry point for a set of CadQuery tutorials

examples/Tetrakaidecahedron.png

-1.27 MB
Binary file not shown.
151 KB
Loading

examples/images/braille.png

36.2 KB
Loading
File renamed without changes.

examples/images/door.png

35.4 KB
Loading
34.5 KB
Loading
23 KB
Loading
56.6 KB
Loading

examples/images/resin_mold.png

88.9 KB
Loading

0 commit comments

Comments
 (0)