mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2025-01-30 21:58:06 +00:00
Tweak manual move eindex arg
This commit is contained in:
parent
31980f01ba
commit
282170a259
1 changed files with 2 additions and 2 deletions
|
@ -2892,7 +2892,7 @@ void kill_screen(const char* lcd_msg) {
|
|||
*/
|
||||
inline void manual_move_to_current(AxisEnum axis
|
||||
#if E_MANUAL > 1
|
||||
, int8_t eindex=-1
|
||||
, const int8_t eindex=-1
|
||||
#endif
|
||||
) {
|
||||
#if ENABLED(DUAL_X_CARRIAGE) || E_MANUAL > 1
|
||||
|
@ -2992,7 +2992,7 @@ void kill_screen(const char* lcd_msg) {
|
|||
void lcd_move_z() { _lcd_move_xyz(PSTR(MSG_MOVE_Z), Z_AXIS); }
|
||||
void _lcd_move_e(
|
||||
#if E_MANUAL > 1
|
||||
int8_t eindex=-1
|
||||
const int8_t eindex=-1
|
||||
#endif
|
||||
) {
|
||||
if (use_click()) { return lcd_goto_previous_menu(); }
|
||||
|
|
Loading…
Reference in a new issue