Skip to content

Commit

Permalink
Replacing 38mm hexspacer with 32mm hexspacer
Browse files Browse the repository at this point in the history
  • Loading branch information
rodrigopitanga committed Aug 8, 2013
1 parent 88f0faf commit 39da80e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions RAMBo.scad
Expand Up @@ -207,3 +207,5 @@ module RAMBo_pcb(){
} }
} }


//RAMBo();

2 changes: 1 addition & 1 deletion spacer.h
Expand Up @@ -20,5 +20,5 @@ use <spacer.scad>;
include <metric.scad>; include <metric.scad>;


m3_spacer_radius = m3_diameter*1.5; m3_spacer_radius = m3_diameter*1.5;
hexspacer_length = 38; //considering the height of the connectors and components hexspacer_length = 33; //considering the height of the connectors and components
nylonspacer_length = 6; nylonspacer_length = 6;

0 comments on commit 39da80e

Please sign in to comment.