From 6a0bfbe8c68c11dafce249d7eb140511d39424b1 Mon Sep 17 00:00:00 2001 From: mmcwilliams Date: Fri, 14 Apr 2023 14:49:59 -0400 Subject: [PATCH] Use updated common lib. --- common | 2 +- takeup.scad | 7 ++++--- 2 files changed, 5 insertions(+), 4 deletions(-) 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();