mirror of
https://github.com/revarbat/snappy-reprap.git
synced 2025-10-29 22:59:31 -07:00
Increased height of Z base to make Zmin limit switch viable.
This commit is contained in:
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
20440
STLs/z_base_parts.stl
20440
STLs/z_base_parts.stl
File diff suppressed because it is too large
Load Diff
@@ -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;
|
||||
|
||||
|
||||
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user