|
|
@ -332,7 +332,7 @@ uint8_t active_extruder = 0;
|
|
|
|
// Relative Mode. Enable with G91, disable with G90.
|
|
|
|
// Relative Mode. Enable with G91, disable with G90.
|
|
|
|
static bool relative_mode = false;
|
|
|
|
static bool relative_mode = false;
|
|
|
|
|
|
|
|
|
|
|
|
bool wait_for_heatup = true;
|
|
|
|
volatile bool wait_for_heatup = true;
|
|
|
|
|
|
|
|
|
|
|
|
const char errormagic[] PROGMEM = "Error:";
|
|
|
|
const char errormagic[] PROGMEM = "Error:";
|
|
|
|
const char echomagic[] PROGMEM = "echo:";
|
|
|
|
const char echomagic[] PROGMEM = "echo:";
|
|
|
|