Rev 4313 | Rev 4316 | ||
---|---|---|---|
Line 1... | Line 1... | ||
1 | |
1 | |
2 | x_holes = 2; |
2 | x_holes = 3; |
3 | y_holes = 3; |
3 | y_holes = 4; |
4 | MLAB_grid = 10.16; |
4 | MLAB_grid = 10.16; |
5 | pile_radius = 4; |
5 | pile_radius = 4; |
6 | pedestal_height = 15; // designed for use the MLAB standard 20mm screws. |
6 | pedestal_height = 15; // designed for use the MLAB standard 20mm screws. |
7 | x_size = x_holes * MLAB_grid ; |
7 | x_size = x_holes * MLAB_grid ; |
8 | y_size = y_holes * MLAB_grid ; |
8 | y_size = y_holes * MLAB_grid ; |