Holey Triangular Calibration

There’s a difficulty with incorporating holey calibration into webcontrol as it is. Currently, webcontrol supports the use of custom firmware, but just one version. I don’t want to break my ability to use my custom optical calibration firmware, so we need to figure out how to handle two (or more) custom firmwares. Webcontrol determines if a firmware is custom or not by looking at the version number. If it’s over 100, then it’s custom (my optical calibration firmware just adds 100 to the stock firmware version number… e.g., 101.25). Holey calibration would be viewed as stock firmware because it’s version is less than 100. The simple way would be to change the version number of holey calibration to 200+version and then I can test on that. It would then make incorporating the special settings into webcontrol easier.

2 Likes