AI找相似
打印配置(0)
模型文件(0)
发布时间:2023-08-05 06:40:25
0
0
I wrote this code for the exercise of generating 3D printable objects through a process.
The algorithm creates six components that cooperate with each other to form a square. Since the puzzles are randomly generated, even the people who create the puzzles can enjoy the satisfaction of solving the puzzles themselves!
First, install itSolidPythonAndNumpy:
pip install solidpython numpy
Run the script:
python puzzle_cube.py [--size SIZE] [--shape X Y Z] [--stl]
Optional parameters:
For example:
Python puzzle_cube.py --size 10 --shape 4 4 4 --stl
The puzzles generated using these settings are now available. Have fun playing them :)
If you want to make a contribution, please refer toGithub repository。
