Decrease default settling time to 0.05
This commit is contained in:
parent
d26b93e1be
commit
e709001494
1 changed files with 1 additions and 1 deletions
|
|
@ -69,7 +69,7 @@ class StackParams(BaseModel):
|
||||||
# Using docstrings under variables as this is how pdoc would expect
|
# Using docstrings under variables as this is how pdoc would expect
|
||||||
# attributed to be documented
|
# attributed to be documented
|
||||||
|
|
||||||
settling_time: float = Field(default=0.3, ge=0)
|
settling_time: float = Field(default=0.05, ge=0)
|
||||||
"""Time (in seconds) between moving and capturing an image"""
|
"""Time (in seconds) between moving and capturing an image"""
|
||||||
|
|
||||||
origin: StackOrigin = StackOrigin.START
|
origin: StackOrigin = StackOrigin.START
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue