smith3d / Marlin

Marlin is an optimized firmware for RepRap 3D printers based on the Arduino platform. | Many commercial 3D printers come with Marlin installed. Check with your vendor if you need source code for your specific machine.
http://marlinfw.org
GNU General Public License v3.0
95 stars 32 forks source link

Fix repeating menu item on scroll up (Refuel) #11

Closed catmullet closed 3 years ago

catmullet commented 3 years ago

Description

On scroll up under the prepare menu, the Refuel menu item is generated in place of the Aux leveling menu item, until the item is either regenerated moving down the menu again or the menu is regenerated.

Benefits

Fixes the prepare menu items on scroll up

Configurations

None

Related Issues

None