Refactored corners to position motor based on motor_shaft_xoffset; changed rail holder to use a rectangular block, added slots for belt tension adjustment
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
include <MCAD/math.scad>
|
||||
include <lib.scad>
|
||||
|
||||
stock_color = "#aaa4";
|
||||
stock_color = "#aaa";
|
||||
|
||||
bushing_od = 15;
|
||||
bushing_id = 8;
|
||||
@@ -59,7 +59,7 @@ belt_backing = 0.63 - belt_pld;
|
||||
tooth_height = 0.75;
|
||||
|
||||
pulley_od = 13;
|
||||
pulley_clearance_rad = pulley_od / 2 + 2.5;
|
||||
pulley_clearance_rad = pulley_od / 2 + 1.5;
|
||||
|
||||
module pulley(teeth, lrim, urim, belt_width, shaft = 5, toothed = true,
|
||||
od = 0) {
|
||||
|
||||
Reference in New Issue
Block a user