Skip to content

Commit 7f991ce

Browse files
SilverCorykpishere
authored andcommitted
Allow bypass for cold E movement (MarlinFirmware#19606)
1 parent 2ae9adf commit 7f991ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Marlin/src/lcd/menu/menu_motion.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ void _menu_move_distance(const AxisEnum axis, const screenFunc_t func, const int
192192
#if E_MANUAL
193193

194194
inline void _goto_menu_move_distance_e() {
195-
ui.goto_screen([]{ _menu_move_distance(E_AXIS, []{ lcd_move_e(TERN_(MULTI_MANUAL, active_extruder)); }, -1); });
195+
ui.goto_screen([]{ _menu_move_distance(E_AXIS, []{ lcd_move_e(); }, -1); });
196196
}
197197

198198
inline void _menu_move_distance_e_maybe() {

0 commit comments

Comments
 (0)