Don't try it in configuration.h - that is just a pain to recompile that often. Values are stored all in eeprom so you can change it from Repeteier-Host/server using the eeprom editor. There you have "Diagonal rod length" and "Horizontal rod radius at 0,0".
In config it is
#define DELTA_DIAGONAL_ROD 345 // mm/** \brief Printer radius in mm, measured from the center of the print area to the vertical smooth tower. Alternately set this to the pivot to pivot horizontal rod distance, when head is at (0,0)*/
#define PRINTER_RADIUS 124
At least in our firmware. I think you are using a different one, so that is the wrong place to ask then.