Use updated common lib.
This commit is contained in:
parent
8f606f3517
commit
6a0bfbe8c6
2
common
2
common
|
@ -1 +1 @@
|
||||||
Subproject commit 05b4010f2b90dbb62c52b18f857e8494bfe2ea4e
|
Subproject commit 87a68d07fa3a29f923187073193def5bf0805c94
|
|
@ -1,4 +1,5 @@
|
||||||
include <common/common.scad>;
|
include <common/common.scad>;
|
||||||
|
include <common/motors.scad>;
|
||||||
include <daylight_spool_mount.scad>;
|
include <daylight_spool_mount.scad>;
|
||||||
|
|
||||||
COUPLING_D = 37;
|
COUPLING_D = 37;
|
||||||
|
@ -240,15 +241,15 @@ module daylight_spool_insert_reinforced_nut () {
|
||||||
module debug_assembled () {
|
module debug_assembled () {
|
||||||
translate([(46 / 2) - 14.5, 0, 0]) rotate([180, 0, 0]) geared_motor();
|
translate([(46 / 2) - 14.5, 0, 0]) rotate([180, 0, 0]) geared_motor();
|
||||||
color("green") translate([0, 0, 11]) mount_plate();
|
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 () {
|
difference () {
|
||||||
translate([0, 0, 26.5]) slip_coupling();
|
translate([0, 0, 26.5]) slip_coupling();
|
||||||
translate([-50, 0, 0]) cube([100, 100, 150], center = true);
|
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") {
|
if (PART == "slip_coupling") {
|
||||||
slip_coupling();
|
slip_coupling();
|
||||||
|
|
Loading…
Reference in New Issue