Linux instalation guide - moonglow/FlashForge_Marlin GitHub Wiki

Applied to all Debian/Ubuntu like distributive

  1. Make sure what you have installed FlashPrint and it works with your printer ( FlashPrint not used, but we must check it )
  2. Install all needed components:
sudo apt-get install python3
sudo apt-get install python3-pip
sudo apt-get install libusb-dev
sudo pip3 install pyusb
  1. Download and make executable chmod +x ff_flash_firmware.py this script: ff_flash_firmware.py
  2. Run script with needed firmware as argument: ff_flash_firmware.py marlin_firmware.bin
  3. Turn on your printer
  4. Update process will start automatically