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.

628 B

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)