Increased M8 rod tolerance, renamed files for easier identification
parent
68ef3ce909
commit
90b6c16a9d
|
@ -178,6 +178,8 @@ module Cyclone_Y_backFrame() {
|
||||||
foot_additional_separation = 5;
|
foot_additional_separation = 5;
|
||||||
footThickness = 10;
|
footThickness = 10;
|
||||||
|
|
||||||
|
endstopHolderRotation = 5;
|
||||||
|
|
||||||
translate([0,-2*rod_nut_len,0]) {
|
translate([0,-2*rod_nut_len,0]) {
|
||||||
translate([0,bearingDepth-bearing_width,0]) {
|
translate([0,bearingDepth-bearing_width,0]) {
|
||||||
difference() {
|
difference() {
|
||||||
|
@ -196,10 +198,12 @@ module Cyclone_Y_backFrame() {
|
||||||
cylinder(r=dimY/2,h=footThickness);
|
cylinder(r=dimY/2,h=footThickness);
|
||||||
}
|
}
|
||||||
translate([0,-dimY-0.01,dimX/2])
|
translate([0,-dimY-0.01,dimX/2])
|
||||||
|
rotate([0,endstopHolderRotation,0])
|
||||||
endstop_holder(holes=false);
|
endstop_holder(holes=false);
|
||||||
}
|
}
|
||||||
|
|
||||||
translate([0,-dimY-0.01,dimX/2])
|
translate([0,-dimY-0.01,dimX/2])
|
||||||
|
rotate([0,endstopHolderRotation,0])
|
||||||
endstop_holder(holes=true);
|
endstop_holder(holes=true);
|
||||||
|
|
||||||
translate([0,0.01,0])
|
translate([0,0.01,0])
|
||||||
|
|
|
@ -36,7 +36,7 @@ M8_nut_diameter = 15.3;
|
||||||
nut_separation = 5;
|
nut_separation = 5;
|
||||||
|
|
||||||
SmallGear_N_Teeth = 21;
|
SmallGear_N_Teeth = 21;
|
||||||
M8_rod_diam = 8.4;
|
M8_rod_diam = 8.6;
|
||||||
|
|
||||||
// Increase the resolution of default shapes
|
// Increase the resolution of default shapes
|
||||||
$fa = 5; // Minimum angle for fragments [degrees]
|
$fa = 5; // Minimum angle for fragments [degrees]
|
File diff suppressed because it is too large
Load Diff
|
@ -36,7 +36,7 @@ M8_nut_diameter = 15.3;
|
||||||
nut_separation = 5;
|
nut_separation = 5;
|
||||||
|
|
||||||
SmallGear_N_Teeth = 15;
|
SmallGear_N_Teeth = 15;
|
||||||
M8_rod_diam = 8.4;
|
M8_rod_diam = 8.6;
|
||||||
|
|
||||||
// Increase the resolution of default shapes
|
// Increase the resolution of default shapes
|
||||||
$fa = 5; // Minimum angle for fragments [degrees]
|
$fa = 5; // Minimum angle for fragments [degrees]
|
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue