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/Pins.h
parentd2d3da87b8c0c495bb23e935391a8373bbed9128 (diff)
Partially implemented object cancellation
M486 implemented, but parsing object names in comments not done yet
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 161cff86..0d743d59 100644
--- a/src/Pins.h
+++ b/src/Pins.h
@@ -104,6 +104,10 @@
# define SUPPORT_OBJECT_MODEL 0
#endif
+#ifndef TRACK_OBJECT_NAMES
+# define TRACK_OBJECT_NAMES 0
+#endif
+
#define HAS_SMART_DRIVERS (SUPPORT_TMC2660 || SUPPORT_TMC22xx || SUPPORT_TMC51xx)
#define HAS_STALL_DETECT (SUPPORT_TMC2660 || SUPPORT_TMC51xx)