Render all working CPC connector parts
This commit is contained in:
parent
2e3ed56bb3
commit
51d440fccc
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"version": "1.8.6",
|
||||
"version": "1.8.7",
|
||||
"ext_port": 1111,
|
||||
"profiles": {
|
||||
"mcopy": {
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "mcopy-app",
|
||||
"version": "1.8.6",
|
||||
"version": "1.8.7",
|
||||
"lockfileVersion": 2,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
|
|
|
@ -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": {
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"version": "1.8.6",
|
||||
"version": "1.8.7",
|
||||
"ext_port": 1111,
|
||||
"profiles": {
|
||||
"mcopy": {
|
||||
|
|
|
@ -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",
|
||||
|
|
|
@ -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": {
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"version": "1.8.6",
|
||||
"version": "1.8.7",
|
||||
"ext_port": 1111,
|
||||
"profiles": {
|
||||
"mcopy": {
|
||||
|
|
|
@ -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
Loading…
Reference in New Issue