Adjust plug insert

This commit is contained in:
Matt McWilliams 2024-01-06 17:56:55 -05:00
parent 25c1395655
commit 3758916fb5
8 changed files with 9 additions and 9 deletions

View File

@ -1,5 +1,5 @@
{
"version": "1.8.88",
"version": "1.8.89",
"ext_port": 1111,
"profiles": {
"mcopy": {

2
app/package-lock.json generated
View File

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

View File

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

View File

@ -1,5 +1,5 @@
{
"version": "1.8.88",
"version": "1.8.89",
"ext_port": 1111,
"profiles": {
"mcopy": {

4
package-lock.json generated
View File

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

View File

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

View File

@ -1,5 +1,5 @@
{
"version": "1.8.88",
"version": "1.8.89",
"ext_port": 1111,
"profiles": {
"mcopy": {

View File

@ -115,7 +115,7 @@ module cpc_9pin_plug_insert () {
PinH = PlugH + 10;
translate([0, 0, -5.75]) difference () {
union () {
cylinder(r = R(PlugD - 0.3), h = 6, center = true);
cylinder(r = R(PlugD - 0.85), h = 6, center = true);
translate([0, 0, -1]) cylinder(r = R(PlugD + 2.5), h = 2, center = true);
color("green") translate([0, 0, -7]) cylinder(r = R(PlugD + 1.2), h = 10, center = true);
}