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:
Diffstat (limited to 'src/Duet/Pins_Duet.h')
-rw-r--r--src/Duet/Pins_Duet.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/Duet/Pins_Duet.h b/src/Duet/Pins_Duet.h
index d5af7f65..4234a869 100644
--- a/src/Duet/Pins_Duet.h
+++ b/src/Duet/Pins_Duet.h
@@ -24,8 +24,6 @@ const int8_t HEATERS = 7; // The number of heaters in the machine; 0 is the
const size_t MAX_AXES = 6; // The maximum number of movement axes in the machine, usually just X, Y and Z, <= DRIVES
const size_t MIN_AXES = 3; // The minimum and default number of axes
-const size_t DELTA_AXES = 3; // The number of axis involved in delta movement
-const size_t CART_AXES = 3; // The number of Cartesian axes
const size_t MaxExtruders = DRIVES - MIN_AXES; // The maximum number of extruders
const size_t NUM_SERIAL_CHANNELS = 3; // The number of serial IO channels (USB and two auxiliary UARTs)