Closed fdrgsp closed 6 days ago
Attention: Patch coverage is 98.82353%
with 1 line
in your changes missing coverage. Please review.
Project coverage is 90.67%. Comparing base (
1cda2b7
) to head (00e3a44
). Report is 2 commits behind head on main.
Files with missing lines | Patch % | Lines |
---|---|---|
src/pymmcore_widgets/mda/_core_mda.py | 97.77% | 1 Missing :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
🚨 Try these New Features:
This PR updates the logic for when the autofocus devices (Autofocus Axis widget and Autofocus Per Position checkbox)should be disabled to then emit a correct
useq.MDASequence
.On top of disabling them when an absolute z plan is selected, this PR adds:
If no Autofocus device is loaded they are disabled (thus responding to the core
systemConfigurationLoaded
signal).They are also disabled if the core
AutoFocus
property is set toNone
(thus responding to the corepropertyChnaged
signal).