Firmware for Anet A8 - Marlin 2.0.9.2
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Ian Mancini 69e756f899
Update PID tuning values
2 years ago
Marlin Update PID tuning values 2 years ago
anet-board Add Anet A8 board definition 3 years ago
buildroot Initial commit from Marlin 2.0.9.2 3 years ago
config Initial commit from Marlin 2.0.9.2 3 years ago
docker Initial commit from Marlin 2.0.9.2 3 years ago
docs Initial commit from Marlin 2.0.9.2 3 years ago
ini Initial commit from Marlin 2.0.9.2 3 years ago
.editorconfig Initial commit from Marlin 2.0.9.2 3 years ago
.gitattributes Initial commit from Marlin 2.0.9.2 3 years ago
.gitignore Initial commit from Marlin 2.0.9.2 3 years ago
LICENSE Initial commit from Marlin 2.0.9.2 3 years ago
Makefile Initial commit from Marlin 2.0.9.2 3 years ago
README.md Update README instructions 3 years ago
README.original.md Add Anet A8 board definition 3 years ago
docker-compose.yml Initial commit from Marlin 2.0.9.2 3 years ago
get_test_targets.py Initial commit from Marlin 2.0.9.2 3 years ago
platformio.ini Initial commit from Marlin 2.0.9.2 3 years ago
process-palette.json Initial commit from Marlin 2.0.9.2 3 years ago

README.md

Marlin 3D Printer Firmware

Marlin logo

Flash instructions

  1. Install Anet board definition for Arduino IDE from ./anet-board (Source)

Arduino IDE

  1. Flash selecting Anet V1.0 (Optiboot) as board

Arduino CLI

  1. From the root of the repository, compile with
arduino-cli compile --fqbn anet:avr:aneto Marlin
  1. Flash using
arduino-cli upload -p /dev/ttyUSB0 --fqbn anet:avr:aneto Marlin

(Replace /dev/ttyUSB0 with corresponding device)