Default to dz=2000 fast auofocus

This commit is contained in:
Joel Collins 2020-01-30 13:37:40 +00:00
parent d2d3449b3d
commit 31ce635176

View file

@ -282,7 +282,7 @@ export default {
resizeCapture: false, resizeCapture: false,
captureNotes: "", captureNotes: "",
scanCapture: false, scanCapture: false,
scanDeltaZ: "Medium", scanDeltaZ: "Fast",
scanStyle: "Raster", scanStyle: "Raster",
scanStepSize: { scanStepSize: {
x: 0, x: 0,
@ -369,7 +369,7 @@ export default {
Coarse: 100, Coarse: 100,
Medium: 30, Medium: 30,
Fine: 10, Fine: 10,
Fast: 1500 Fast: 2000
}; };
payload.autofocus_dz = afDeltas[this.scanDeltaZ]; payload.autofocus_dz = afDeltas[this.scanDeltaZ];