Default to dz=2000 fast auofocus
This commit is contained in:
parent
d2d3449b3d
commit
31ce635176
1 changed files with 2 additions and 2 deletions
|
|
@ -282,7 +282,7 @@ export default {
|
|||
resizeCapture: false,
|
||||
captureNotes: "",
|
||||
scanCapture: false,
|
||||
scanDeltaZ: "Medium",
|
||||
scanDeltaZ: "Fast",
|
||||
scanStyle: "Raster",
|
||||
scanStepSize: {
|
||||
x: 0,
|
||||
|
|
@ -369,7 +369,7 @@ export default {
|
|||
Coarse: 100,
|
||||
Medium: 30,
|
||||
Fine: 10,
|
||||
Fast: 1500
|
||||
Fast: 2000
|
||||
};
|
||||
|
||||
payload.autofocus_dz = afDeltas[this.scanDeltaZ];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue