3D Jigsaw Puzzle
por BonyJordan
37
Descargas
27
Likes
0
Makes
With a 3D printer, would it not make excellent sense to make a 3D jigsaw puzzle? It takes most people about 30 minutes to solve the puzzle, and everyone likes it so far (your mileage may vary!)
The easiest thing to do is to just print out the 8 stl files which gives you all 64 pieces for my 4x4x4 puzzle.
However, you can also choose to make your own! Run the included python script, giving as arguments the dimensions of your desired puzzle (e.g. "random_puzzle.py 4 4 4 > MyJigsaw.scad"). The output file (MyJigsaw.scad) can be read into OpenSCAD, and now you can modify the very final line of the file (the one with "many_cubes()") to build an array of cubelets. When I printed I went 8 at a time (more than 9 wouldn't fit on my printer's build plate, and going 9 at a time still means I need 8 total .stl files, so I just went with 8 x 8-cube files). Anyway, you go through a cycle of:
* update many_cubes() line
* F6 to render
* Save stl file
* Repeat!
People have commented
The easiest thing to do is to just print out the 8 stl files which gives you all 64 pieces for my 4x4x4 puzzle.
However, you can also choose to make your own! Run the included python script, giving as arguments the dimensions of your desired puzzle (e.g. "random_puzzle.py 4 4 4 > MyJigsaw.scad"). The output file (MyJigsaw.scad) can be read into OpenSCAD, and now you can modify the very final line of the file (the one with "many_cubes()") to build an array of cubelets. When I printed I went 8 at a time (more than 9 wouldn't fit on my printer's build plate, and going 9 at a time still means I need 8 total .stl files, so I just went with 8 x 8-cube files). Anyway, you go through a cycle of:
* update many_cubes() line
* F6 to render
* Save stl file
* Repeat!
People have commented
¿Has impreso este modelo? Inicia sesión y comparte tu make.
Inicia sesión para dejar un comentario
Iniciar sesiónAún no hay comentarios – ¡sé el primero!