Added support for delta tower angle corrections.

This commit is contained in:
Jimmy Envall
2017-02-27 21:39:00 +02:00
committed by Scott Lahteine
parent 98c9de11e1
commit f78d44e91a
8 changed files with 59 additions and 6 deletions

View File

@ -42,7 +42,7 @@
#define EEPROM_OFFSET 100
/**
* V31 EEPROM Layout:
* V32 EEPROM Layout:
*
* 100 Version (char x4)
* 104 EEPROM Checksum (uint16_t)
@ -147,7 +147,6 @@
*
* 574 Minimum end-point
* 1895 (574 + 36 + 9 + 288 + 988) Maximum end-point
*
*/
#include "Marlin.h"
#include "language.h"