Update part names of bellows.scad. Render missing magnetic board.

This commit is contained in:
Matt McWilliams 2023-08-21 19:34:21 -04:00
parent 4be57f3128
commit 2e3ed56bb3
9 changed files with 14512 additions and 14512 deletions

View File

@ -1,5 +1,5 @@
{
"version": "1.8.5",
"version": "1.8.6",
"ext_port": 1111,
"profiles": {
"mcopy": {

2
app/package-lock.json generated
View File

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

View File

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

View File

@ -1,5 +1,5 @@
{
"version": "1.8.5",
"version": "1.8.6",
"ext_port": 1111,
"profiles": {
"mcopy": {

4
package-lock.json generated
View File

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

View File

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

View File

@ -1,5 +1,5 @@
{
"version": "1.8.5",
"version": "1.8.6",
"ext_port": 1111,
"profiles": {
"mcopy": {

View File

@ -122,18 +122,18 @@ module bellows_board_magnetic(H = 3) {
}
}
PART = "bellows_lens_board";
PART = "lens_board";
if (!LIBRARY && PART == "bellows_camera_board") {
if (!LIBRARY && PART == "camera_board") {
bellows_camera_board();
} else if (!LIBRARY && PART == "bellows_camera_board_magnetic") {
} else if (!LIBRARY && PART == "camera_board_magnetic") {
bellows_camera_board(magnets = true);
} else if (!LIBRARY && PART == "camera_mount") {
camera_mount();
} else if (!LIBRARY && PART == "bellows_lens_board") {
} else if (!LIBRARY && PART == "lens_board") {
bellows_lens_board();
} else if (!LIBRARY && PART == "bellows_lens_board_magnetic") {
} else if (!LIBRARY && PART == "lens_board_magnetic") {
bellows_lens_board(magnets = true);
} else if (!LIBRARY && PART == "bellows_board_magnetic") {
} else if (!LIBRARY && PART == "board_magnetic") {
bellows_board_magnetic();
}

File diff suppressed because it is too large Load Diff