From 85fc7f86f4a4353406573dee2700582cb30cd7c9 Mon Sep 17 00:00:00 2001 From: Markus Hitter Date: Sat, 19 Nov 2016 10:24:51 +0100 Subject: [PATCH] Teacup_Firmware.ino: add a hint to Configtool. --- Teacup_Firmware.ino | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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. */