Browse Source

Fixup pins_3DRAG based on updated RAMPS pins

Scott Lahteine 9 years ago
parent
commit
2d3db5b5bd
1 changed files with 6 additions and 16 deletions
  1. 6
    16
      Marlin/pins_3DRAG.h

+ 6
- 16
Marlin/pins_3DRAG.h View File

36
   #define DEFAULT_SOURCE_CODE_URL "http://3dprint.elettronicain.it/"
36
   #define DEFAULT_SOURCE_CODE_URL "http://3dprint.elettronicain.it/"
37
 #endif
37
 #endif
38
 
38
 
39
+#define RAMPS_D8_PIN 9
40
+#define RAMPS_D9_PIN 8
41
+#define MOSFET_D_PIN 12
42
+
39
 #include "pins_RAMPS.h"
43
 #include "pins_RAMPS.h"
40
 
44
 
45
+#define HEATER_2_PIN       6
46
+
41
 #undef Z_ENABLE_PIN
47
 #undef Z_ENABLE_PIN
42
 #define Z_ENABLE_PIN       63
48
 #define Z_ENABLE_PIN       63
43
 
49
 
44
-#undef X_MAX_PIN
45
-#undef Y_MAX_PIN
46
 #undef Z_MAX_PIN
50
 #undef Z_MAX_PIN
47
-#define X_MAX_PIN          2
48
-#define Y_MAX_PIN          15
49
 #define Z_MAX_PIN          -1
51
 #define Z_MAX_PIN          -1
50
 
52
 
51
 #undef SDSS
53
 #undef SDSS
52
 #define SDSS               25//53
54
 #define SDSS               25//53
53
 
55
 
54
-#undef FAN_PIN
55
-#define FAN_PIN            8
56
-
57
-#undef HEATER_1_PIN
58
-#undef HEATER_2_PIN
59
-#undef HEATER_BED_PIN
60
-#define HEATER_0_PIN       10
61
-#define HEATER_1_PIN       12
62
-#define HEATER_2_PIN       6
63
-
64
-#define HEATER_BED_PIN     9    // BED
65
-
66
 #if ENABLED(ULTRA_LCD) && ENABLED(NEWPANEL)
56
 #if ENABLED(ULTRA_LCD) && ENABLED(NEWPANEL)
67
   #undef BEEPER_PIN
57
   #undef BEEPER_PIN
68
   #define BEEPER_PIN -1
58
   #define BEEPER_PIN -1

Loading…
Cancel
Save