Teacup_Firmware.ino: add a hint to Configtool.
This commit is contained in:
parent
417d519ca5
commit
85fc7f86f4
|
|
@ -1,4 +1,9 @@
|
||||||
|
|
||||||
/*
|
/*
|
||||||
The existence of this file makes sources buildable with the Arduino IDE.
|
The existence of this file makes sources buildable with the Arduino IDE.
|
||||||
|
|
||||||
|
While Teacup can be built and uploaded using Arduino IDE, please consider
|
||||||
|
using Configtool for this task. Configtool not only allows printer
|
||||||
|
configuration in a GUI, it also builds smaller and faster binaries. Build
|
||||||
|
and upload functions can be found in the main menu there.
|
||||||
*/
|
*/
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue