Upgrading to the Marlin firmware on the Anycubic Mega S
I recently started to try to use my 3D Printer again, and I decided to upgrade the firmware to the newest version of Marlin to use the mesh levelling system. Pre-requisites Raspberry Pi with Octopi Installed Stock (IE: No hardware upgrades!) Anycubic Mega-S Atmega 2560 board (I would open the unit up and check the board yourself to make sure!) Some time on your hands Process: Connect to SSH of your OctoPi Update your repositories pi@octopi: ~ $ sudo apt-get update Install avrdude pi@octopi: ~ $ apt-get install avrdude Find the location of avrdude pi@octopi: ~ $ which avrdude /usr/bin/avrdude Download the firmware file ( Marlin-Ai3M-v1.4.6-stock_drivers.hex ) from here (https://github.com/davidramiro/Marlin-Ai3M on the releases page) Install the Firmware Update plugin module on your Octopi if you have not already done so Click on the Wrench Icon at the top right Click on " Plugin Manager " Click on " Get More " Search for " Firmware Updater " Install ...