From 127b36c7cd5eef0dcaaea78224a033b50e429357 Mon Sep 17 00:00:00 2001 From: Jojain Date: Wed, 10 Mar 2021 18:08:41 +0100 Subject: [PATCH] Update README.md --- README.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/README.md b/README.md index da6f8b0..cb5e279 100644 --- a/README.md +++ b/README.md @@ -7,16 +7,37 @@ A place to share CadQuery scripts, modules, tutorials and projects * [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 * [Braille.py](examples/Braille.py) - Configurable braille label/sign generator where user inputs text and the braille dots are generated automatically +![panel_with_various_holes](examples/images/braille.png) + * [Classic_OCC_Bottle.py](examples/Classic_OCC_Bottle.py) - Standard OCCT bottle example, implemented using the CadQuery API * [Numpy.py](examples/Numpy.py) - Example of integrating Numpy with CadQuery * [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 +![panel_with_various_holes](examples/images/panel_with_various_holes.png) + * [Parametric_Enclosure.py](examples/Parametric_Enclosure.py) - Standard CadQuery example of an electronics enclosure with a base, fastener bosses, and a lid +![parametric_enclosure](examples/images/parametric_enclosure.png) + * [Reinforce_Junction_UsingFillet.py](examples/Reinforce_Junction_UsingFillet.py) - Example of using fillets to reinforce a joint, reducing stress concentrators at the joint +![reinforce_junction](examples/images/reinforce_junction_using_fillet.png) + * [Remote_Enclosure.py](examples/Remote_Enclosure.py) - An electronics enclosure created to be mounted on motorcycle handlebars + + * [Resin_Mold.py](examples/Resin_Mold.py) - A resin casting mold created to repair the strain-relief on an expensive cable +![resin_mold](examples/images/resin_mold.png) + * [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 +![shelled_cube](examples/images/shelled_cube.png) + * [tray.py](examples/tray.py) - Manual assembly example including export to DXF for laser cutting +![tray](examples/images/tray.png) + * [Tetrakaidecahedron.py](examples/Tetrakaidecahedron.py) - The Tetrakaidecahedron volume (Kelvin Cell) can pave 3D space and is often encountered in cristallography. +![tetrakaidecahedron](examples/images/Tetrakaidecahedron.png) + +* [cylindrical_gear.py](examples/cylindrical_gear.py) - A cylindrical straight or helix gear +![gear](examples/images/gear.png) + ### Tutorials