Hello,
I use marlin firmware for my DIY 3d printer. I want to put a menu item that move heatedbed to the lower position which is 120 mm. I used the below menu item but didint work. Could anyone help me why below doesnt work?
MENU_ITEM(gcode, "Go Lower", PSTR("G1 X0.0 Y0.0 Z120.0"));