Render all working CPC connector parts

This commit is contained in:
Matt McWilliams 2023-08-21 19:38:16 -04:00
parent 2e3ed56bb3
commit 51d440fccc
12 changed files with 75203 additions and 11 deletions

View File

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

2
app/package-lock.json generated
View File

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

View File

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

View File

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

4
package-lock.json generated
View File

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

View File

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

View File

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

View File

@ -167,10 +167,14 @@ if (PART == "9pin_plug") {
cpc_9pin_plug();
} else if (PART == "9pin_plug_collar") {
cpc_9pin_plug_collar();
} else if (PART == "9pin_plug_back") {
cpc_9pin_plug_back();
} else if (PART == "9pin_socket") {
cpc_9pin_socket();
} else {
debug();
}
}
/*
else if (PART == "9pin_plug_back") {
cpc_9pin_plug_back();
}
*/

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff