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:
@ -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();
|
||||
|
Reference in New Issue
Block a user