|
@ -71,7 +71,7 @@ namespace ExtUI { |
|
|
bool isMachineHomed(); // Axis position most likely correct, steppers may have deactivated
|
|
|
bool isMachineHomed(); // Axis position most likely correct, steppers may have deactivated
|
|
|
bool canMove(const axis_t); |
|
|
bool canMove(const axis_t); |
|
|
bool canMove(const extruder_t); |
|
|
bool canMove(const extruder_t); |
|
|
void enqueueCommands_P(PGM_P const); |
|
|
void injectCommands_P(PGM_P const); |
|
|
bool commandsInQueue(); |
|
|
bool commandsInQueue(); |
|
|
|
|
|
|
|
|
bool isHeaterIdle(const heater_t); |
|
|
bool isHeaterIdle(const heater_t); |
|
|