Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/MarlinFirmware/Configurations.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'config/examples/JGAurora/A1/Configuration_adv.h')
-rw-r--r--config/examples/JGAurora/A1/Configuration_adv.h11
1 files changed, 6 insertions, 5 deletions
diff --git a/config/examples/JGAurora/A1/Configuration_adv.h b/config/examples/JGAurora/A1/Configuration_adv.h
index 24a579e138..ef2a58677b 100644
--- a/config/examples/JGAurora/A1/Configuration_adv.h
+++ b/config/examples/JGAurora/A1/Configuration_adv.h
@@ -113,11 +113,6 @@
#define CHAMBER_BETA 3950 // Beta value
#endif
-#define HEATER_BED_INVERTING 1
-#define HEATER_0_INVERTING 1
-//#define HEATER_1_INVERTING 0
-#define FAN_INVERTING 1
-
#if TEMP_SENSOR_COOLER == 1000
#define COOLER_PULLUP_RESISTOR_OHMS 4700 // Pullup resistor
#define COOLER_RESISTANCE_25C_OHMS 100000 // Resistance at 25C
@@ -170,6 +165,12 @@
#define HEATER_BED_INVERTING true
#endif
+// JGAurora A1
+#define HEATER_BED_INVERTING true
+#define HEATER_0_INVERTING true
+//#define HEATER_1_INVERTING false
+#define FAN_ACTIVE_STATE LOW
+
//
// Heated Bed Bang-Bang options
//