Skip to content

Commit

Permalink
Made M3 nuts in syringe clamp a bit smaller
Browse files Browse the repository at this point in the history
  • Loading branch information
gniezen committed Sep 8, 2014
1 parent ceb5256 commit d614c13
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ To render the different 3D parts in `linear_actuator_v0.scad`:
* I had best results printing the idler end (part 2, `end_idler`) with support material.

### Building the mechanical design
The step-by-step build instructions with pictures are over on [Dozuki](http://openpump.dozuki.com/c/Build_instructions).
The step-by-step build instructions with pictures are in the [Building the syringe pump guide](http://openpump.dozuki.com/c/Build_instructions).

### Building the electronics
To build the electronics, you need the following components:
Expand Down
2 changes: 1 addition & 1 deletion mechanical/linear_actuator_v0.scad
Original file line number Diff line number Diff line change
Expand Up @@ -398,7 +398,7 @@ module clamp_syringe_pump() {
end_mount_holes(t_syringe_clamp + 1, d_M3_screw);

translate([0, 0, t_syringe_clamp / 2])
end_mount_holes(h_M3_nut * 2, d_M3_nut+0.5, 6); //TODO: remove this if d_M3_nut is enlarged
end_mount_holes(h_M3_nut * 2, d_M3_nut+0.3, 6); //TODO: remove this if d_M3_nut is enlarged

// guide rods
for (i = [-1, 1])
Expand Down

0 comments on commit d614c13

Please sign in to comment.