LCD Custom Menu - More than 7 Commands?

So I’m running Smoothieware on my Azteeg X5 Mini V3 and I’m trying to create some custom menu entries for automating the loading and unloading of filament, etc. I have done some tests and it seems that I am limited to using 7 gcode commands per each entry. Is this a hard limit? Is there any workaround so I can use a single button to execute more than 7 commands?

-Andrew

Imported from wikidot

You could try having the command be a “play” command, and have that play a file that containts all the gcodes you want. I’m not 100% sure if it will work but you can try.

Thanks for the quick reply Arthur, I’ll give that a shot!
-Andrew

Edit.
It worked perfectly, thanks for the suggestion!