From e8f94e6a87f3d8755ec8217fd0edf8ff89391efb Mon Sep 17 00:00:00 2001 From: Simen Svale Skogsrud Date: Wed, 3 Mar 2010 17:53:46 +0100 Subject: [PATCH] removed void credits --- motion_control.c | 8 -------- 1 file changed, 8 deletions(-) diff --git a/motion_control.c b/motion_control.c index 5ac41f0..403fda2 100644 --- a/motion_control.c +++ b/motion_control.c @@ -18,14 +18,6 @@ along with Grbl. If not, see . */ -/* The structure of this module was inspired by the Arduino GCode_Interpreter by Mike Ellery. The arc - interpolator written from the information provided in the Wikipedia article 'Midpoint circle algorithm' - and the lecture 'Circle Drawing Algorithms' by Leonard McMillan. - - http://en.wikipedia.org/wiki/Midpoint_circle_algorithm - http://www.cs.unc.edu/~mcmillan/comp136/Lecture7/circle.html -*/ - #include #include "config.h" #include "motion_control.h"