File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments