Skip to content

Commit

Permalink
add some text in the graph. Still need more
Browse files Browse the repository at this point in the history
  • Loading branch information
BrunoVernay committed Aug 29, 2016
1 parent dbd2d65 commit 6b2f76e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions flexaedre-2D.scad
Original file line number Diff line number Diff line change
Expand Up @@ -70,3 +70,9 @@ color ("LightGrey") offset(delta=-1) {
triangle_isocele(b, c);

}

color ("Black") {
translate([a/2, Ah/2,0]) text("A", halign="center");
translate([a/2, -Bh/2,0]) text("B", halign="center");
translate([c/5, -b/2,0]) text("C", halign="center");
}

0 comments on commit 6b2f76e

Please sign in to comment.