Skip to content

keeeal/puzzle-cube

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 

Repository files navigation

puzzle-cube

A randomly generated solid CAD puzzle cube. I wrote this while learning how to generate 3D-printable objects using python.

puzzle-cube

Usage

Prerequisites

SolidPython and Numpy:

pip install solidpython numpy

Running

python puzzle_cube.py [--size SIZE] [--shape X Y Z] [--stl]

optional arguments:

  • size — The size-length of a single cell in the puzzle. Default: 10 mm.
  • shape — The dimensions of the puzzle. Default: (4, 4, 4)
  • stl — Attempt to generate STL rather than SCAD files. (Requires the OpenSCAD)

About

A randomly generated solid CAD puzzle cube.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages