We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd062f8 commit b2bf432Copy full SHA for b2bf432
1 file changed
MainCase/VerticalCase_JSN-AJ/logo-case-generator/README.md
@@ -67,7 +67,7 @@ openscad -D 'mode="main"' -D 'logo_file="my-logo-framed.svg"' -D 'logo_depth=0.4
67
openscad -D 'mode="inner"' -D 'logo_file="my-logo-framed.svg"' -D 'logo_depth=0.4' logo.scad -o lid-my-logo-inner.stl
68
```
69
70
-If you chose an inverted logo, also add `-D 'logo_depth=true'` to both
+If you chose an inverted logo, also add `-D 'inverted=true'` to both
71
commands. If your logo is a very complex shape, and the result looks wrong, try
72
setting and increasing the `logo_convexity` parameter as well, from its default
73
10 upwards, e.g. to 20 or 30.
0 commit comments