Split up prepare_move by type

- For better encapsulation add inlines for each prepare_move type
- Move controllerFan vars inside the function as statics
- Some formatting cleanup
- Rename `ClearToSend` as `ok_to_send`
This commit is contained in:
Scott Lahteine
2015-05-12 02:08:20 -07:00
parent 873f7d6f2a
commit 9e95ceb3fc
2 changed files with 102 additions and 87 deletions

View File

@ -205,7 +205,7 @@ void enable_all_steppers();
void disable_all_steppers();
void FlushSerialRequestResend();
void ClearToSend();
void ok_to_send();
void get_coordinates();
#ifdef DELTA