Closed chuebsch closed 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: '''
''' but should be: '''
'''
Thank you!
Though it wasn't an issue, as this is transformed by the eeprom loading
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
'''