UBL devel debugging flag

This commit is contained in:
Scott Lahteine
2017-12-09 03:58:12 -06:00
parent 4f042533a5
commit a20eacaa48
7 changed files with 67 additions and 62 deletions

View File

@@ -2755,7 +2755,6 @@ void kill_screen(const char* lcd_msg) {
#if IS_KINEMATIC
extern float feedrate_mm_s;
extern float destination[XYZE];
void set_destination_from_current();
void prepare_move_to_destination();
#endif