1616// -----------------------------------------------------------------------
1717
1818
19- polygonShape = [ [0 ,15 ],[20 ,15 ],[30 ,0 ],[40 ,15 ],[60 ,15 ]
20- ,[50 ,30 ],[60 ,45 ], [40 ,45 ],[30 ,60 ]
19+ polygonShape = [ [0 ,0 ],[20 ,15 ],[30 ,0 ],[40 ,15 ],[70 ,15 ]
20+ ,[50 ,30 ],[60 ,45 ], [40 ,45 ],[30 ,70 ]
2121 ,[20 ,45 ], [0 ,45 ]
2222 ];
2323
@@ -121,11 +121,11 @@ pcbStands = [
121121// (5) = { yappRectangle | yappCircle }
122122// (6) = { yappCenter }
123123cutoutsLid = [
124- [20 , 20 , 10 , 20 , 10 , yappRectangle]
124+ // [20, 20, 10, 20, 10, yappRectangle]
125125 // , [20, 50, 10, 20, 0, yappRectangle, yappCenter]
126- , [50 , 50 , 10 , 2 , 0 , yappCircle]
127- , [pcbLength- 10 , 20 , 15 , 0 , 0 , yappCircle]
128- , [50 , pcbWidth, 5 , 7 , 0 , yappRectangle, yappCenter]
126+ // , [50, 50, 10, 2, 0, yappCircle]
127+ // , [pcbLength-10, 20, 15, 0, 0, yappCircle]
128+ // , [50, pcbWidth, 5, 7, 0, yappRectangle, yappCenter]
129129 ];
130130
131131// -- base plane -- origin is pcb[0,0,0]
@@ -137,10 +137,10 @@ cutoutsLid = [
137137// (5) = { yappRectangle | yappCircle }
138138// (6) = { yappCenter }
139139cutoutsBase = [
140- [10 , 10 , 20 , 10 , 45 , yappRectangle]
141- , [30 , 10 , 15 , 10 , 45 , yappRectangle, yappCenter]
142- , [20 , pcbWidth- 20 , 15 , 0 , 0 , yappCircle]
143- , [pcbLength- 15 , 5 , 10 , 2 , 0 , yappCircle]
140+ // [10, 10, 20, 10, 45, yappRectangle]
141+ // , [30, 10, 15, 10, 45, yappRectangle, yappCenter]
142+ // , [20, pcbWidth-20, 15, 0, 0, yappCircle]
143+ // , [pcbLength-15, 5, 10, 2, 0, yappCircle]
144144 ];
145145
146146// -- front plane -- origin is pcb[0,0,0]
@@ -154,7 +154,7 @@ cutoutsBase = [
154154cutoutsFront = [
155155 [0 , 5 , 10 , 15 , 0 , yappRectangle] // org
156156 , [25 , 3 , 10 , 10 , 0 , yappRectangle, yappCenter] // center
157- , [60 , 10 , 15 , 6 , 0 , yappCircle] // circle
157+ , [60 , 10 , 15 , 6 , 0 , yappCircle] // circle
158158 ];
159159
160160// -- back plane -- origin is pcb[0,0,0]
@@ -210,8 +210,8 @@ cutoutsRight = [
210210// (7) = plane {"base" | "lid" }
211211// (8) = {polygon points}}
212212
213- cutoutGrills = [
214- [35 , 8 , 90 , 90 , 2 , 3 , 50 , "base" , polygonShape ]
213+ cutoutsGrill = [
214+ [35 , 8 , 70 , 70 , 2 , 3 , 50 , "base" , polygonShape ]
215215 ,[ 0 , 20 , 10 , 40 , 2 , 3 , 50 , "lid" ]
216216 ,[45 , 0 , 50 , 10 , 2 , 3 , 45 , "lid" ]
217217 // ,[15, 85, 50, 10, 2, 3, 20, "base"]
0 commit comments