Browse Source

Adjust spacing in pins_RAMPS_13.h

Scott Lahteine 10 years ago
parent
commit
267f3479d7
1 changed files with 14 additions and 14 deletions
  1. 14
    14
      Marlin/pins_RAMPS_13.h

+ 14
- 14
Marlin/pins_RAMPS_13.h View File

69
 #if MB(RAMPS_13_EEB) && ENABLED(FILAMENT_SENSOR)  // FMM added for Filament Extruder
69
 #if MB(RAMPS_13_EEB) && ENABLED(FILAMENT_SENSOR)  // FMM added for Filament Extruder
70
   // define analog pin for the filament width sensor input
70
   // define analog pin for the filament width sensor input
71
   // Use the RAMPS 1.4 Analog input 5 on the AUX2 connector
71
   // Use the RAMPS 1.4 Analog input 5 on the AUX2 connector
72
-  #define FILWIDTH_PIN        5
72
+  #define FILWIDTH_PIN      5
73
 #endif
73
 #endif
74
 
74
 
75
 #if ENABLED(Z_PROBE_ENDSTOP)
75
 #if ENABLED(Z_PROBE_ENDSTOP)
76
   // Define a pin to use as the signal pin on Arduino for the Z_PROBE endstop.
76
   // Define a pin to use as the signal pin on Arduino for the Z_PROBE endstop.
77
-  #define Z_PROBE_PIN 32
77
+  #define Z_PROBE_PIN      32
78
 #endif
78
 #endif
79
 
79
 
80
 #if ENABLED(FILAMENT_RUNOUT_SENSOR)
80
 #if ENABLED(FILAMENT_RUNOUT_SENSOR)
81
   // define digital pin 4 for the filament runout sensor. Use the RAMPS 1.4 digital input 4 on the servos connector
81
   // define digital pin 4 for the filament runout sensor. Use the RAMPS 1.4 digital input 4 on the servos connector
82
-  #define FILRUNOUT_PIN        4
82
+  #define FILRUNOUT_PIN     4
83
 #endif
83
 #endif
84
 
84
 
85
 #if MB(RAMPS_13_EFF) || ENABLED(IS_RAMPS_EFB)
85
 #if MB(RAMPS_13_EFF) || ENABLED(IS_RAMPS_EFB)
86
-  #define FAN_PIN            9 // (Sprinter config)
86
+  #define FAN_PIN           9 // (Sprinter config)
87
   #if MB(RAMPS_13_EFF)
87
   #if MB(RAMPS_13_EFF)
88
     #define CONTROLLERFAN_PIN  -1 // Pin used for the fan to cool controller
88
     #define CONTROLLERFAN_PIN  -1 // Pin used for the fan to cool controller
89
   #endif
89
   #endif
90
 #elif MB(RAMPS_13_EEF) || MB(RAMPS_13_SF)
90
 #elif MB(RAMPS_13_EEF) || MB(RAMPS_13_SF)
91
-  #define FAN_PIN            8
91
+  #define FAN_PIN           8
92
 #else
92
 #else
93
-  #define FAN_PIN            4 // IO pin. Buffer needed
93
+  #define FAN_PIN           4 // IO pin. Buffer needed
94
 #endif
94
 #endif
95
 
95
 
96
 #define PS_ON_PIN          12
96
 #define PS_ON_PIN          12
97
 
97
 
98
 #if ENABLED(REPRAP_DISCOUNT_SMART_CONTROLLER) || ENABLED(G3D_PANEL)
98
 #if ENABLED(REPRAP_DISCOUNT_SMART_CONTROLLER) || ENABLED(G3D_PANEL)
99
-  #define KILL_PIN           41
99
+  #define KILL_PIN         41
100
 #else
100
 #else
101
-  #define KILL_PIN           -1
101
+  #define KILL_PIN         -1
102
 #endif
102
 #endif
103
 
103
 
104
 #if MB(RAMPS_13_EFF)
104
 #if MB(RAMPS_13_EFF)
105
-  #define HEATER_0_PIN       8
105
+  #define HEATER_0_PIN      8
106
 #else
106
 #else
107
-  #define HEATER_0_PIN       10   // EXTRUDER 1
107
+  #define HEATER_0_PIN     10   // EXTRUDER 1
108
 #endif
108
 #endif
109
 
109
 
110
 #if MB(RAMPS_13_SF) || ENABLED(IS_RAMPS_EFB)
110
 #if MB(RAMPS_13_SF) || ENABLED(IS_RAMPS_EFB)
111
-  #define HEATER_1_PIN       -1
111
+  #define HEATER_1_PIN     -1
112
 #else
112
 #else
113
-  #define HEATER_1_PIN       9    // EXTRUDER 2 (FAN On Sprinter)
113
+  #define HEATER_1_PIN      9   // EXTRUDER 2 (FAN On Sprinter)
114
 #endif
114
 #endif
115
 
115
 
116
 #define HEATER_2_PIN       -1
116
 #define HEATER_2_PIN       -1
120
 #define TEMP_2_PIN         -1   // ANALOG NUMBERING
120
 #define TEMP_2_PIN         -1   // ANALOG NUMBERING
121
 
121
 
122
 #if MB(RAMPS_13_EFF) || MB(RAMPS_13_EEF) || MB(RAMPS_13_SF)
122
 #if MB(RAMPS_13_EFF) || MB(RAMPS_13_EEF) || MB(RAMPS_13_SF)
123
-  #define HEATER_BED_PIN     -1    // NO BED
123
+  #define HEATER_BED_PIN   -1    // NO BED
124
 #else
124
 #else
125
-  #define HEATER_BED_PIN      8    // BED
125
+  #define HEATER_BED_PIN    8    // BED
126
 #endif
126
 #endif
127
 
127
 
128
 #define TEMP_BED_PIN         14   // ANALOG NUMBERING
128
 #define TEMP_BED_PIN         14   // ANALOG NUMBERING

Loading…
Cancel
Save