Skip to content

Commit

Permalink
Cad modification
Browse files Browse the repository at this point in the history
  • Loading branch information
hugokernel committed Jul 24, 2013
1 parent 7ddac89 commit ba0f5f3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cad/leg_sensor.scad
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ if (0) {
piston();
} else if (0) {
external();
} else if (1) {
} else if (0) {

difference() {
translate([0, 0, 4]) {
Expand Down
2 changes: 1 addition & 1 deletion cad/spring.scad
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ $fn = 30;
ARM_THICKNESS = 3.8;
ARMS_SPACING = 20;

DEBUG = true;
DEBUG = false;

module spring(only_connection = false) {
thickness = ARM_THICKNESS;
Expand Down

0 comments on commit ba0f5f3

Please sign in to comment.