🐛 Queue string followup (#22900)
This commit is contained in:
parent
0018c94a79
commit
64128a5bcb
|
@ -148,6 +148,12 @@ public:
|
||||||
*/
|
*/
|
||||||
static bool enqueue_one(FSTR_P const fgcode);
|
static bool enqueue_one(FSTR_P const fgcode);
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Enqueue with Serial Echo
|
||||||
|
* Return true on success
|
||||||
|
*/
|
||||||
|
static bool enqueue_one(const char *cmd);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Enqueue from program memory and return only when commands are actually enqueued
|
* Enqueue from program memory and return only when commands are actually enqueued
|
||||||
*/
|
*/
|
||||||
|
@ -253,12 +259,6 @@ private:
|
||||||
// Process the next "immediate" command (SRAM)
|
// Process the next "immediate" command (SRAM)
|
||||||
static bool process_injected_command();
|
static bool process_injected_command();
|
||||||
|
|
||||||
/**
|
|
||||||
* Enqueue with Serial Echo
|
|
||||||
* Return true on success
|
|
||||||
*/
|
|
||||||
static bool enqueue_one(const char *cmd);
|
|
||||||
|
|
||||||
static void gcode_line_error(FSTR_P const ferr, const serial_index_t serial_ind);
|
static void gcode_line_error(FSTR_P const ferr, const serial_index_t serial_ind);
|
||||||
|
|
||||||
friend class GcodeSuite;
|
friend class GcodeSuite;
|
||||||
|
|
Loading…
Reference in a new issue