mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2024-11-23 20:18:52 +00:00
4 lines
126 B
Plaintext
4 lines
126 B
Plaintext
|
#!/usr/bin/env bash
|
||
|
|
||
|
arduino --verify --board teensy:avr:teensy35:usb=serial,speed=120,opt=o1std,keys=en-us Marlin/Marlin.ino
|