A small bug with the E24 resistor series in 1.50m. This series contains "43", in the firmware it's "42".
Open variables.h and find this declaration:
const uint16_t E24_table[NUM_E24] MEM_TYPE = {100, 110, 120, 130, 150, 160, 180, 200, 220, 240, 270, 300, 330, 360, 390, 420, 470, 510, 560, 620, 680, 750, 820, 910};
Change 420 to 430 in this line, save and rebuild.