Skip to content

Commit

Permalink
changed path for parts files
Browse files Browse the repository at this point in the history
  • Loading branch information
jgrizou committed Apr 17, 2015
1 parent 8504a31 commit 5c776ea
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 23 deletions.
12 changes: 0 additions & 12 deletions hardware/dev.scad

This file was deleted.

4 changes: 2 additions & 2 deletions hardware/parts/U_horn_to_horn.scad
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
include <../../poppy_ergo_jr_def.scad>
include <../poppy_ergo_jr_def.scad>

use <../../robotis-scad/frames/U_horn_to_horn_frame.scad>;
use <../robotis-scad/frames/U_horn_to_horn_frame.scad>;

U_horn_to_horn_frame(A);
6 changes: 3 additions & 3 deletions hardware/parts/U_side_to_horn.scad
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
include <../../poppy_ergo_jr_def.scad>
include <../../robotis-scad/ollo/ollo_def.scad>
include <../poppy_ergo_jr_def.scad>
include <../robotis-scad/ollo/ollo_def.scad>

use <../../robotis-scad/frames/U_three_ollo_to_horn_frame.scad>;
use <../robotis-scad/frames/U_three_ollo_to_horn_frame.scad>;

U_three_ollo_to_horn_frame(length=C, radius=OlloLayerThickness/2);
4 changes: 2 additions & 2 deletions hardware/parts/base.scad
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
include <../../poppy_ergo_jr_def.scad>
include <../poppy_ergo_jr_def.scad>

use <../../specific_frames/base_frame.scad>;
use <../specific_frames/base_frame.scad>;

circular_base_frame(BaseRadius, BaseHeight);
4 changes: 2 additions & 2 deletions hardware/parts/pen_holder.scad
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
include <../../poppy_ergo_jr_def.scad>
include <../poppy_ergo_jr_def.scad>

use <../../specific_frames/pen_holder_frame.scad>;
use <../specific_frames/pen_holder_frame.scad>;

pen_holder_frame(F);
4 changes: 2 additions & 2 deletions hardware/parts/shift_one_side.scad
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
include <../../poppy_ergo_jr_def.scad>
include <../poppy_ergo_jr_def.scad>

use <../../robotis-scad/frames/three_ollo_to_horn_frame.scad>;
use <../robotis-scad/frames/three_ollo_to_horn_frame.scad>;

three_ollo_to_horn_side_branch(B);

0 comments on commit 5c776ea

Please sign in to comment.