We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6942af5 + 172ff52 commit d366c14Copy full SHA for d366c14
Assets/Scripts/TP_InPlaneSlice.cs
@@ -72,7 +72,7 @@ public void UpdateInPlaneSlice()
72
Vector3 tipPosition = tipTransform.position + tipTransform.up * (0.2f + mmStartPos);
73
74
// Setup variables for view
75
- bool fourShank = activeProbeController.GetProbeType() == 2;
+ bool fourShank = activeProbeController.GetProbeType() == 4;
76
float pixelWidth = inPlaneXmm * 1000 / 401f; // how wide each pixel is in um
77
78
// If this is the fourShank probe, let's shift the center position to be offset so that it's at the center of the four probes
0 commit comments