Paciente8159 / uCNC

µCNC - Universal CNC firmware for microcontrollers
https://github.com/Paciente8159/uCNC/wiki
GNU General Public License v3.0
265 stars 60 forks source link

Interpolator loop feed as a task #685

Closed Paciente8159 closed 3 months ago

Paciente8159 commented 4 months ago

Experimental ITP loop running inside an ISR/task.

This has the advantage of preventing the step generation starving when running very long and intensive calculations tasks and run independent from the main loop.