@ -1224,7 +1224,9 @@ void kill_screen(const char* lcd_msg) {
# if EXTRUDERS == 1
# if EXTRUDERS == 1
MENU_ITEM_EDIT ( int3 , MSG_FLOW , & flow_percentage [ 0 ] , 10 , 999 ) ;
MENU_ITEM_EDIT ( int3 , MSG_FLOW , & flow_percentage [ 0 ] , 10 , 999 ) ;
# else // EXTRUDERS > 1
# else // EXTRUDERS > 1
# if not defined(LULZBOT_HIDE_ACTIVE_NOZZLE_IN_LCD)
MENU_ITEM_EDIT ( int3 , MSG_FLOW , & flow_percentage [ active_extruder ] , 10 , 999 ) ;
MENU_ITEM_EDIT ( int3 , MSG_FLOW , & flow_percentage [ active_extruder ] , 10 , 999 ) ;
# endif
MENU_ITEM_EDIT ( int3 , MSG_FLOW MSG_N1 , & flow_percentage [ 0 ] , 10 , 999 ) ;
MENU_ITEM_EDIT ( int3 , MSG_FLOW MSG_N1 , & flow_percentage [ 0 ] , 10 , 999 ) ;
MENU_ITEM_EDIT ( int3 , MSG_FLOW MSG_N2 , & flow_percentage [ 1 ] , 10 , 999 ) ;
MENU_ITEM_EDIT ( int3 , MSG_FLOW MSG_N2 , & flow_percentage [ 1 ] , 10 , 999 ) ;
# if EXTRUDERS > 2
# if EXTRUDERS > 2
@ -3172,7 +3174,9 @@ void kill_screen(const char* lcd_msg) {
MENU_ITEM_EDIT ( float3 , MSG_VMAX MSG_Z , & planner . max_feedrate_mm_s [ Z_AXIS ] , 1 , 999 ) ;
MENU_ITEM_EDIT ( float3 , MSG_VMAX MSG_Z , & planner . max_feedrate_mm_s [ Z_AXIS ] , 1 , 999 ) ;
# if ENABLED(DISTINCT_E_FACTORS)
# if ENABLED(DISTINCT_E_FACTORS)
# if not defined(LULZBOT_HIDE_ACTIVE_NOZZLE_IN_LCD)
MENU_ITEM_EDIT ( float3 , MSG_VMAX MSG_E , & planner . max_feedrate_mm_s [ E_AXIS + active_extruder ] , 1 , 999 ) ;
MENU_ITEM_EDIT ( float3 , MSG_VMAX MSG_E , & planner . max_feedrate_mm_s [ E_AXIS + active_extruder ] , 1 , 999 ) ;
# endif
MENU_ITEM_EDIT ( float3 , MSG_VMAX MSG_E1 , & planner . max_feedrate_mm_s [ E_AXIS ] , 1 , 999 ) ;
MENU_ITEM_EDIT ( float3 , MSG_VMAX MSG_E1 , & planner . max_feedrate_mm_s [ E_AXIS ] , 1 , 999 ) ;
MENU_ITEM_EDIT ( float3 , MSG_VMAX MSG_E2 , & planner . max_feedrate_mm_s [ E_AXIS + 1 ] , 1 , 999 ) ;
MENU_ITEM_EDIT ( float3 , MSG_VMAX MSG_E2 , & planner . max_feedrate_mm_s [ E_AXIS + 1 ] , 1 , 999 ) ;
# if E_STEPPERS > 2
# if E_STEPPERS > 2
@ -3217,7 +3221,9 @@ void kill_screen(const char* lcd_msg) {
MENU_ITEM_EDIT_CALLBACK ( long5 , MSG_AMAX MSG_Z , & planner . max_acceleration_mm_per_s2 [ Z_AXIS ] , 10 , 99000 , _reset_acceleration_rates ) ;
MENU_ITEM_EDIT_CALLBACK ( long5 , MSG_AMAX MSG_Z , & planner . max_acceleration_mm_per_s2 [ Z_AXIS ] , 10 , 99000 , _reset_acceleration_rates ) ;
# if ENABLED(DISTINCT_E_FACTORS)
# if ENABLED(DISTINCT_E_FACTORS)
# if not defined(LULZBOT_HIDE_ACTIVE_NOZZLE_IN_LCD)
MENU_ITEM_EDIT_CALLBACK ( long5 , MSG_AMAX MSG_E , & planner . max_acceleration_mm_per_s2 [ E_AXIS + active_extruder ] , 100 , 99000 , _reset_acceleration_rates ) ;
MENU_ITEM_EDIT_CALLBACK ( long5 , MSG_AMAX MSG_E , & planner . max_acceleration_mm_per_s2 [ E_AXIS + active_extruder ] , 100 , 99000 , _reset_acceleration_rates ) ;
# endif
MENU_ITEM_EDIT_CALLBACK ( long5 , MSG_AMAX MSG_E1 , & planner . max_acceleration_mm_per_s2 [ E_AXIS ] , 100 , 99000 , _reset_e0_acceleration_rate ) ;
MENU_ITEM_EDIT_CALLBACK ( long5 , MSG_AMAX MSG_E1 , & planner . max_acceleration_mm_per_s2 [ E_AXIS ] , 100 , 99000 , _reset_e0_acceleration_rate ) ;
MENU_ITEM_EDIT_CALLBACK ( long5 , MSG_AMAX MSG_E2 , & planner . max_acceleration_mm_per_s2 [ E_AXIS + 1 ] , 100 , 99000 , _reset_e1_acceleration_rate ) ;
MENU_ITEM_EDIT_CALLBACK ( long5 , MSG_AMAX MSG_E2 , & planner . max_acceleration_mm_per_s2 [ E_AXIS + 1 ] , 100 , 99000 , _reset_e1_acceleration_rate ) ;
# if E_STEPPERS > 2
# if E_STEPPERS > 2
@ -3263,7 +3269,7 @@ void kill_screen(const char* lcd_msg) {
MENU_MULTIPLIER_ITEM_EDIT_CALLBACK ( float62 , MSG_ZSTEPS , & planner . axis_steps_per_mm [ Z_AXIS ] , 5 , 9999 , _planner_refresh_positioning ) ;
MENU_MULTIPLIER_ITEM_EDIT_CALLBACK ( float62 , MSG_ZSTEPS , & planner . axis_steps_per_mm [ Z_AXIS ] , 5 , 9999 , _planner_refresh_positioning ) ;
# if ENABLED(DISTINCT_E_FACTORS)
# if ENABLED(DISTINCT_E_FACTORS)
# if not defined(LULZBOT_HIDE_ E_STEPS_FOR_ ACTIVE_NOZZLE)
# if not defined(LULZBOT_HIDE_ ACTIVE_NOZZLE_IN_LCD )
MENU_MULTIPLIER_ITEM_EDIT_CALLBACK ( float62 , MSG_ESTEPS , & planner . axis_steps_per_mm [ E_AXIS + active_extruder ] , 5 , 9999 , _planner_refresh_positioning ) ;
MENU_MULTIPLIER_ITEM_EDIT_CALLBACK ( float62 , MSG_ESTEPS , & planner . axis_steps_per_mm [ E_AXIS + active_extruder ] , 5 , 9999 , _planner_refresh_positioning ) ;
# endif
# endif
MENU_MULTIPLIER_ITEM_EDIT_CALLBACK ( float62 , MSG_E1STEPS , & planner . axis_steps_per_mm [ E_AXIS ] , 5 , 9999 , _planner_refresh_e0_positioning ) ;
MENU_MULTIPLIER_ITEM_EDIT_CALLBACK ( float62 , MSG_E1STEPS , & planner . axis_steps_per_mm [ E_AXIS ] , 5 , 9999 , _planner_refresh_e0_positioning ) ;