bitdimension fix
This commit is contained in:
@@ -131,7 +131,7 @@
|
|||||||
|
|
||||||
steps = [
|
steps = [
|
||||||
enableSafety && probeType !== "a" ? "CheckProbe" : undefined,
|
enableSafety && probeType !== "a" ? "CheckProbe" : undefined,
|
||||||
probeType === "xyz" ? "BitDimensions" : undefined,
|
probeType === "xyz" || probeType === "a" ? "BitDimensions" : undefined,
|
||||||
enableSafety ? "PlaceProbeBlock" : undefined,
|
enableSafety ? "PlaceProbeBlock" : undefined,
|
||||||
"Probe",
|
"Probe",
|
||||||
"Done",
|
"Done",
|
||||||
|
|||||||
Reference in New Issue
Block a user