Adjust plug insert
This commit is contained in:
parent
25c1395655
commit
3758916fb5
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"version": "1.8.88",
|
||||
"version": "1.8.89",
|
||||
"ext_port": 1111,
|
||||
"profiles": {
|
||||
"mcopy": {
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "mcopy-app",
|
||||
"version": "1.8.88",
|
||||
"version": "1.8.89",
|
||||
"lockfileVersion": 2,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
|
|
|
@ -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": {
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"version": "1.8.88",
|
||||
"version": "1.8.89",
|
||||
"ext_port": 1111,
|
||||
"profiles": {
|
||||
"mcopy": {
|
||||
|
|
|
@ -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",
|
||||
|
|
|
@ -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": {
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"version": "1.8.88",
|
||||
"version": "1.8.89",
|
||||
"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 - 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);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue