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/Alligator/Pins_Alligator.h')
-rw-r--r--src/Alligator/Pins_Alligator.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/Alligator/Pins_Alligator.h b/src/Alligator/Pins_Alligator.h
index d8eb673b..1167e492 100644
--- a/src/Alligator/Pins_Alligator.h
+++ b/src/Alligator/Pins_Alligator.h
@@ -7,6 +7,9 @@
#define HAS_LWIP_NETWORKING 1
#define HAS_CPU_TEMP_SENSOR 1
#define HAS_HIGH_SPEED_SD 0
+#define HAS_SMART_DRIVERS 0
+#define HAS_VOLTAGE_MONITOR 0
+#define ACTIVE_LOW_HEAT_ON 0
const size_t NumFirmwareUpdateModules = 1;
#define IAP_UPDATE_FILE "iapalligator.bin"
@@ -40,7 +43,7 @@ const size_t NUM_SERIAL_CHANNELS = 3; // The number of serial IO channels (USB
#define SERIAL_AUX_DEVICE Serial
#define SERIAL_AUX2_DEVICE Serial1
-// The numbers of entries in each array must correspond with the values of DRIVES, AXES, or HEATERS. Set values to -1 to flag unavailability.
+// The numbers of entries in each array must correspond with the values of DRIVES, AXES, or HEATERS. Set values to NoPin to flag unavailability.
// DRIVES
const Pin ENABLE_PINS[DRIVES] = { 24, NoPin, NoPin, NoPin, NoPin, NoPin, NoPin };
const Pin STEP_PINS[DRIVES] = { X16, X14, X1, 5, 28, 11, X9 };
@@ -65,7 +68,6 @@ const size_t MaxSpiDac = 2;
const Pin SPI_DAC_CS[MaxSpiDac] = { 53, 6 };
// HEATERS
-const bool HEAT_ON = true; // Not inverted heater for Alligator
const Pin TEMP_SENSE_PINS[Heaters] = HEATERS_(1, 0, 2, 3, 4, f, g, h); // Analogue pin numbers
// h1,h2,h3,h4: X2,8,9,X8 is hardware PWM