diff --git a/Config_Positioner.md b/Config_Positioner.md
index 4bf99de..be426a9 100644
--- a/Config_Positioner.md
+++ b/Config_Positioner.md
@@ -91,17 +91,16 @@ The following settings are available for all types of positioners:
"Never" : Positioner remains powered after scanning moves and is unaffected by an "All Motors Off" request.
"Always" : positioner is always unpowered after any move.
"SlowAxis" : Positioner is unpowered after each scan move if it is not part of the fast scanning axis.
- "Disabled" : Positioner does not physically have powered and unpowered states.
+ "Disabled" : this is a "hack" to disable the "fine" positioner in a "coarse"/"fine" pair.
"Manual" : Positioner remains powered after scanning moves, but is unpowered by "All Motors Off" request.
**Default**: "Never"
-| autoOff value | direct | scan
(fastest axis) | scan
(not fastest) | "All Motors Off" |
-|---------------|--------|------|------|------------------|
-| "Never" | ON | ON | ON | ON |
-| "Always" | OFF | OFF | OFF | OFF |
-| "SlowAxis" | OFF | ON | OFF | OFF |
-| "Disabled" | -- | -- | -- | -- |
-| "Manual" | ON | ON | ON | OFF |
+| autoOff value | scan
(fastest axis) | scan
(not fastest) | "All Motors Off" |
+|---------------|-------|------|------------------|
+| "Never" | ON | ON | ON |
+| "Always" | OFF | OFF | OFF |
+| "SlowAxis" | ON | OFF | OFF |
+| "Manual" | ON | ON | OFF |
**linkedOffsetPositionerName**::