Psychokiller1888 / Vertex-Delta-Firmware

An unofficial firmware for the Vertex Delta 3D printer
GNU General Public License v3.0
4 stars 0 forks source link

all values for DELTA_* values MUST be floating point, so always have a decimal point in them... #2

Closed chuebsch closed 5 years ago

chuebsch commented 5 years ago

Nice work but here is some issue: In Configuration.h in line 521 a comment says: ''' // NOTE NB all values for DELTA_* values MUST be floating point, so always have a decimal point in them '''

line 539 is: '''

define DELTA_DIAGONAL_ROD 207 // mm

''' but should be: '''

define DELTA_DIAGONAL_ROD 207.0 // mm

'''

Psychokiller1888 commented 5 years ago

Thank you!

Though it wasn't an issue, as this is transformed by the eeprom loading