Increased height of Z base to make Zmin limit switch viable.

This commit is contained in:
Revar Desmera
2018-01-22 12:02:39 -08:00
parent 9774b81f24
commit 5bea72d1a7
6 changed files with 38801 additions and 31605 deletions

View File

File diff suppressed because it is too large Load Diff

View File

File diff suppressed because it is too large Load Diff

View File

File diff suppressed because it is too large Load Diff

View File

File diff suppressed because it is too large Load Diff

View File

@@ -44,7 +44,7 @@ lifter_coupler_len = 20; // mm
adjust_screw_diam = 8.0; // mm
adjust_screw_pitch = 3.0; // mm
adjust_screw_length = 25.0; // mm
adjust_screw_length = 30.0; // mm
adjust_screw_angle = 50.0; // mm
adjust_screw_knob_d = 12.0; // mm
adjust_screw_knob_h = 5.0; // mm
@@ -147,7 +147,7 @@ cantilever_length = (motor_rail_length + 2*platform_length - 2*rail_height - ext
motor_top_z = rail_height + groove_height - rack_height/2 - gear_base - 2;
lifter_tooth_depth = lifter_rod_pitch / 3.2;
z_joiner_spacing = lifter_rod_diam + 20 + joiner_width;
z_base_height = platform_z + rail_offset - groove_height/2;
z_base_height = 2*platform_z + glass_thick + 12 + 10 - rail_height - groove_height;
adjust_thread_depth = adjust_screw_pitch/3.2;
drive_gear_diam = (gear_teeth+2)*rack_tooth_size/pi;

View File

@@ -5,7 +5,7 @@ use <joiners.scad>
module rail_y_endcap()
{
joiner_length=40;
joiner_length=30;
base_height = rail_height+groove_height;
color("YellowGreen")