Increase filament runout distance edit limit (#20828)

2.0.x
Katelyn Schiesser 4 years ago committed by Scott Lahteine
parent 5252a32de4
commit 67942622f1

@ -155,7 +155,7 @@ void menu_backlash();
#if HAS_FILAMENT_RUNOUT_DISTANCE
editable.decimal = runout.runout_distance();
EDIT_ITEM(float3, MSG_RUNOUT_DISTANCE_MM, &editable.decimal, 1, float(FILAMENT_RUNOUT_DISTANCE_MM) * 1.5f,
EDIT_ITEM_FAST(float3, MSG_RUNOUT_DISTANCE_MM, &editable.decimal, 1, 999,
[]{ runout.set_runout_distance(editable.decimal); }, true
);
#endif

Loading…
Cancel
Save