MAINTENANCE AND FUNCTION / TROUBLESHOOTING AND ADJUSTMENTS
75
In the last one, multiple commands can be separated by | symbol.
It’s also important to give each entry separate descriptor (this
doesn’t matter to the user, but it matters to the rmware).
Last line uses G-Code command. If you don’t know what G-Codes mean, refer to:
http://reprap.org/wiki/G-code
Each entry needs three lines:
status(enable=true/false),name(texteld),andG-Codecommand
2
custom_menu.myDescriptor1.enable true
For example
So if you want to create an entry that will position the toolhead in the middle, add:
custom_menu.moveToMiddle.enable true
custom_menu.moveToMiddle.name
Center_Toolhead
custom_menu.moveToMiddle.command G1_X117_Y125