Changing from spindle mode to laser mode does not change eeprom values

Not a bug, grblHAL has dedicated EEPROM values for both spindle min and max ($31 and $30) and laser min and max ($731 and $730) so the gSender defaults aren’t ported over when swapping - no need to swap laser for spindle values when you have a dedicated home for the laser values.

The firmware should use the proper $73X values when in laser mode ($32=1)