diff options
author | Emanuele Caruso <emanuele.caruso@gmail.com> | 2011-04-19 17:05:31 +0200 |
---|---|---|
committer | Emanuele Caruso <emanuele.caruso@gmail.com> | 2011-04-19 17:05:31 +0200 |
commit | 180f20a1cd786b46b9c7a01ca439f9556ea29488 (patch) | |
tree | 93fd1cf492407d3d59d2c36aa3b57d32e5e6f6b2 /README | |
parent | 163d9d0eb2d161e2f27c9110c77333e23ac30721 (diff) |
Updated README with important WARNING. Read it if you haven't already!
Diffstat (limited to 'README')
-rw-r--r-- | README | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -4,6 +4,11 @@ This work is licensed under the GNU GPL v3 or (at the user's discretion) any lat It is based on Tonokips's firmware, which was licensed under GPL v2 or later.
+WARNING: This version (April 19th, 2011) fixes a bug that caused speeds to be lower than what
+ set in GCODE. So before attempting any print, you will have to check all
+ your axis max speed, including the extruder retract speed. Not following
+ this guidelines can seriously damage your printer.
+
The configuration file now has an option to set the wanted temperature table file. If you copy and paste a temperature file from older versions, make sure that the configuration is pointing to it. For example:
#include "ThermistorTable.h"
|