Skip to content

Commit 45c9d22

Browse files
authored
Merge pull request #127 from rosenhauer/main
Correct the Connector documentation to the correct default coordinate system
2 parents 1e6a127 + b14f671 commit 45c9d22

File tree

2 files changed

+653
-2
lines changed

2 files changed

+653
-2
lines changed

YAPP_Template_v3.scad

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
//
44
// This is a box for <template>
55
//
6-
// Version 3.3.5 (2025-22-14)
6+
// Version 3.3.5a (2025-02-28)
77
//
88
// This design is parameterized based on the size of a PCB.
99
//
@@ -262,7 +262,7 @@ pcbStands =
262262
// p(7) = PCB Gap : Default = -1 : Default for yappCoordPCB=pcbThickness, yappCoordBox=0
263263
// p(8) = filletRadius : Default = 0/Auto(0 = auto size)
264264
// n(a) = { <yappAllCorners>, yappFrontLeft | yappFrontRight | yappBackLeft | yappBackRight }
265-
// n(b) = { <yappCoordBox> | yappCoordPCB | yappCoordBoxInside }
265+
// n(b) = { <yappCoordPCB> | yappCoordBox | yappCoordBoxInside }
266266
// n(c) = { yappNoFillet }
267267
// n(d) = { yappCountersink }
268268
// n(e) = [yappPCBName, "XXX"] : Specify a PCB. Defaults to [yappPCBName, "Main"]

0 commit comments

Comments
 (0)