Commit b7e92215 authored by Andrey Filippov's avatar Andrey Filippov

re-enabled "Find Grid" button

parent d82b993c
...@@ -773,9 +773,9 @@ if (MORE_BUTTONS) { ...@@ -773,9 +773,9 @@ if (MORE_BUTTONS) {
addButton("Head Orientation",panelFocusing); addButton("Head Orientation",panelFocusing);
} }
addButton("Lens Center",panelFocusing,color_process); addButton("Lens Center",panelFocusing,color_process);
if (MORE_BUTTONS) { // if (MORE_BUTTONS) {
addButton("Find Grid",panelFocusing,color_lenses); addButton("Find Grid",panelFocusing,color_lenses);
} // }
addButton("Select WOI",panelFocusing,color_lenses); addButton("Select WOI",panelFocusing,color_lenses);
addButton("Reset Histories",panelFocusing,color_lenses); addButton("Reset Histories",panelFocusing,color_lenses);
addButton("Motors Home",panelFocusing,color_lenses); addButton("Motors Home",panelFocusing,color_lenses);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment