Skip to content

Commit

Permalink
rearranged print bed
Browse files Browse the repository at this point in the history
  • Loading branch information
madhephaestus committed Jul 15, 2023
1 parent e5d681d commit f8d4003
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion MarcosCad.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -914,7 +914,7 @@ class cadGenMarcos implements ICadGenerator{
double neckLenFudge = 4.5
double parametric = numbers.LinkLength-endOfPassiveLinkToBolt
String rightLinkScrewKey="RightLinkScrewTail:1"
double length =parametric+neckLenFudge
double length =parametric+neckLenFudge-0.75
bom.set(rightLinkScrewKey,"chamferedScrew","M3x16",new TransformNR().translateX(length))
CSG boltl = bom.get(rightLinkScrewKey)
return passiveLink(length,boltl)
Expand Down
2 changes: 1 addition & 1 deletion manufacturing/bom.json
Original file line number Diff line number Diff line change
Expand Up @@ -817,7 +817,7 @@
"type": "chamferedScrew",
"size": "M3x16",
"pose": {
"x": 32.0,
"x": 31.25,
"y": 0.0,
"z": 0.0,
"rotation": {
Expand Down

0 comments on commit f8d4003

Please sign in to comment.