spent a bunch of time creating a program for my ftc team's outreach bot which essentially just picks up ping pong balls and launches them, it's still a work in progress but this sorta works!! github.com/KaushikDuddala/SharkOutreachBot2024
spent a while tuning my printer & a friend's printer so far with a lot of things including ellis3dp guide which covers the following:
z offset
esteps
pressure/linear advance
input shaping/resonance compensation
min/max accel tuning
and more
i also did things such as adjust mounts which were previously blocking my printer and fixing different g code things such as my g29 which would previously level the bed but now just loads the last save for leveling
all my images are contained in the repo below
github.com/KaushikDuddala/Fixing-3d-printer-arcade
i just made a simple api for my districts grade platform! its not completely done but it's pretty nice i just need some documentation and stuff!!
github.com/KaushikDuddala/hacapifisd
working on a simple mobile app for me and my friends to see our grades in a much better view and be able to see what changes would be made
so far i got through with the router and login pages and made my cider demo
heres a quick video and the github link!
github.com/KaushikDuddala/Graded
spent 11 hours tuning my printer so far with a lot of things including ellis3dp guide which covers the following:
z offset
esteps
pressure/linear advance
input shaping/resonance compensation
min/max accel tuning
and more
i also did things such as adjust mounts which were previously blocking my printer and fixing different g code things such as my g29 which would previously level the bed but now just loads the last save for leveling
all my images are contained in the repo below
github.com/KaushikDuddala/Fixing-3d-printer-arcade
@JaydenWeng and i spent around 5 hours working on installing octoprint on his sovol sv06+ and giving it a camera too
the project consisted of
getting the pi
flashing the firmware
waiting for it too boot and connect to wifi
attempting to find it on the network (took forever bc turns out first time we didnt add the name and password to its data and second time it just kept taking forever to startup and connect to wifi)
finding a working data cable for the printer (tried like 6)
covering the cables 5v power pin
setting up octoprint fully
troubleshooting connection issues
printing some tests
addinf some plugins and ensuring the ui was how we liked it
and finally plugging in a camera too!!
note: this was all done on a pi zero w which technically isnt supported on octoprint!!
heres some pictures:
created a simple discord bot running off of discord.jsv12 as I've used it in the past and includes music commands and some basic moderation such as banning and clearing chat! posting as I am done with the project for now - it isn't technically fully completed - but I no longer want to work on this project for the near future and may come back to improve it one day
github.com/KaushikDuddala/DiscordBot