make insert thicker for betther overall strength of the plug
This commit is contained in:
parent
440edd7b18
commit
25c1395655
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"version": "1.8.87",
|
||||
"version": "1.8.88",
|
||||
"ext_port": 1111,
|
||||
"profiles": {
|
||||
"mcopy": {
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "mcopy-app",
|
||||
"version": "1.8.87",
|
||||
"version": "1.8.88",
|
||||
"lockfileVersion": 2,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
|
|
|
@ -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": {
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"version": "1.8.87",
|
||||
"version": "1.8.88",
|
||||
"ext_port": 1111,
|
||||
"profiles": {
|
||||
"mcopy": {
|
||||
|
|
|
@ -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",
|
||||
|
|
|
@ -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": {
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"version": "1.8.87",
|
||||
"version": "1.8.88",
|
||||
"ext_port": 1111,
|
||||
"profiles": {
|
||||
"mcopy": {
|
||||
|
|
|
@ -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();
|
||||
|
|
Loading…
Reference in New Issue