Save work in progress
This commit is contained in:
parent
74133c800b
commit
dbb3eca85a
|
@ -1,6 +1,6 @@
|
|||
include <../takeup.scad>;
|
||||
|
||||
PART="none";
|
||||
PART="jk_takeup";
|
||||
|
||||
ARM_LENGTH = 130;
|
||||
ARM_WIDTH = 15;
|
||||
|
|
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue