diff --git a/common b/common index 05b4010..87a68d0 160000 --- a/common +++ b/common @@ -1 +1 @@ -Subproject commit 05b4010f2b90dbb62c52b18f857e8494bfe2ea4e +Subproject commit 87a68d07fa3a29f923187073193def5bf0805c94 diff --git a/takeup.scad b/takeup.scad index 91b0f9d..7b28539 100755 --- a/takeup.scad +++ b/takeup.scad @@ -1,4 +1,5 @@ include ; +include ; include ; COUPLING_D = 37; @@ -240,15 +241,15 @@ module daylight_spool_insert_reinforced_nut () { module debug_assembled () { translate([(46 / 2) - 14.5, 0, 0]) rotate([180, 0, 0]) geared_motor(); color("green") translate([0, 0, 11]) mount_plate(); - color("blue") translate([0, 0, 23]) rotate([0, 0, -90]) //magnetic_coupling(); + color("blue") translate([0, 0, 0]) rotate([0, 0, -90]) //magnetic_coupling(); difference () { translate([0, 0, 26.5]) slip_coupling(); translate([-50, 0, 0]) cube([100, 100, 150], center = true); } - color("red") translate([0, 0, 34]) daylight_spool_insert(); + color("red") translate([0, 0, 34]) rotate([0, 0, 90]) daylight_spool_insert_reinforced(); } -PART = "mount_plate"; +PART = "debug"; if (PART == "slip_coupling") { slip_coupling();