Tags
Knife Sharpener #
Today, some great work on the knife sharpener re-design. I've been using the same one since I first got my ender 3 3d printer, and have wanted to make some changes ever since.
Wyatt sat with me through the design, I probably would not have gone this deep without him, he thought the helmet look was hilarious
Notice one of the biggest problems with this one here is how much is slides around
This wing nut really set it apart
Hollow Knight #
Progress on the Hollow Knight Keeb Run. SILKSONG in 2 WEEKS!!
todays script #
Made a little script to grab these
for post in m.feeds.today.posts: if post.get('image', None): print(f'![{post["title"]}]({post["image"]})') else: print(f'[{post["title"]}]({post["url"]})')