Browse Source

Remove obsolete reference to prepare_arc_move

Scott Lahteine 9 years ago
parent
commit
b4c891dfd2
1 changed files with 0 additions and 1 deletions
  1. 0
    1
      Marlin/Marlin.h

+ 0
- 1
Marlin/Marlin.h View File

@@ -255,7 +255,6 @@ bool enqueue_and_echo_command(const char* cmd, bool say_ok=false); //put a singl
255 255
 void enqueue_and_echo_command_now(const char* cmd); // enqueue now, only return when the command has been enqueued
256 256
 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
257 257
 
258
-void prepare_arc_move(char isclockwise);
259 258
 void clamp_to_software_endstops(float target[3]);
260 259
 
261 260
 extern millis_t previous_cmd_ms;

Loading…
Cancel
Save