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
diff options
context:
space:
mode:
Diffstat (limited to 'src/Config/Pins_Duet3_MB6XD.h')
-rw-r--r--src/Config/Pins_Duet3_MB6XD.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Config/Pins_Duet3_MB6XD.h b/src/Config/Pins_Duet3_MB6XD.h
index 6d597b01..c8a296e4 100644
--- a/src/Config/Pins_Duet3_MB6XD.h
+++ b/src/Config/Pins_Duet3_MB6XD.h
@@ -113,6 +113,8 @@ constexpr GpioPinFunction StepGatePinFunction = GpioPinFunction::C; // TIOB11
#define STEP_GATE_TC_ID (ID_TC11) // ID for peripheral clock and interrupt
#define STEP_GATE_TC_CHAN (2)
+constexpr uint32_t DefaultStandstillCurrentPercent = 71; // needed to support expansion boards
+
// Thermistor/PT1000 inputs
constexpr Pin TEMP_SENSE_PINS[NumThermistorInputs] = { PortCPin(15), PortCPin(29), PortCPin(0), PortCPin(31) }; // Thermistor/PT1000 pins
constexpr Pin VssaSensePin = PortCPin(13);