Open the Marlin folder as your workspace. Compile your project, using the Build button. It may take some time as various components are download and compiled. You will now have compiled firmware, ready for use! You can find the compiled firmware in the main Marlin folder, inside an hidden folder: Documents GitHub Marlin.pio build jgauroraa5sa1. Check and download from here all Creality Firmware & Files for free!Visit the Creality3D official online store to learn, buy, and get support.
I don’t know if it’s the lack of sleep ( I have a newborn in the house) or if this genuinely was a tough project, but I finally got everything working after five evenings of hacking.
But didn’t you have firmware installed?
Yes, I had the TH3D firmware installed, but I had a huge problem; My prints were off-centre and printing half size in the Z-axis. It transpires that the lead screw was changed on newer Ender 5’s and the firmware I had, didn’t support that.
In mid-to-late 2019, Creality upgraded the base Ender-5 leadscrew to the same one used on the Ender-5 Pro which prevents the bed from dropping once power is cut.https://github.com/MarlinFirmware/Configurations/tree/import-2.0.x/config/examples/Creality/Ender-5
Borked firmware
As someone who works in software development, I had a keen interest in the Marlin software, so I thought, rather than use someone else’s code I would compile my own. This turned out to be a harrowing ordeal…
Having compiled all my changes in version 2.4.4 of Marlin, I flashed the firmware to my Ender 5. It was only when I booted the printer to start a test print that I noticed the screen was completely blank. My intuition told me I had fudged something, so I tried to flash the board again. No change.
New bootloader
I had a gut feeling that the bootloader was probably the root cause, so I set out on a path to install a new bootloader. The problem was that my USBISP (that came with the BLTouch) wasn’t recognised on OSX and I didn’t have an Arduino Uno (which unfortunately is the only device 99.9% of YouTubers use in their videos).
After hours of searching (during the early hours while my son wouldn’t go back to sleep) I stumbled on this very poorly recorded video that was absolute gold. Here it is:
I had an Arduino Mega1248 from years ago… and it worked!
Again, during my early hour searches I found the following link. I wish I found this earlier:fwi_marlin_20_on_creality_115_silent_board
Operation “bull in a fridge” and the false success
For those of you who have tinkered with Marlin 2.0 you will know that getting it to fit on your Creality board with all the features you need is like trying to squeeze a bull into a fridge. When I added BLTouch, Auto Bed Levelling, Z safe homing and Slim LCD, I kept blowing the available capacity. I would get messages like this:
BTW, if you haven’t seen that message format before then, you probably aren’t using Auto Build Marlin with VSCode. If like me, you have spent an unreasonable amount of time messing about with Arduino IDE by installing U8Glib and finding Sanguino boards, then I highly recommend using this approach. The tool is built on PlatformIO, which handles all the libraries the project needs. There are 2 buttons; build
and upload
.
Finally, when I got a configuration that eventually fit, I uploaded it to the board and printed my first configuration cube. I have to be honest, the results were astonishing and made it all worthwhile. However, there was one big problem… I forgot to enable auto bed levelling…… fuck!
Marlin Firmware For Mac Mojave
Operation OctoPrint
I had this on my list as a task to do later, but with my unsuccessful attempts at building a hex file small enough to live on the Ender 5 I was forced to bring this forward so that I could disable the SD slot and save space. I found an old Raspberry Pi 3B and installed octoprint on it. The best instructions I found are provided below. Note, at the time of writing, some of the options were obsolete.
Marlin 2.0.5.3 Update gives “err: EEprom Version”
Marlin Firmware For Mac Free
So, with the OctoPrint build complete and tested, all I had left to do was compile the firmware with all of my configurations. Once the SD option was disabled I think the complete build was about 87% of total capacity. However, when I flashed the firmware I was greeted with the message err: EEprom Version
. As a Mac user I had a horrible time finding software that worked and allowed me to send GCode to my printer. In the end it was the terminal that won with the screen
tool.
You can use screen
for that. Open a terminal window and type screen /dev/ttyUSB0 115200
. The general form is screen serialdevice baudrate
. You will then see everything that the printer sends. Everything you type will be sent to the printer.
The only thing left to do was send an M502
followed by an M500
and everything worked perfectly. You can find the docs for these commands, here.
So that concludes my journey of running Marlin 2 on the Ender 5.
Slicer software | ||||
Cura Free, opensource slicer for generating gcode files | Windows, Mac, Linux | |||
Slic3r Free, opensource slicer for generating gcode files | Windows, Mac, Linux | |||
Slic3r - Prusa Edition Advanced version of standard Slic3r | Windows, Mac, Linux | |||
CAD Software | ||||
Fusion 360 Most popular CAD Software. Free for hobby-use. | Windows 64bit, Mac | |||
Autodesk Tinkercad Easy, beginner-friendly CAD Software. Has only basic features. | Runs in browser | |||
Printer firmware | ||||
Original firmware (TEVO Tarantula) Firmware that comes preinstalled on the TEVO Tarantula | TEVO Tarantula | |||
Original firmware (TEVO Black Widow) Firmware that comes preinstalled on the TEVO Black Widow | TEVO Black Widow | |||
Original firmware (TEVO Little Monster / Delta) Firmware that comes preinstalled on the TEVO Tarantula | TEVO Little Monster / Delta | |||
Original firmware (TEVO Tornado) Firmware that comes preinstalled on the TEVO Black Widow | TEVO Tornado | |||
Marlin firmware Popular custom firmware with lots of features | various printers |