neingeist
/
arduinisten
Archived
1
0
Fork 0
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.

32 lines
1.1 KiB
Plaintext

# Command Menu Setup
#
# This is an example that shows how to set up a complex command menu,
# including submenus and command aliases. To display the command menu in
# the editor windows you have to activate the option 'Command texts'
# in the 'Options/User Interface' menu.
MENU 'Grid {\
Metric {\
Fine : Grid mm 0.1; |\
Coarse : Grid mm 1;\
} | \
Imperial {\
Fine : Grid inch 0.001; |\
Coarse : Grid inch 0.1;\
} | \
On : Grid On; | \
Off : Grid Off;\
}'\
'Display {\
Top : Display None Top Pads Vias Dimension; |\
Bottom : Display None Bottom Pads Vias Dimension; |\
Placeplan {\
Top : Display None tPlace Dimension; |\
Bottom : Display None bPlace Dimension;\
}\
}'\
'---'\
'Fit : Window Fit;'\
'Add' 'Delete' 'Move' ';' 'Edit' 'Quit'\
;