Skip to content

Commit

Permalink
Heatshield spelling corrected and cable clearance sligtly bigger
Browse files Browse the repository at this point in the history
  • Loading branch information
nophead committed Apr 3, 2012
1 parent 78dc07f commit 2a1910f
Show file tree
Hide file tree
Showing 9 changed files with 17 additions and 18 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@ LINE
20
112
21
82
77
0
LINE
8
Expand All @@ -293,9 +293,9 @@ LINE
11
22.62
20
82
77
21
82
77
0
LINE
8
Expand All @@ -305,7 +305,7 @@ LINE
11
22.62
20
82
77
21
112
0
Expand Down
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
use <../../scad/main.scad>
y_heatsheild_dxf();
y_heatshield_dxf();
3 changes: 1 addition & 2 deletions scad/main.scad
Original file line number Diff line number Diff line change
Expand Up @@ -246,13 +246,12 @@ module y_heatshield() {
hull()
y_belt_anchor_holes()
cube([10, 10, 100],center =true);

}
translate([0, 0, sheet_thickness(Cardboard) / 2])
taped_area(FoilTape, 50, width, Y_carriage_depth, 5);
}
translate([0, Y_carriage_depth / 2, 0])
cube([ribbon_clamp_length(bed_ways, cap_screw), 60, 100], center = true);
cube([ribbon_clamp_length(bed_ways, cap_screw), 70, 100], center = true);
}
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ LINE
20
112
21
82
77
0
LINE
8
Expand All @@ -53,9 +53,9 @@ LINE
11
24.17
20
82
77
21
82
77
0
LINE
8
Expand All @@ -65,7 +65,7 @@ LINE
11
24.17
20
82
77
21
112
0
Expand Down
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
use <../../scad/main.scad>
y_heatsheild_dxf();
y_heatshield_dxf();

0 comments on commit 2a1910f

Please sign in to comment.