Wes G.
Wes G.
Yeah. With that it would be pretty easy. Essentially you need to take two measurements. Highest and lowest. Lowest measurement will be in some corner: L Highest measurement will be...
Sorry wrong again... Highest measurement will be: (H/L) \* C
You know the exact position of the bulbCenter because that will be the location that you find highest possible UV measurement. I'll make a quick image mask creator inside of...
You could certainly do that. The problem is that everyone has their own ideas of how to predict the end of the world, but so far I haven't seen anyone...
Did you ever come up with a way you wanted to do this?
Here is an example of what I did: var value = 0.25; if ($CURSLICE > $NumFirstLayers && $buildAreaMM != java.util.Double.NaN) { if ($buildAreaMM > 1000) { value = 1.0; }...
to test, $buildAreaMM you currently have to hack this like this: var value = 0.25; $buildAreaMM = java.util.Double.NaN; if ($CURSLICE > $NumFirstLayers && $buildAreaMM != java.util.Double.NaN) { if ($buildAreaMM >...
Yeah, I can add this as a plugin feature.
Not necessarily. There is a Windows mountable partition that also mounts under linux that serves as a sort of bios for Raspbian. That's partially what raspiconfig attempts to setup. Try...
Wow, I didn't actually expect that, for some reason I thought the partition was read only under Windows. I'll still hold off on implementing this feature right away since there...