Recently I found that Cura (a 3D slicer program) can support OctoPrint, only with an added plugin that I can install with the plugins tab. Before this plugin, I could not use Octoprint with Cura because it wasn’t on Cura’s supported list of network printers when using their “MONITOR” tab. How does this plugin help…
Category: Uncategorized
Learning Blender | Day 2
Today I’ve decided not to make a donut but instead design something different and learn what I need to make that project work. I will continue watching the video series for helpful tips I might need in the future. Because the Donut Guru “learning blender series” is still beneficial even if I’m not creating the…
Learning Blender | Day 1
I just started learning Blender. My goal for a blender is to create more detailed 3D models either for a 3D render or for my 3D Prints when I can’t make it in the 3D builder or other more straightforward programs. At first, Blender is highly confusing because I’m used to other 3D programs being…
Using 3D Builder to Make Custom Keyboard Keycaps
Recently I got back into 3d printing, and after I set up OctoPi with my Ender-3, the first thing I printed was keycaps for one of the specific characters from a video game called Valorant. Keycaps are the keys that you press on when you type on a mechanical keyboard (click here for a better…
Block YouTube Ads on TV
I hate advertisements especially on YouTube when they are playing on the TV especially when they are now “unskippable” and I have to watch them for fifteen seconds without being able to skip them. Even skippable ads are also annoying because if you just put down the remote to play that long 10-hour ambiance you…
Learning Minecraft Python Programming!
Recently I stumbled upon a book called “Adventures in Minecraft” written by Martin O’Hanlon, and David Whale. The book teaches you how to code in Minecraft with python, which is split up into chapters called “Adventures,” and basically, each “Adventure” is a short version of a “project” where you make a “mini-game” that runs in…
Setup Cloudflare DNS Proxy for Server
Recently when setting my WordPress site, one of the requirements I wanted to meet was having a proxy server protect it. Basically, a proxy server is where another person’s server hides the original IP of the base server. For example, this image: In my case, I wanted my public IP to be not seen by…
How to Fix URL Change When Hosting on Raspberry Pi – WordPress
Recently when setting up my WordPress website on my Raspberry Pi, One mistake I made was to change the URL to the website to “192.168.1.24.com” instead of “192.168.1.24”, which means that if I try to connect to the website, it’s just going to redirect to a non-existent URL. Thus I could not connect to it…
New Domain For EzraCodes Blog! (update)
I just changed the domain of my second blog from Ezracodes.posthaven.com to Coding.EzraHarris.com.(more details on Ezracodes later.) You can still access my second blog via the link at the top of this blog or even still use the link Ezracodes.posthaven.com. Want to know more about how I did it? Click here.
Raspberry Pi 4 Octoprint Setup
In the last few blog posts, I reviewed the RPI Night Vision Camera from MakerFocus and the OctoSlack plugin for Octoprint. Still, I will explain the troubleshooting and setting up of Octoprint ender-3. About two weeks ago now, I had found an old Raspberry Pi 7″ Touchscreen in my closet from my older brother. I…