I was working on the dust collector system when my main 3D printer started printing what could safely be called trash. After some poking around I discovered the extruder filament pinch wheel gears were missing the majority of their teeth.

You can see the stripped teeth right behind the nylon gear. This is out of a Bondtech BMG dual wheel extruder clone. That’s the best style of driver I’ve found for a few reasons. Mostly the filament path is extremely well constrained to the point that I print TPU flexible filament no problem with my Bowden tube extruder. I’ve heard many times that’s not possible. Ask the owners of the dozens of TPU Covid Montana Masks I’ve printed. You just need to make your setup work.

Anyway I decided to use this as an opportunity to upgrade the printer. I’ve had some hardware on the backburner for a while but the printer runs constantly and I hadn’t had a great window to interrupt it lately. So it made sense to do it now.

The List

So what are we doing? Here’s the list of new hardware:
BigTreeTech SKR 1.4 Turbo Controller board (did you know my first printer ran on an 8mhz Atmel 328p? This CPU is probably about
1000 times faster.
BigTreeTech TFT3.5 Full color touchscreen
BigTreeTech TMC2209 – I’m excited about these, software controlled current, skipped step detection, silent motor operation, etc.
BigTreeTech Smart Filament Runout Sensor
Petsfang Blokhead hotend assembly – There will be trouble…
New higher end more featured extruder drive mechanism ( I really don’t know what to call this thing filament driver?)
Plated Copper E3D Volcano Hotend with all metal internals
Bondtech CHT 0.6 Volcano nozzle
Raspberry Pi Octoprint system
Creality Magnetic Flexible build surface (so sick of prying PETG off the glass plate and washing off the glue stick)
Input Shaping Accelerometer

Sounds like fun. First thing we need to do is configure the Marlin firmware. This always takes a long long time and now that it has to be run in visual studio is even harder to set up. Thankfully a couple decades as a software developer has gotten me pretty familiar with VS. Unfortunately it’s junk. Multiple times this thing refused to compile with errors listed that simply weren’t present. Once I restarted VS the problems went away for a bit.

Configuration.h

I’ll drop my config here but I wouldn’t recommend just dropping it into your printer unless you have a Tevo Tornado and all the hardware I listed above. That said there might be some useful stuff for some folks in there. Getting the TFT screen to work was a chore. It’s serial and needs a functional UART on the main board. Most of the rest of this is covered in the thousands of guides Google can find for you.

Configuration.h

Configuration_adv.h

Hardware Set up

There is also some hardware configuration required, specifically in relation to the TMC2209s. Since we’re not using the TMC endstop replacement we have to cut a pin on each driver so it doesn’t interfere with the actual endstop switches. Also the jumpers that live under the drivers need to be changed. All but one must be removed. Google that so you get the right one.

I also had a load of wiring to redo. The original Tevo case won’t work with the SKR or the TFT and many of the various devices are connected to Aircraft cable connectors. Fortunately I have a box of those on hand so I didn’t have desolder anything, I just replaced the plugs.

You can see the mess of electronics in the article picture and the case it is printing for itself.

Once all this junk is installed tuning is required. Things are way off. I grabbed the steps from the Tevo Tornado config file, of course the extruder is much different. We’ll have to do some measuring and math.

Octoprint

Setting up Octoprint is incredibly easy. Just load the image on an SD and boot up the Pi. Make sure you get your SSID correct when you set the options before writing the SD unless you know your way around Debian and can configure your wifi from bash. Once its up and running it just plugs into the SKRs USB port. I hear you can use a UART header to remove the USB cable but I don’t care enough to figure that out.

Octoprint is great. Remote printer management and with a couple addons AI print monitoring as well as time lapse video and other cool features. If you have a printer get it immediately. I’m running mine on a Pi 3, seems to be fine, so you don’t have to track down a 4.

Petsfang Carriage

Next giant problem was the Petsfang Carriage assembly. It’s a really cool project you can find on Thingiverse easily. The designer has many different configurations for many printers, mostly the well known ones. The Tevo is listed in the part locator chart however the file to attach to the carriage is not present anywhere. I emailed the developer but 2 months later still no reply. I took a shot in the dark and I think I can make it work but it’s definitely not right.

Carriage Update…

I ended up having major problems because of the stupid carriage backplate not being correct for my printer. I think I’m going to buy an Ender 3 carriage plate and swap it out. It sure would be nice if the file that is for my printer actually existed… Seems like the developer got way more attention than he expected and just abandoned the whole thing, which is sad.

Build Plate Update…

I’ve already decided I don’t care for the Creality Flex surface. It looks to be some kind of rubber and while it does work the first print I did (a benchy) left a permanent issue. I forgot to turn of the skirt in Cura and now that skirt is part of the mat. The print adhesion is so good the only way I’ll maybe be able to get it off is to print something over the top of it and hope when I pull that off the skirt comes with it. I’m switching to a PEI spring steel plate. I did do one PETG print and it came off well once it cooled.

Leave a Reply

Your email address will not be published. Required fields are marked *