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>2020-03-26 17:45:22 +0300
committerDavid Crocker <dcrocker@eschertech.com>2020-03-26 17:45:22 +0300
commitee519544acbee712ff1b9acf94a4bff83114aa85 (patch)
tree5ef60a2369903f2d0235b838c77c624fd05c8aef /src/Duet3_V06
parentd2d3da87b8c0c495bb23e935391a8373bbed9128 (diff)
Partially implemented object cancellation
M486 implemented, but parsing object names in comments not done yet
Diffstat (limited to 'src/Duet3_V06')
-rw-r--r--src/Duet3_V06/Pins_Duet3_V06.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Duet3_V06/Pins_Duet3_V06.h b/src/Duet3_V06/Pins_Duet3_V06.h
index 1cf6c72b..977e4019 100644
--- a/src/Duet3_V06/Pins_Duet3_V06.h
+++ b/src/Duet3_V06/Pins_Duet3_V06.h
@@ -45,6 +45,7 @@ constexpr uint32_t IAP_IMAGE_START = 0x20450000; // last 64kb of RAM
#define SUPPORT_TELNET 1
#define SUPPORT_ASYNC_MOVES 1
#define ALLOCATE_DEFAULT_PORTS 0
+#define TRACK_OBJECT_NAMES 1
#define USE_MPU 1 // Needed if USE_CACHE is set, so that we can have non-cacheable memory regions
#define USE_CACHE 1