Added suport for multiline G-code commands in the LCD menus

This commit is contained in:
Jérémie FRANCOIS
2015-01-26 18:50:29 +01:00
parent 865ca0ef04
commit dd301be52d
3 changed files with 43 additions and 4 deletions

View File

@ -199,7 +199,7 @@ void Stop();
bool IsStopped();
void enquecommand(const char *cmd); //put an ASCII command at the end of the current buffer.
bool enquecommand(const char *cmd); //put an ASCII command at the end of the current buffer or return false when it is full
void enquecommand_P(const char *cmd); //put an ASCII command at the end of the current buffer, read from flash
void prepare_arc_move(char isclockwise);
void clamp_to_software_endstops(float target[3]);