levylabpitt / AFM-Lithography

BSD 3-Clause "New" or "Revised" License
7 stars 0 forks source link

timeout should be -1 #92

Closed mkdiet closed 1 year ago

Monkeymerlot commented 1 year ago

@mkdiet Please provide a detailed description of the issue for documentation purposes.

ciozi137 commented 1 year ago

This was me. The timeout in the state machine is currently 10 ms. there are never any states queued in the timeout frame - this leads to unnecessary CPU overhead.

Monkeymerlot commented 1 year ago

Oh yeah that is a carry over from the older versions of the software. Since everything is event based now (mostly), I think this would be a good change.