From b4c891dfd2be68198a5e8de61910e0226a3fbf90 Mon Sep 17 00:00:00 2001 From: Scott Lahteine Date: Thu, 12 May 2016 13:32:45 -0700 Subject: [PATCH] Remove obsolete reference to prepare_arc_move --- Marlin/Marlin.h | 1 - 1 file changed, 1 deletion(-) diff --git a/Marlin/Marlin.h b/Marlin/Marlin.h index 1a4f04d07..d05a83546 100644 --- a/Marlin/Marlin.h +++ b/Marlin/Marlin.h @@ -255,7 +255,6 @@ bool enqueue_and_echo_command(const char* cmd, bool say_ok=false); //put a singl void enqueue_and_echo_command_now(const char* cmd); // enqueue now, only return when the command has been enqueued void enqueue_and_echo_commands_P(const char* cmd); //put one or many ASCII commands at the end of the current buffer, read from flash -void prepare_arc_move(char isclockwise); void clamp_to_software_endstops(float target[3]); extern millis_t previous_cmd_ms;