Tag Archives for CNC

Arduino Mini CNC Machine

To be honest: in the beginning I had no idea that there is such a thing like CNC machines. CNC stands for “Computer Numerical Control” and there are a ton of different machines out there ranging from 3 up to … Continue reading

24. May 2016 by Marius
Categories: Arduino, Projects | Tags: , , , | 1 comment

CNC speed calculation

This formula is nothing very special but I had to think some time about it. 😉 For my CNC I need to calculate the speed of the machine in mm/min (seems this is the standart measuring unit at least in … Continue reading

04. August 2013 by Marius
Categories: Programming | Tags: , , | Leave a comment

Linear interpolation

As I researched about my own custom G-Code interpreter on the Arduino I realised that it was neccesary to interpolate between two points in space. Thats because when both stepper motors step at the same time at the exact same … Continue reading

15. July 2013 by Marius
Categories: Programming | Tags: , , | Leave a comment