Skip to content

Commit 69d872b

Browse files
committed
v1.3 04-03-2022 changed 'mirror(1,0,0)' @2099 to 'mirror([1,0,0])'
1 parent ad71361 commit 69d872b

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ request.
1717
* <strike>modules (Hooks) that can be (re)defined by the user (almost there ;-))</strike> (done)
1818
* <strike>screw connector between the top- and bottomPlanes (for bigger boxes)</strike> (done)
1919
* <strike>snap-ons in the ridges</strike> (done)
20+
* Rotate rectangular cutOuts (orientation)
2021
* anything else? Anyone?
2122

2223
## How to program your Project Box

library/YAPPgenerator_v13.scad

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
** Yet Another Parameterised Projectbox generator
44
**
55
*/
6-
Version="v1.3 (26-02-2022)";
6+
Version="v1.3 (04-03-2022)";
77
/*
88
**
99
** Copyright (c) 2021, 2022 Willem Aandewiel
@@ -2096,7 +2096,7 @@ module YAPPgenerate()
20962096

20972097
translate([shellLength-15, -15, 0])
20982098
linear_extrude(1)
2099-
mirror(1,0,0)
2099+
mirror([1,0,0])
21002100
%text("LEFT"
21012101
, font="Liberation Mono:style=bold"
21022102
, size=8

0 commit comments

Comments
 (0)