Skip to content

Commit

Permalink
Decreased wall thickness on slots for dw735 connector
Browse files Browse the repository at this point in the history
Decreased fixedPinLength and wallThikness for the slots on the dw735 connector.

Fixes ostat#8
  • Loading branch information
luisillo26 committed Mar 2, 2024
1 parent cd9fc5f commit a047677
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vacuum-hose-adapter-modules.scad
Original file line number Diff line number Diff line change
Expand Up @@ -1092,7 +1092,7 @@ module Dw735Connector(
slotLength = 16;
slotOffset1 = 7.5;
slotOffset2 = 9;
fixedPinLength = 4.5;
fixedPinLength = 4.1;

_connectorCount = max(1,connectorCount);

Expand All @@ -1113,7 +1113,7 @@ module Dw735Connector(
StraightPipe (
diameter = innerEndDiameter+wallThickness*2,
length = length,
wallThickness = fixedPinLength);
wallThickness = fixedPinLength - 1.5);

for (rotation = [0:_connectorCount-1])
{
Expand Down

0 comments on commit a047677

Please sign in to comment.