Generate 3D geometry for a QR Code. Import data as a csv file or directly generate the QR code from within the app.
Pretty Documentation available on Github pages
Select a sketch point and insert a 3D QR code.
You can either generate a QR code from an input string with various options or you can import a csv file.
This command will generate a QR code from the input message. It is based on the PyQRCode Package.
See the full PyQRCode documentation for a detailed description of the available encoding options.
In general you select a sketch point for the center then define the block size and the height. The different options determine exactly how the QR code will be constructed.
This command allows you to import a QR code generated via another program.
The data should be formatted as a csv file. Each row of the file corresponds to a row of block data in the resulting QR code. The format should be 1's and 0's. A value of 1 indicates that the block should be created for this position.
- Download or clone the latest version
- Unzip the archive to a permanent location on your computer
- It is important that the directory be named QRCoder.
Note: If you are downloading the zip file from github it typically appends -master to the folder name. You must rename the folder for Fusion 360 to recognize the addin.
After you download and extract the zip file:
- Open the scripts and add-ins dialog box
- Select the add-ins tab in the top of the dialog
- Click the little green plus button to add the add-in
- Select the directory named Export2D and click the open button
- With it selected click the run button at the bottom of the dialog
Credit where credit is due!!!
This sample add-in is built upon the pyqrcode library
The first time you run the application, depending how you downloaded it, you may be prompted to install a couple of dependencies:
The required dependency PyQRCode from the standard python package index: PyPI
A Git submodule downloaded from github:
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
QRCoder was written by Patrick Rainsberry.
See more useful Fusion 360 Utilities