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:
authorDavid Crocker <dcrocker@eschertech.com>2019-08-24 18:04:21 +0300
committerDavid Crocker <dcrocker@eschertech.com>2019-08-24 18:04:21 +0300
commit71ae13304748bd95771f0626989dfefbc5667b09 (patch)
treec1220b69f5cb2b05c5c3ff89570deb7c16998019 /src/Pins.h
parent0f5ee95e9f96641349378b1805c411d6ea803561 (diff)
Fixes for Duet 3 v0.6
Added Duet 3 v0.6 Debug build configuration Corrected handling of disconnected PT1000 sensors Added 12V rail monitoring Updated pin table for Duet 3 v0.6 Other Duet 3 v0.6 fixes Possible fix for M675 Possible fix for stall detection on TMC5160 Temporarily enaboled mass storage and disabled Linux interface for testig
Diffstat (limited to 'src/Pins.h')
-rw-r--r--src/Pins.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/Pins.h b/src/Pins.h
index 42fc8c30..01404e33 100644
--- a/src/Pins.h
+++ b/src/Pins.h
@@ -97,6 +97,10 @@
#define HAS_SMART_DRIVERS (SUPPORT_TMC2660 || SUPPORT_TMC22xx || SUPPORT_TMC51xx)
#define HAS_STALL_DETECT (SUPPORT_TMC2660 || SUPPORT_TMC51xx)
+#ifndef HAS_12V_MONITOR
+# define HAS_12V_MONITOR 0
+#endif
+
// HAS_LWIP_NETWORKING refers to Lwip 2 support in the Networking folder, not legacy SAM3XA networking using Lwip 1
#ifndef HAS_LWIP_NETWORKING
# define HAS_LWIP_NETWORKING 0