Document meaning of manage_response() move default parameter value.
This commit is contained in:
parent
3b175459b1
commit
39b391314f
1 changed files with 1 additions and 1 deletions
|
@ -71,7 +71,7 @@ extern void mmu_command(uint8_t cmd);
|
|||
|
||||
extern bool mmu_get_response(uint8_t move = 0);
|
||||
|
||||
extern void manage_response(bool move_axes, bool turn_off_nozzle, uint8_t move = 0);
|
||||
extern void manage_response(bool move_axes, bool turn_off_nozzle, uint8_t move = MMU_NO_MOVE);
|
||||
|
||||
extern void mmu_load_to_nozzle();
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue