BarbourSmith / FluidNC

The next generation of motion control firmware
Other
45 stars 10 forks source link

Feature: record belt lengths to nvm #171

Open davidelang opened 3 weeks ago

davidelang commented 3 weeks ago

Machine Context

avoid the rehang dance

Feature Description

modify the functions that currently store/restore the Z position to also handle the belt lengths. It's harder to move the belt spools than to move the Z steppers, so should be reliable

Other Approaches

the existing rehang dance

How I Can Help

I can provide the code for this

davidelang commented 3 weeks ago

duplicate of #93