Skip to content

Commit 3b272df

Browse files
authored
Merge pull request #70 from rosenhauer/main
added squares mask
2 parents 5009904 + 7af426c commit 3b272df

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

YAPPgenerator_v3.scad

+15
Original file line numberDiff line numberDiff line change
@@ -408,6 +408,20 @@ yappPatternSquareGrid, // pattern
408408
]
409409
];
410410

411+
412+
maskSquares = [yappMaskDef,[
413+
yappPatternSquareGrid, // pattern
414+
4, // hRepeat
415+
4, // vRepeat
416+
0, // rotation
417+
yappRectangle, // openingShape
418+
2, // openingWidth,
419+
2, // openingLength,
420+
0, // openingRadius
421+
0 // openingRotation
422+
]
423+
];
424+
411425
maskBars = [yappMaskDef,[
412426
yappPatternSquareGrid, // pattern
413427
0, // hRepeat 0= Default to opening width - no repeat
@@ -438,6 +452,7 @@ preDefinedMasks=[
438452
["maskHoneycomb", maskHoneycomb],
439453
["maskHexCircles", maskHexCircles],
440454
["maskCircles", maskCircles],
455+
["maskSquares", maskSquares],
441456
["maskBars", maskBars],
442457
["maskOffsetBars", maskOffsetBars],
443458
];

0 commit comments

Comments
 (0)