7.0.0
Jumped to v7.0.0 to match EEPROM_VERSION in firmware. (Less confusing to users.)
Added D10 V*, reports hardware version.
Added workaround for Arduino's broken handling of #include command
Added Add motor sleep on timeout (Thanks, @mbells!)
Fixed firmware_ams disrespected feed_rate, only moved at one speed
1.4.0
Updated findHome() (G28) to work with internal prototype.
Improved adjustInversions() to avoid rounding error
1.3.0
Adds version number to firmware so Makelangelo software can check firmware version and throw a warning if they are out of date.
1.2
Several bugfixes and corrections. Changes to teleport() and units of measurement.
1.1.0
Release 5 fixes a mistake in Bresenham's line algorithm that cause a cumulative error buildup, ruining most long drawings. It took a long time to find and very little time to fix.
1.0.2
Arduino 1.6.6 is being extra picky about a few things that don't matter much to Makelangelo-firmware.
This update appeases the monster by singing in a different key.
1.0.1
Fixes RUMBA baud rate
1.0.0
First release as a separate project