Skip to content

Commit

Permalink
Experimenting with ideas for enclosure
Browse files Browse the repository at this point in the history
  • Loading branch information
gniezen committed Oct 15, 2014
1 parent 96aca34 commit faafe91
Show file tree
Hide file tree
Showing 5 changed files with 3,569 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Openpump is a collaboratively designed general-purpose syringe pump platform tha
## Setup

### Rendering the 3D parts
The 3D-printed parts were designed in [OpenSCAD](http://www.openscad.org/). (To learn how to use OpenSCAD, see [the Openpump blog](http://blog.openpump.org:8080/how-to-design-a-3d-printed-enclosure-for-your-product/)). To render the different 3D parts in `linear_actuator_v0.scad`:
The 3D-printed parts were designed in [OpenSCAD](http://www.openscad.org/). (To learn how to use OpenSCAD, see [the Openpump blog](http://blog.openpump.org/how-to-design-a-3d-printed-enclosure-for-your-product/)). To render the different 3D parts in `linear_actuator_v0.scad`:
* Install the [MOST SCAD libraries](https://github.com/mtu-most/most-scad-libraries) by downloading them as a zip file and adding to OpenSCAD path using `export OPENSCADPATH=`<*your local path*> (in `~/.profile` on Ubuntu), or using `File->Show Library Folder` to add them to your OpenSCAD library.
* Change `render_part()` to the 3D part you want to render. You need `end_motor` (1), `end_idler` (2), `carriage_syringe_pump` (4), `clamp_syringe_pump` (5) and `syringe_plunger_retainer` (7) at a minimum.
* Before printing the syringe holder (part 5, `clamp_syringe_pump`), set the variable `d_syringe` to the be the same as the diameter of the syringe body you're using.
Expand Down
Loading

0 comments on commit faafe91

Please sign in to comment.