Skip to content

Commit

Permalink
Merge branch 'master' of github.com:josefprusa/Prusa3
Browse files Browse the repository at this point in the history
  • Loading branch information
AxTheB committed Jun 16, 2013
2 parents 9a7bfa2 + d48485d commit ceb92c1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion box_frame/configuration.scad.dist
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,8 @@ i_want_to_use_single_plate_dxf_and_make_my_z_weaker = 1;
//Use 5.4 for M10 or 4.4 for M8
y_threaded_rod_long_r = 5.4;

// Thickness of the XZ plate board. Leave at 12 for single plate
// Thickness of the XZ plate board.
// Use 20 for single plate if you want to use the Y lm8uu holders
board_thickness = 12;

// segments of small holes. some poeple claim that a low value makes them easier to print.
Expand Down
2 changes: 1 addition & 1 deletion box_frame/z-axis.scad
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ module zmotorholder(thickness=(i_am_box == 0 ? 38 : 23), bottom_thickness=5){
// motor screw holes
translate([board_to_xz_distance, board_to_xz_distance, thickness]) {
mirror([0, 0, 1]) translate([0, 0, thickness-8])
nema17(places=[0, 1, 1, 1], holes=true, h=bottom_thickness + 1);
nema17(places=[0, 1, 1, 1], holes=true, h=bottom_thickness + 1, $fn=small_hole_segments);
//shadow=-6 + layer_height);
}
}
Expand Down

0 comments on commit ceb92c1

Please sign in to comment.