Render the mcopy rails parts in current form

This commit is contained in:
Matt McWilliams 2023-08-23 22:27:06 -04:00
parent 141d27599f
commit f16795b11c
12 changed files with 99803 additions and 21116 deletions

View File

@ -1,5 +1,5 @@
{
"version": "1.8.10",
"version": "1.8.11",
"ext_port": 1111,
"profiles": {
"mcopy": {

2
app/package-lock.json generated
View File

@ -1,6 +1,6 @@
{
"name": "mcopy-app",
"version": "1.8.10",
"version": "1.8.11",
"lockfileVersion": 2,
"requires": true,
"packages": {

View File

@ -1,6 +1,6 @@
{
"name": "mcopy-app",
"version": "1.8.10",
"version": "1.8.11",
"description": "GUI for the mcopy small gauge film optical printer platform",
"main": "main.js",
"scripts": {

View File

@ -1,5 +1,5 @@
{
"version": "1.8.10",
"version": "1.8.11",
"ext_port": 1111,
"profiles": {
"mcopy": {

4
package-lock.json generated
View File

@ -1,12 +1,12 @@
{
"name": "mcopy",
"version": "1.8.10",
"version": "1.8.11",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "mcopy",
"version": "1.8.10",
"version": "1.8.11",
"license": "MIT",
"dependencies": {
"arduino": "file:app/lib/arduino",

View File

@ -1,6 +1,6 @@
{
"name": "mcopy",
"version": "1.8.10",
"version": "1.8.11",
"description": "Small gauge film optical printer platform",
"main": "build.js",
"directories": {

View File

@ -1,5 +1,5 @@
{
"version": "1.8.10",
"version": "1.8.11",
"ext_port": 1111,
"profiles": {
"mcopy": {

View File

@ -150,10 +150,11 @@ module camera_sled (pos = [0, 0, 0], rot = [0, 0, 0]) {
module sled_bearing_void (pos = [0, 0, 0], rot = [0, 0, 0]) {
translate(pos) rotate(rot) {
cylinder(r = R(27), h = 11, center = true, $fn = 120);
translate([0, -27 / 2, 0]) cube([27, 27, 11 ], center = true, $fn = 60);
cylinder(r = R(8.3), h = 16, center = true, $fn = 80);
translate([0, -10, 0]) cube([8.3, 20, 16 ], center = true, $fn = 60);
translate([0, -50, 0]) cube([8.3, 100, 16 ], center = true, $fn = 60);
cylinder(r = R(5.2), h = 40, center = true, $fn = 60);
translate([0, 0, 28]) cylinder(r = R(8.3), h = 30, center = true, $fn = 60);
translate([0, 0, 27]) cylinder(r = R(9), h = 30, center = true, $fn = 60);
}
}
@ -233,7 +234,7 @@ module debug () {
//camera_sled([0, -90, 0]);
difference () {
lens_sled([0, -90, 0]);
translate([ 50 + (RailSpacing / 2), -90, 0]) cube([100, 100, 100], center = true);
translate([ 50 + (RailSpacing / 2), -90 - 50, 0]) cube([100, 100, 100], center = true);
//translate([ -50 - (RailSpacing / 2), -90, 0]) cube([100, 100, 100], center = true);
}
@ -260,7 +261,7 @@ module debug () {
//translate([-ThreadedRodSpacing / 2, 40, 0]) rotate([90, 0, 0]) color("blue") NEMA17();
}
PART = "lens_sled";
PART = "bearing_rollerx";
if (PART == "rail_end") {
rail_end();

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

57962
stl/mcopy_rails_lens_sled.stl Normal file

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff