We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e2a9adb commit 9fdd27aCopy full SHA for 9fdd27a
README.md
@@ -148,6 +148,8 @@ export default (eleventyConfig) => {
148
};
149
```
150
151
+The model in the examples below is a [Turner's Cube][tcube] and the scad code for it is [here](./scripts/turnercube.scad).
152
+
153
| ColorScheme | Thumbnail |
154
| -------------- | ---------------------------------------------------------- |
155
| Cornfield |  |
@@ -169,3 +171,4 @@ export default (eleventyConfig) => {
169
171
170
172
[npm]: https://www.npmjs.com/package/eleventy-plugin-scad "npm page"
173
[docker]: https://hub.docker.com/r/openscad/openscad "docker hub"
174
+[tcube]: https://www.google.com/search?q=turners+cube
0 commit comments