Added suport for multiline G-code commands in the LCD menus
This commit is contained in:
@ -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]);
|
||||
|
Reference in New Issue
Block a user