Smoothieware / Smoothie2-old

(Deprecated attempt at) A Smoothie firmware port to the Smoothieboard v2 boards.
GNU General Public License v3.0
34 stars 22 forks source link

Current smoothieware v1 step generation port #34

Closed marcosfg closed 8 years ago

marcosfg commented 8 years ago

The current pull request includes a major port from the current v1 step generation.

I have copied the required files from the v1 firmware and update them with the LPC43xx specific code.

known issues:

step timing is slightly slower than expected. For example, a 3000mm/min move should generate a step every 250uS. The current port generates steps every 290uS.

Contributors: DouglasPearless has also contributed to the current state.

DouglasPearless commented 8 years ago

Have merged these changes into my code base and will test these over the next 24/48 hours.

If they all work, then I will push to my repo and then I can generate a subsequent pull request that will add to this and bring Smoothie V2 almost current with V1, except for USB / Ethernet and SD Card support.

arthurwolf commented 8 years ago

Thank you very much !