Merge branch 'deltabot' into Marlin_v1

This commit is contained in:
Erik van der Zalm
2013-06-09 13:55:18 +02:00
3 changed files with 120 additions and 12 deletions

View File

@ -157,6 +157,9 @@ void FlushSerialRequestResend();
void ClearToSend();
void get_coordinates();
#ifdef DELTA
void calculate_delta(float cartesian[3]);
#endif
void prepare_move();
void kill();
void Stop();