There are 3 user-definable macro buttons on the machine control panel.
I know I can set these up using the Firmware Configuration dialog, via the Tools menu.
I assumed, possibly wrongly, that you could set a command for the bot using Gcode. So I defined 2 buttons to raise and lower the Z. The Gcode that I entered for each button was:
Macro 1: G1 Z0/0
Macro 2: G0 Z155 F1000
These Gcodes were stripped from the start/end sections of the Gcode produced by Simplify3D.
But when clicked these buttons do nothing. So what have I missed?