Merge branch 'deltabot' of https://github.com/jcrocholl/Marlin into deltabot

Conflicts:
	Marlin/Configuration.h
	Marlin/Marlin_main.cpp
	Marlin/pins.h
This commit is contained in:
Erik van der Zalm
2013-06-09 00:51:58 +02:00
3 changed files with 118 additions and 10 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();