Rev 3966 Rev 4043
Line 2... Line 2...
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 = 87; 3 x_size = 87;
4 y_size = 58; 4 y_size = 58;
5 mount_hole = 3.5; 5 mount_hole = 3.5;
6 nut_size = 6.8; 6 nut_size = 6.8;
7 nut_size25 = 6; 7 nut_size25 = 6.1;
8 MLAB_grid = 10.16; 8 MLAB_grid = 10.16;
9   9  
10 x_holes = floor(x_size / MLAB_grid); 10 x_holes = floor(x_size / MLAB_grid);
11 y_holes = floor(y_size / MLAB_grid); 11 y_holes = floor(y_size / MLAB_grid);
12   12