You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If bladeXposAtSlideEnd parameter in systemSettings.yml is close to the maxPos of the X stage in componentSettings.m (which will result in the cutting to go beyond the maxPos of X) will result in buggy slicing behavior:
the Cut Size (mm) will adjust correctly to honor the maxPos (so it will aim to not exceed maxPos X)
however, the actual slicing might not happen. When doing Slice N Times it might just raise the z-stage, start the vibratome and then skip immediately to shaking of the Y-stage, without traveling in X. Same for Auto Trim and same for the actual acquisition. On a small sample size it does decide to fully cut once out of 3-4 slices, on the rest of the slices it just raises the z-stage.
Specific example, bladeXposAtSlideEnd == 60.7, maxPosX == 62
The text was updated successfully, but these errors were encountered:
If
bladeXposAtSlideEnd
parameter insystemSettings.yml
is close to themaxPos
of the X stage incomponentSettings.m
(which will result in the cutting to go beyond themaxPos
of X) will result in buggy slicing behavior:Cut Size (mm)
will adjust correctly to honor themaxPos
(so it will aim to not exceedmaxPos X
)Slice N Times
it might just raise the z-stage, start the vibratome and then skip immediately to shaking of the Y-stage, without traveling in X. Same forAuto Trim
and same for the actual acquisition. On a small sample size it does decide to fully cut once out of 3-4 slices, on the rest of the slices it just raises the z-stage.Specific example, bladeXposAtSlideEnd == 60.7, maxPosX == 62
The text was updated successfully, but these errors were encountered: