Save work in progress

This commit is contained in:
Matt McWilliams 2025-02-12 20:06:07 -05:00
parent 74133c800b
commit dbb3eca85a
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
include <../takeup.scad>;
PART="none";
PART="jk_takeup";
ARM_LENGTH = 130;
ARM_WIDTH = 15;

View File

@ -238,7 +238,7 @@ 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, 0]) rotate([0, 0, -90]) //magnetic_coupling();
color("blue") translate([0, 0, 25]) rotate([0, 0, -90]) magnetic_coupling();
difference () {
translate([0, 0, 26.5]) slip_coupling();
translate([-50, 0, 0]) cube([100, 100, 150], center = true);