Quantcast
Channel: Reprap Forum - Firmware - Marlin
Viewing all articles
Browse latest Browse all 2831

LCD Menu's Additions (3 replies)

$
0
0
LCD Menu's Changes.
Description: .................. Allows more Custom Menus to be added for LCD Screen. See below examples.
Marlin Sketch: ................ultralcd.h
Line: ................................656 - Inserted below - MENU_ITEM(gcode, MSG_AUTO_HOME, PSTR("G28"));
.........................................Or find a menu or submenu to place required new menu items.
Change added ................MENU_ITEM(gcode, "Auto Home X/Y", PSTR("G28 X0 Y0"));
........................................ MENU_ITEM(gcode, "Auto Home Z", PSTR("G28 Z0"));
.........................................MENU_ITEM(gcode, "Lower Heatbed", PSTR("G1 Z200));
.........................................MENU_ITEM(gcode, "Pause Print", PSTR("M600"));
.........................................MENU_ITEM(gcode, "Resume Print", PSTR("M24));
.........................................MENU_ITEM(gcode, "Turn On H/B Fan", PSTR("M42 P4 S255"));
.........................................MENU_ITEM(gcode, "Turn Off H/B Fan", PSTR("M42 P4 S0"));

Viewing all articles
Browse latest Browse all 2831

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>