Work on rails and lens gantry. First prototype is made. Rendering all.
This commit is contained in:
parent
986c7a915b
commit
c29e0880ac
|
@ -1,5 +1,5 @@
|
||||||
{
|
{
|
||||||
"version": "1.8.62",
|
"version": "1.8.63",
|
||||||
"ext_port": 1111,
|
"ext_port": 1111,
|
||||||
"profiles": {
|
"profiles": {
|
||||||
"mcopy": {
|
"mcopy": {
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "mcopy-app",
|
"name": "mcopy-app",
|
||||||
"version": "1.8.62",
|
"version": "1.8.63",
|
||||||
"lockfileVersion": 2,
|
"lockfileVersion": 2,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "mcopy-app",
|
"name": "mcopy-app",
|
||||||
"version": "1.8.62",
|
"version": "1.8.63",
|
||||||
"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.62",
|
"version": "1.8.63",
|
||||||
"ext_port": 1111,
|
"ext_port": 1111,
|
||||||
"profiles": {
|
"profiles": {
|
||||||
"mcopy": {
|
"mcopy": {
|
||||||
|
|
|
@ -1,12 +1,12 @@
|
||||||
{
|
{
|
||||||
"name": "mcopy",
|
"name": "mcopy",
|
||||||
"version": "1.8.62",
|
"version": "1.8.63",
|
||||||
"lockfileVersion": 2,
|
"lockfileVersion": 2,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "mcopy",
|
"name": "mcopy",
|
||||||
"version": "1.8.62",
|
"version": "1.8.63",
|
||||||
"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.62",
|
"version": "1.8.63",
|
||||||
"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.62",
|
"version": "1.8.63",
|
||||||
"ext_port": 1111,
|
"ext_port": 1111,
|
||||||
"profiles": {
|
"profiles": {
|
||||||
"mcopy": {
|
"mcopy": {
|
||||||
|
|
|
@ -362,7 +362,7 @@ module debug () {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
PART = "lens_assembly_bellows_board_magnetic";
|
PART = "";
|
||||||
|
|
||||||
if (PART == "lens_assembly_camera_bellows_board") {
|
if (PART == "lens_assembly_camera_bellows_board") {
|
||||||
bellows_camera_board();
|
bellows_camera_board();
|
||||||
|
@ -385,5 +385,5 @@ if (PART == "lens_assembly_camera_bellows_board") {
|
||||||
} else if (PART == "lens_assembly_threaded_collar") {
|
} else if (PART == "lens_assembly_threaded_collar") {
|
||||||
lensAssemblyThreadedCollar(6, 0.2);
|
lensAssemblyThreadedCollar(6, 0.2);
|
||||||
} else {
|
} else {
|
||||||
debug();
|
echo("DEPRECATED: see mcopy_lens_assembly");
|
||||||
}
|
}
|
||||||
|
|
|
@ -385,7 +385,7 @@ module debug () {
|
||||||
translate([-100, 35, 90]) rotate([0, 90, 0]) rail_debug(200);
|
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") {
|
if (PART == "lens_assembly_camera_bellows_board") {
|
||||||
bellows_camera_board();
|
bellows_camera_board();
|
||||||
|
|
|
@ -554,7 +554,7 @@ module debug () {
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
PART = "lens_frame_top_gantry";
|
PART = "bearing_roller_inner";
|
||||||
|
|
||||||
if (PART == "rail_end") {
|
if (PART == "rail_end") {
|
||||||
rail_end();
|
rail_end();
|
||||||
|
|
Loading…
Reference in New Issue