Add realtime delta geometry in Marlin_main.cpp.

This commit is contained in:
Johann Rocholl
2012-12-10 01:04:12 -08:00
parent cec7283b21
commit 8e2519e88b
2 changed files with 66 additions and 30 deletions

View File

@ -159,6 +159,7 @@ void FlushSerialRequestResend();
void ClearToSend();
void get_coordinates();
void calculate_delta(float cartesian[3]);
void prepare_move();
void kill();
void Stop();