Skip to content

XayOn/qr3D

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

💾 QR3D

image

Cool CLI tool to easily create STL/OpenSCAD files for QR codes with specified text.

local

What can be this used for

This allows you to print any QR Code with a 3D printer.

That can be useful for:

  • Embedding in openscad objects for authorship tagging
  • Strange 3Dprinted visit cards
  • Cool geeky-makey stuff

Supported formats

QR3D Outputs currently the following formats:

  • OpenSCAD
  • JScad
  • STL (requires openscad installed)

Usage

Usage: qr3d [OPTIONS]

  Qr3D - Create nice qr codes in jscad, scad or stl

Options:
  --scale INTEGER    QR code size scale
  --filename TEXT    filename
  --text TEXT        Text
  --fileformat TEXT  File format [stl|scad|jscad]
  --help             Show this message and exit.

Example use:

qr3d --scale 4 --filename foo.stl --fileformat stl --text \
        "http://www.davidfrancos.net"

Have a look at a result STL in github's stl viewer here.

Thanks

I'd like to give a special thanks to Feliprint, who made the first print with this tool (the one documented on the photo!)