make insert thicker for betther overall strength of the plug

This commit is contained in:
Matt McWilliams 2024-01-06 14:30:00 -05:00
parent 440edd7b18
commit 25c1395655
8 changed files with 10 additions and 10 deletions

View File

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

2
app/package-lock.json generated
View File

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

View File

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

View File

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

4
package-lock.json generated
View File

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

View File

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

View File

@ -1,5 +1,5 @@
{
"version": "1.8.87",
"version": "1.8.88",
"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 - 1.4), h = 6, center = true);
cylinder(r = R(PlugD - 0.3), 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);
}
@ -217,7 +217,7 @@ module debug () {
}
}
PART="9pin_plug_collar";
PART="9pin_plug_insert";
if (PART == "9pin_plug") {
cpc_9pin_plug();