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,48 +69,48 @@
69 69
 #if MB(RAMPS_13_EEB) && ENABLED(FILAMENT_SENSOR)  // FMM added for Filament Extruder
70 70
   // define analog pin for the filament width sensor input
71 71
   // Use the RAMPS 1.4 Analog input 5 on the AUX2 connector
72
-  #define FILWIDTH_PIN        5
72
+  #define FILWIDTH_PIN      5
73 73
 #endif
74 74
 
75 75
 #if ENABLED(Z_PROBE_ENDSTOP)
76 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 78
 #endif
79 79
 
80 80
 #if ENABLED(FILAMENT_RUNOUT_SENSOR)
81 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 83
 #endif
84 84
 
85 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 87
   #if MB(RAMPS_13_EFF)
88 88
     #define CONTROLLERFAN_PIN  -1 // Pin used for the fan to cool controller
89 89
   #endif
90 90
 #elif MB(RAMPS_13_EEF) || MB(RAMPS_13_SF)
91
-  #define FAN_PIN            8
91
+  #define FAN_PIN           8
92 92
 #else
93
-  #define FAN_PIN            4 // IO pin. Buffer needed
93
+  #define FAN_PIN           4 // IO pin. Buffer needed
94 94
 #endif
95 95
 
96 96
 #define PS_ON_PIN          12
97 97
 
98 98
 #if ENABLED(REPRAP_DISCOUNT_SMART_CONTROLLER) || ENABLED(G3D_PANEL)
99
-  #define KILL_PIN           41
99
+  #define KILL_PIN         41
100 100
 #else
101
-  #define KILL_PIN           -1
101
+  #define KILL_PIN         -1
102 102
 #endif
103 103
 
104 104
 #if MB(RAMPS_13_EFF)
105
-  #define HEATER_0_PIN       8
105
+  #define HEATER_0_PIN      8
106 106
 #else
107
-  #define HEATER_0_PIN       10   // EXTRUDER 1
107
+  #define HEATER_0_PIN     10   // EXTRUDER 1
108 108
 #endif
109 109
 
110 110
 #if MB(RAMPS_13_SF) || ENABLED(IS_RAMPS_EFB)
111
-  #define HEATER_1_PIN       -1
111
+  #define HEATER_1_PIN     -1
112 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 114
 #endif
115 115
 
116 116
 #define HEATER_2_PIN       -1
@@ -120,9 +120,9 @@
120 120
 #define TEMP_2_PIN         -1   // ANALOG NUMBERING
121 121
 
122 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 124
 #else
125
-  #define HEATER_BED_PIN      8    // BED
125
+  #define HEATER_BED_PIN    8    // BED
126 126
 #endif
127 127
 
128 128
 #define TEMP_BED_PIN         14   // ANALOG NUMBERING

Loading…
Cancel
Save