Awhile back motivated by the need to make several hundred wiring harnesses I built my most useful project to date. A wire cutting machine based on this one from element14: Arduino Automatic Wire Cutter and Stripper - YouTube
Of course I made a few changes and upsized it to handle 1000' ft wire roll's : Wire cutter and stripper - YouTube
This has been super reliable and it has cut ~8k ft of wire so far ;D Though I never finished the UI and just made it multiple choice for the sizes we needed.
I now want to finish the software so I don't have to hard code the sizes anymore. This is mostly a matter of getting it done but there is one issue left to solve.
Wire Diameter
Basically a larger diameter wire requires more steps per inch. I have worked out a calibration routine, but it would be nicer if I could just input a diameter and have a formula coded that solves for the number of steps per inch needed, but this is beyond my math skills.
Yesterday I carefully calibrated the wire sizes I have on hand.
Diameter | steps per inch
0.135" 397
0.115" 309
0.075" 269
Can this be done?
