Rev 3974 Rev 3991
Line 1... Line 1...
1   1  
2 pedestal_height = 13; // designed for use the MLAB standard 12mm screws. 2 pedestal_height = 13; // designed for use the MLAB standard 12mm screws.
3 x_size = 125; 3 x_size = 125;
4 y_size = 74; 4 y_size = 74;
5 mount_hole = 3.5; 5 mount_hole = 3.5;
6 nut_size = 6.8; 6 //nut_size = 6.8; //size suitable for PLA material
-   7 nut_size = 6.7; //size suitable for ABS material
7 clear = 0.175; 8 clear = 0.175;
8 MLAB_grid = 10.16; 9 MLAB_grid = 10.16;
9   10  
10 x_holes = floor((x_size-4) / MLAB_grid); 11 x_holes = floor((x_size-4) / MLAB_grid);
11 y_holes = floor((y_size-3) / MLAB_grid); 12 y_holes = floor((y_size-3) / MLAB_grid);