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.
|
|
4 years ago | |
|---|---|---|
| Marlin | 4 years ago | |
| anet-board | 4 years ago | |
| buildroot | 4 years ago | |
| config | 4 years ago | |
| docker | 4 years ago | |
| docs | 4 years ago | |
| ini | 4 years ago | |
| .editorconfig | 4 years ago | |
| .gitattributes | 4 years ago | |
| .gitignore | 4 years ago | |
| LICENSE | 4 years ago | |
| Makefile | 4 years ago | |
| README.md | 4 years ago | |
| README.original.md | 4 years ago | |
| docker-compose.yml | 4 years ago | |
| get_test_targets.py | 4 years ago | |
| platformio.ini | 4 years ago | |
| process-palette.json | 4 years ago | |
README.md
Marlin 3D Printer Firmware
Flash instructions
- Install Anet board definition for Arduino IDE from
./anet-board(Source)
Arduino IDE
- Flash selecting
Anet V1.0 (Optiboot)as board
Arduino CLI
- From the root of the repository, compile with
arduino-cli compile --fqbn anet:avr:aneto Marlin
- Flash using
arduino-cli upload -p /dev/ttyUSB0 --fqbn anet:avr:aneto Marlin
(Replace /dev/ttyUSB0 with corresponding device)
