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-04-24 21:12:05 +0300
committerDavid Crocker <dcrocker@eschertech.com>2019-04-24 21:12:05 +0300
commita404ed0ab6a89a1fc2ebd82d9ef3ea40e4d29db8 (patch)
treea66e3283450e55fece5da11cc175d75f29f4650b /src/Pins.h
parentd4f7bb459e5f3195f2a243cf68d99af712e59608 (diff)
More work on RRF 3
Fixed crash in rr_status response when axes are created with no endstops Changed default assignments and some pin names in PCCB build Duet 3 configurations now build Added support for M594 and M951. Still needs a little more work on height following mode.
Diffstat (limited to 'src/Pins.h')
-rw-r--r--src/Pins.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/Pins.h b/src/Pins.h
index 45dd6f4f..d2dd1ead 100644
--- a/src/Pins.h
+++ b/src/Pins.h
@@ -135,10 +135,6 @@
# define SUPPORT_ASYNC_MOVES 0
#endif
-#ifndef HAS_VARIABLE_PIN_LIST
-# define HAS_VARIABLE_PIN_LIST 0
-#endif
-
#ifndef ALLOCATE_DEFAULT_PORTS
# define ALLOCATE_DEFAULT_PORTS 0
#endif