I made a picture stand for the pictures taken on grandparent’s day.
Helped Andres make a sticker for his computer.
I’m done making my board and my piece for my board game, but I have little to no knowledge on creating a gameplay for the board game so if you have any idea tell me ï need them desperately. Thanks 🐓 out.
For my Numerical Methods Q4 project, I made a code that made a code that makes an object. In better terms, I created a code in Python which made a code in OpenSCAD which made an object for me to 3D print. I started making a code to make simple blocks and then added a sin function to make it wavy. I experimented a lot with the sin, cos, and tan functions to make the end object look different. For my specific project I made an object using a sin function.
import math
for i in range (50):
h=9*math.sin(0.5*i)+10
b=i*10
print("translate([%d,0,0])"%(b))
print("cube([10,10,%d]);"%(h))
For my project, I made a fortune teller that will give you a two sentence fortune composed of six randomly selected sentence fragments. I made it in Python and then translated it to Javascript to put it onto a website. It’s not finished yet, but it’s up and working. Try it out! https://soriki.com/eve/fortune
A few months ago I did a project for Makerspace Business where I made baby blocks for a TFS grandparent for their grandchild. I got the baby’s information from the grandma and then printed it out on vinyl to stick onto four blocks of wood. I had a lot of fun with it, so when my baby cousin was born earlier this month, I knew I wanted to make another set with my little cousin’s info on them. So far I have cut out the wooden blocks, made the design for them. Right now, I’m just waiting to print them.
Custom tea cup for mother’s day
This year, I have been working on a website for the Makerspace Business Club to advertise and sell their products. After constant revamping, I have finally decided on a format to use and now am working on getting all the information listed. As of 4/25, I have the contact information listed and have a page for the glasses, ornaments, and coasters for sale.
We just finished reading the play, Macbeth. I was going to make a model of the castle where Macbeth was from but there was a design mistake and didn’t fit together after the laser cut it out. We didn’t have enough time to go back, change the design and re-cut it all again. We ended up making a simple model of the room he was killed in.
My first ever makerspace project was when I was in seventh grade. My teacher and a lot of high schoolers were making coolly designed chess boards and chess pieces at the time so I wanted to give it a try. I designed my own chess pieces using openscad so I could 3D print them. I made the board out the 2*2s and stained them different colors.
Recent Comments