Merge branch 'master' of github.com:josefprusa/Prusa3
authorVáclav 'Ax' Hůla <axtheb@gmail.com>
Sun, 8 Sep 2013 11:26:25 +0000 (13:26 +0200)
committerVáclav 'Ax' Hůla <axtheb@gmail.com>
Sun, 8 Sep 2013 11:26:25 +0000 (13:26 +0200)
Conflicts:
box_frame/configuration.scad.dist

1  2 
box_frame/configuration.scad.dist

@@@ -85,41 -102,26 +102,42 @@@ carriage_l_base = 50
  
  use_fillets = 1;
  
- //set to 0 for single plate (affects z axis and screws that attach RP parts to frame)
+ // set to 0 for single plate (affects z axis and screws that attach RP parts to frame)
  i_am_box = 1;
  
- //if you do your own plate and can move bottom Z screws 5mm up set this to 0 to
- //get stronger motor mount. Only for i_am_box = 0
+ // if you do your own plate and can move bottom Z screws 5mm up set this to 0 to
+ // get stronger motor mount. Only for i_am_box = 0
  i_want_to_use_single_plate_dxf_and_make_my_z_weaker = 1;
  
 -// radius of long threaded rod on Y frame
 -// Use 5.4 for M10 or 4.4 for M8
 +
 +// Radius of long threaded rod on Y frame
 +
 +// Affects y-axis-corner (both box and single plate)
 +// and y-axis-bracket (box only)
 +
 +//Use 5.4 for M10 or 4.4 for M8
  y_threaded_rod_long_r = 5.4;
  
 -// Thickness of the XZ plate board. 
 -// Use 20 for single plate if you want to use the Y lm8uu holders
 +
 +// Thickness of the boards that make the box frame.
 +
 +// in y-axis-corner it governs the height of the corners by adjusting the
 +// distance between ground and M10 threaded rod. (both box and single plate)
 +
 +// For box model, the parts that hold Z smooth rod have one hole from front
 +// and one from side, and this setting makes sure that the screw from side
 +// is in the center of the plank.
 +
 +// Use 12 for single plate
 +// or 20 if you want to use the Y lm8uu holders 
 +// (extras/bearing-holder-single-plate-y)
  board_thickness = 12;
  
- // segments of small holes. some poeple claim that a low value makes them easier to print.
+ // Segments of small holes. some poeple claim that a low value makes them easier to print.
  small_hole_segments=7;
  
- // END of custom settings
+ // END of custom settings *****************************************************
  
  
  // You are not supposed to change this