Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Duet3D/RepRapFirmware.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/src/DuetM
diff options
context:
space:
mode:
authorDavid Crocker <dcrocker@eschertech.com>2020-06-17 22:47:27 +0300
committerDavid Crocker <dcrocker@eschertech.com>2020-06-17 22:47:27 +0300
commit29e3966da5e2cbea713758ecc706454496445f82 (patch)
tree2ca1f1ea6785bcfc91b33b7438ed5c723171d092 /src/DuetM
parentb7389dbd09805244d9d30bc564124e05c4f0f4d1 (diff)
More changes for 5LC, pin table complete
Diffstat (limited to 'src/DuetM')
-rw-r--r--src/DuetM/Pins_DuetM.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/DuetM/Pins_DuetM.h b/src/DuetM/Pins_DuetM.h
index 2f4dedd5..aba59af4 100644
--- a/src/DuetM/Pins_DuetM.h
+++ b/src/DuetM/Pins_DuetM.h
@@ -160,6 +160,7 @@ constexpr float PowerMonitorVoltageRange = 11.0 * 3.3; // We use an 11:1 vo
constexpr Pin Z_PROBE_PIN = PortCPin(15); // Z probe analog input
constexpr Pin Z_PROBE_MOD_PIN = PortCPin(26);
constexpr Pin DiagPin = Z_PROBE_MOD_PIN;
+constexpr bool DiagOnPolarity = true;
// SD cards
constexpr size_t NumSdCards = 2;