Overview
- Object ID : 2051 (2013-04-10)
- Author : DDS | added by Archiver
- Content : Code
- Microcontroller : Propeller 1
- Language : PASM
- Categories : Display, Math, Motor Control
- Licence : Other
Content
This code generates a linear interpolation motion profile as intended for a home-brew CNC machine. (CNC Codes G00 & G01)
I use Bresenham's algorithm calculates X,Y & Z steps to accurately approximate a straight line between two points in 3D Space.
I have not implemented a controlling feed rate so it is just a starting point.