Work on projector (wrong)
This commit is contained in:
parent
8e90456d87
commit
173ba06590
|
@ -1,5 +1,5 @@
|
||||||
{
|
{
|
||||||
"version": "1.8.26",
|
"version": "1.8.27",
|
||||||
"ext_port": 1111,
|
"ext_port": 1111,
|
||||||
"profiles": {
|
"profiles": {
|
||||||
"mcopy": {
|
"mcopy": {
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "mcopy-app",
|
"name": "mcopy-app",
|
||||||
"version": "1.8.26",
|
"version": "1.8.27",
|
||||||
"lockfileVersion": 2,
|
"lockfileVersion": 2,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "mcopy-app",
|
"name": "mcopy-app",
|
||||||
"version": "1.8.26",
|
"version": "1.8.27",
|
||||||
"description": "GUI for the mcopy small gauge film optical printer platform",
|
"description": "GUI for the mcopy small gauge film optical printer platform",
|
||||||
"main": "main.js",
|
"main": "main.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
{
|
{
|
||||||
"version": "1.8.26",
|
"version": "1.8.27",
|
||||||
"ext_port": 1111,
|
"ext_port": 1111,
|
||||||
"profiles": {
|
"profiles": {
|
||||||
"mcopy": {
|
"mcopy": {
|
||||||
|
|
|
@ -1,12 +1,12 @@
|
||||||
{
|
{
|
||||||
"name": "mcopy",
|
"name": "mcopy",
|
||||||
"version": "1.8.26",
|
"version": "1.8.27",
|
||||||
"lockfileVersion": 2,
|
"lockfileVersion": 2,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "mcopy",
|
"name": "mcopy",
|
||||||
"version": "1.8.26",
|
"version": "1.8.27",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"arduino": "file:app/lib/arduino",
|
"arduino": "file:app/lib/arduino",
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "mcopy",
|
"name": "mcopy",
|
||||||
"version": "1.8.26",
|
"version": "1.8.27",
|
||||||
"description": "Small gauge film optical printer platform",
|
"description": "Small gauge film optical printer platform",
|
||||||
"main": "build.js",
|
"main": "build.js",
|
||||||
"directories": {
|
"directories": {
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
{
|
{
|
||||||
"version": "1.8.26",
|
"version": "1.8.27",
|
||||||
"ext_port": 1111,
|
"ext_port": 1111,
|
||||||
"profiles": {
|
"profiles": {
|
||||||
"mcopy": {
|
"mcopy": {
|
||||||
|
|
|
@ -229,6 +229,21 @@ module octagon_void (pos = [0, 0, 0], D = 25, H = 5.01) {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
module circular_void (pos = [0, 0, 0], rot = [0, 0, 0], D = 25, H = 5.01) {
|
||||||
|
Fin = 2;
|
||||||
|
translate(pos) rotate([rot[0], rot[1], rot[2] + (3 * (360 / 8)) ]) {
|
||||||
|
difference () {
|
||||||
|
cylinder(r = R(D + 10), h = H, center = true);
|
||||||
|
//difference () {
|
||||||
|
cylinder(r = R(D), h = H + 1, center = true, $fn = 120);
|
||||||
|
for (i = [0: 6]) {
|
||||||
|
rotate([0, 0, i * (360 / 8)]) translate([15 / 2, 0, 0]) cube([15, Fin, H + 1 + 1], center = true);
|
||||||
|
}
|
||||||
|
//}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
module gate_bolt_and_nut_void (pos = [0, 0, 0]) {
|
module gate_bolt_and_nut_void (pos = [0, 0, 0]) {
|
||||||
translate(pos) {
|
translate(pos) {
|
||||||
cylinder(r = R(5.2), h = PanelZ + 1, center = true, $fn = 40);
|
cylinder(r = R(5.2), h = PanelZ + 1, center = true, $fn = 40);
|
||||||
|
@ -262,7 +277,8 @@ module gate_key (pos = [0, 0, 0], rot = [0, 0, 0]) {
|
||||||
translate([0, 0, -3]) scale([1.07, 1.07, 1]) {
|
translate([0, 0, -3]) scale([1.07, 1.07, 1]) {
|
||||||
NEMA17_motor_shaft([0, 0, -5]);
|
NEMA17_motor_shaft([0, 0, -5]);
|
||||||
}
|
}
|
||||||
octagon_void([0, 0, 3.5], D = 24);
|
octagon_void([0, 0, 3.5], D = 23.5);
|
||||||
|
//circular_void([0, 0, 3.5], D = 22);
|
||||||
/*translate([0, 0, OctoVoidZ]) {
|
/*translate([0, 0, OctoVoidZ]) {
|
||||||
for (i = [0 : 7]) {
|
for (i = [0 : 7]) {
|
||||||
rotate([0, 0, i * (360 / 8)]) {
|
rotate([0, 0, i * (360 / 8)]) {
|
||||||
|
@ -338,17 +354,18 @@ module debug () {
|
||||||
difference () {
|
difference () {
|
||||||
union () {
|
union () {
|
||||||
intersection () {
|
intersection () {
|
||||||
//panel();
|
panel();
|
||||||
//translate([0, -50, 0]) cube([60, 100, 150], center = true);
|
translate([0, -50, 0]) cube([60, 100, 150], center = true);
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
//translate([50, 0, 0]) rotate([0, 0, 45]) cube([100, 250, 150], center = true);
|
//translate([50, 0, 0]) rotate([0, 0, 45]) cube([100, 250, 150], center = true);
|
||||||
|
translate([0, 0, -75 - 10]) cube([100, 250, 150], center = true);
|
||||||
}
|
}
|
||||||
color("black") gate_key([0, -KeyDistance / 2, -13.5], [0, 0, 0]);
|
gate_key([0, -KeyDistance / 2, -13.5], [0, 0, 360/16]);
|
||||||
}
|
}
|
||||||
|
|
||||||
PART = "gate_keyx";
|
PART = "gate_key";
|
||||||
|
|
||||||
if (PART == "gate_key") {
|
if (PART == "gate_key") {
|
||||||
gate_key();
|
gate_key();
|
||||||
|
|
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue