You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
357 B
15 lines
357 B
9 years ago
|
// PICA/Mega mounting bracket
|
||
|
// For Reprap Wilson II
|
||
|
// by mjrice
|
||
|
|
||
|
include <configuration.scad>
|
||
|
|
||
|
m3_hole_r = 1.8;
|
||
|
|
||
|
|
||
|
y_axis_w = 155.3; // this is the distance from center to center of the y axis beams
|
||
|
|
||
|
pica_mhole_d_x = 108.585; // center to center of mounting holes along x axis
|
||
|
pica_mhole_d_y = 88.9; // center to center of mounting holes along y axis
|
||
|
|