michthom / MIDI-to-CNC

Python script to "play" a *.SMF/*.mid file on a 3-axis CNC machine
GNU General Public License v2.0
50 stars 42 forks source link

How do you find pulses per millimetre? #10

Closed make-42 closed 3 years ago

michthom commented 3 years ago

Umm - either you know your machine's design well enough to calculate it (e.g. N steps per revolution and the belt pulley has a radius of R so the distance is x/N2PI*R or else you send it a number of pulses and measure the change in position and do the division?

make-42 commented 3 years ago

Thank you!