diff --git a/openflexure_microscope/api/templates/index_v1.html b/openflexure_microscope/api/templates/index_v1.html index ddb44e61..ea204fd9 100644 --- a/openflexure_microscope/api/templates/index_v1.html +++ b/openflexure_microscope/api/templates/index_v1.html @@ -14,10 +14,12 @@
- + Velocity:
- - + x-y: + + z: +
Scroll focus: @@ -58,6 +60,11 @@ stageVelocity = val; } + function updateFocusVelocity(val) { + document.getElementById('focusVelocityText').value = val; + focusVelocity = val; + } + function updateStagePositions(response) { document.getElementById('x_abs').value = response["x"]; document.getElementById('y_abs').value = response["y"];