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/RADDS
diff options
context:
space:
mode:
authorDavid Crocker <dcrocker@eschertech.com>2017-09-24 11:44:59 +0300
committerDavid Crocker <dcrocker@eschertech.com>2017-09-24 11:45:16 +0300
commit8c087526c3abec8ae7552291465062bce4c1ead8 (patch)
tree874d1419a09dfd8e75588bb5145a44723a5653e8 /src/RADDS
parenta8a4d14009f2877d4e76fc7b2e23b15629db2ca6 (diff)
Version 1.20alpha4
We now create a resurrect.g file any time the print is paused Introduced new feature #defines and a DUET_06_085 define to simplify conditoinals that depend on the target board
Diffstat (limited to 'src/RADDS')
-rw-r--r--src/RADDS/Pins_RADDS.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/RADDS/Pins_RADDS.h b/src/RADDS/Pins_RADDS.h
index c218c592..6f4b26cb 100644
--- a/src/RADDS/Pins_RADDS.h
+++ b/src/RADDS/Pins_RADDS.h
@@ -3,6 +3,11 @@
#define FIRMWARE_NAME "RepRapFirmware for RADDS"
+// Features definition
+#define HAS_LWIP_NETWORKING 0
+#define HAS_CPU_TEMP_SENSOR 0 // enabling the CPU temperature sensor disables Due pin 13 due to bug in SAM3X
+#define HAS_HIGH_SPEED_SD 0
+
const size_t NumFirmwareUpdateModules = 1;
#define IAP_UPDATE_FILE "iapradds.bin"
#define IAP_FIRMWARE_FILE "RepRapFirmware-RADDS.bin"