Browse Source

Fixed ultimaker heater 1 pins. (Thanks daid)

Erik van der Zalm 12 years ago
parent
commit
da040fd393
1 changed files with 2 additions and 4 deletions
  1. 2
    4
      Marlin/pins.h

+ 2
- 4
Marlin/pins.h View File

@@ -561,10 +561,8 @@
561 561
 #define HEATER_0_PIN  2
562 562
 #define TEMP_0_PIN 8   
563 563
 
564
-#define EXTRUDER_1_HEATER_PIN 3
565
-#define EXTRUDER_1_TEMPERATURE_PIN 10 
566
-#define HEATER_1_PIN 51
567
-#define TEMP_1_PIN 3
564
+#define HEATER_1_PIN 3
565
+#define TEMP_1_PIN 9
568 566
 
569 567
 #define HEATER_2_PIN -1
570 568
 #define TEMP_2_PIN -1

Loading…
Cancel
Save