How to Make a Spiral Staircase Using Tinker Cad Code Blocks
by Jack_the_crafter13 in Circuits > Software
364 Views, 2 Favorites, 0 Comments
How to Make a Spiral Staircase Using Tinker Cad Code Blocks
![Screenshot 2023-03-20 9.30.33 AM.png](/proxy/?url=https://content.instructables.com/FI0/HIDJ/LFGU6VZE/FI0HIDJLFGU6VZE.png&filename=Screenshot 2023-03-20 9.30.33 AM.png)
this will teach you how to make a simple spiral staircase using tinker cad code blocks.
link to project >>> https://www.tinkercad.com/codeblocks/9llQNZxP1kr-spiral-staircase
Supplies
this will teach you how to make a simple spiral staircase using tinker cad code blocks.
Making the Box
![Screenshot 2023-03-20 9.34.53 AM.png](/proxy/?url=https://content.instructables.com/FX0/GP4B/LFGU6W7X/FX0GP4BLFGU6W7X.png&filename=Screenshot 2023-03-20 9.34.53 AM.png)
drag the add a box code block and edit its size to match the image above.
Starting the Code
![Screenshot 2023-03-20 9.39.42 AM.png](/proxy/?url=https://content.instructables.com/FNE/WYSM/LFGU6WQX/FNEWYSMLFGU6WQX.png&filename=Screenshot 2023-03-20 9.39.42 AM.png)
drag a repeat block and place it on the end of the add box block as shown (don't place it around the add box block)
Copy the Box
![Screenshot 2023-03-20 9.43.48 AM.png](/proxy/?url=https://content.instructables.com/FXF/17LW/LFGU6WVS/FXF17LWLFGU6WVS.png&filename=Screenshot 2023-03-20 9.43.48 AM.png)
place a copy block inside of the repeat block as shown
Move the Copy Up
![Screenshot 2023-03-20 9.44.56 AM.png](/proxy/?url=https://content.instructables.com/F3G/E0WU/LFGU6WXT/F3GE0WULFGU6WXT.png&filename=Screenshot 2023-03-20 9.44.56 AM.png)
add a move block and make the Z section the number 4 as shown
this tells the computer to move the copy of the box up
Rotate the Copy
![Screenshot 2023-03-20 9.53.50 AM.png](/proxy/?url=https://content.instructables.com/F7Y/ZTIY/LFGU701W/F7YZTIYLFGU701W.png&filename=Screenshot 2023-03-20 9.53.50 AM.png)
drag the block shown and the first blank should be z-axis and the second blank should be 15 and
this tells the computer to rotate the copy 15 degrees on the z-axis
Finished!
![Screenshot 2023-03-20 10.35.24 AM.png](/proxy/?url=https://content.instructables.com/FMH/FTBA/LFGU70D8/FMHFTBALFGU70D8.png&filename=Screenshot 2023-03-20 10.35.24 AM.png)
click play and watch your code go to work!