diff --git a/Teacup_Firmware.ino b/Teacup_Firmware.ino index 1c3f190..83aafe6 100644 --- a/Teacup_Firmware.ino +++ b/Teacup_Firmware.ino @@ -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. */