Fix plug diameter
This commit is contained in:
parent
58d0742187
commit
70e046eeb7
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"version": "1.8.78",
|
||||
"version": "1.8.79",
|
||||
"ext_port": 1111,
|
||||
"profiles": {
|
||||
"mcopy": {
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "mcopy-app",
|
||||
"version": "1.8.78",
|
||||
"version": "1.8.79",
|
||||
"lockfileVersion": 2,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "mcopy-app",
|
||||
"version": "1.8.78",
|
||||
"version": "1.8.79",
|
||||
"description": "GUI for the mcopy small gauge film optical printer platform",
|
||||
"main": "main.js",
|
||||
"scripts": {
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"version": "1.8.78",
|
||||
"version": "1.8.79",
|
||||
"ext_port": 1111,
|
||||
"profiles": {
|
||||
"mcopy": {
|
||||
|
|
|
@ -1,12 +1,12 @@
|
|||
{
|
||||
"name": "mcopy",
|
||||
"version": "1.8.78",
|
||||
"version": "1.8.79",
|
||||
"lockfileVersion": 2,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "mcopy",
|
||||
"version": "1.8.78",
|
||||
"version": "1.8.79",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"arduino": "file:app/lib/arduino",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "mcopy",
|
||||
"version": "1.8.78",
|
||||
"version": "1.8.79",
|
||||
"description": "Small gauge film optical printer platform",
|
||||
"main": "build.js",
|
||||
"directories": {
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"version": "1.8.78",
|
||||
"version": "1.8.79",
|
||||
"ext_port": 1111,
|
||||
"profiles": {
|
||||
"mcopy": {
|
||||
|
|
|
@ -4,21 +4,21 @@
|
|||
|
||||
include <./common/common.scad>;
|
||||
|
||||
PART="9pin_socket";
|
||||
PART="9pin_plugx";
|
||||
|
||||
FN = 120;
|
||||
|
||||
PlugD = 15.75;
|
||||
PlugD = 16.15 - 0.6;
|
||||
PlugH = 11.65;
|
||||
PlugGuideD = 17;
|
||||
PlugGuideD = 17 - 0.6;
|
||||
PlugPinD = 3.1;
|
||||
|
||||
PlugGuideRetraction = 1.25;
|
||||
|
||||
PinSpacing = 3.85;
|
||||
|
||||
SocketD = PlugD + 0.4;
|
||||
SocketGuideD = PlugGuideD + 0.5;
|
||||
SocketD = 16.15;
|
||||
SocketGuideD = 17.5;
|
||||
|
||||
SocketOuterD = 20;
|
||||
SocketH = 10.5;
|
||||
|
|
Loading…
Reference in New Issue