Work on rails and lens gantry. First prototype is made. Rendering all.

This commit is contained in:
Matt McWilliams 2023-10-30 22:02:30 -04:00
parent 986c7a915b
commit c29e0880ac
10 changed files with 12 additions and 12 deletions

View File

@ -1,5 +1,5 @@
{
"version": "1.8.62",
"version": "1.8.63",
"ext_port": 1111,
"profiles": {
"mcopy": {

2
app/package-lock.json generated
View File

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

View File

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

View File

@ -1,5 +1,5 @@
{
"version": "1.8.62",
"version": "1.8.63",
"ext_port": 1111,
"profiles": {
"mcopy": {

4
package-lock.json generated
View File

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

View File

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

View File

@ -1,5 +1,5 @@
{
"version": "1.8.62",
"version": "1.8.63",
"ext_port": 1111,
"profiles": {
"mcopy": {

View File

@ -362,7 +362,7 @@ module debug () {
}
}
PART = "lens_assembly_bellows_board_magnetic";
PART = "";
if (PART == "lens_assembly_camera_bellows_board") {
bellows_camera_board();
@ -385,5 +385,5 @@ if (PART == "lens_assembly_camera_bellows_board") {
} else if (PART == "lens_assembly_threaded_collar") {
lensAssemblyThreadedCollar(6, 0.2);
} else {
debug();
echo("DEPRECATED: see mcopy_lens_assembly");
}

View File

@ -385,7 +385,7 @@ module debug () {
translate([-100, 35, 90]) rotate([0, 90, 0]) rail_debug(200);
}
PART = "lens_assembly_bellows_board_magneticx";
PART = "lens_assembly_bellows_board_magnetic";
if (PART == "lens_assembly_camera_bellows_board") {
bellows_camera_board();

View File

@ -554,7 +554,7 @@ module debug () {
}
PART = "lens_frame_top_gantry";
PART = "bearing_roller_inner";
if (PART == "rail_end") {
rail_end();