QR Code Generator for OpenSCAD
thingiverse
# QR Code Generator for OpenSCAD This project generates source code for a QR code encoding given value in OpenSCAD. Although two projects already exist on Thingiverse, they have limitations - the first does not work properly, while the second requires running an executable on your machine. Therefore, I created this third version. ## How it Works This project functions entirely online using JavaScript. Visit https://ridercz.github.io/OpenSCAD-QR/ and enter your code's value to generate its image and OpenSCAD code. The page creates an array with 0s and 1s representing the code. A simple OpenSCAD module, qr_render, is also provided for drawing the encoded QR Code with customizable parameters: * module_size: the size of a single square, defaulting to 1x1 mm * height: extrusion height, defaulting to 1 mm The generated code is not intended for direct use; instead, it should be incorporated into your own models. For example, see the QR Code Dog Tag. ## Acknowledgments The heavy lifting - QR Code generation itself - was done by the excellent qrcode-generator by Kazuhiko Arase. I simply added OpenSCAD code generation and a basic web interface.
With this file you will be able to print QR Code Generator for OpenSCAD with your 3D printer. Click on the button and save the file on your computer to work, edit or customize your design. You can also find more 3D designs for printers on QR Code Generator for OpenSCAD.