Browse Source

Fix a PARKING_EXTRUDER comment

Scott Lahteine 7 years ago
parent
commit
4c5be9bb05

+ 1
- 1
Marlin/Configuration.h View File

182
  */
182
  */
183
 //#define PARKING_EXTRUDER
183
 //#define PARKING_EXTRUDER
184
 #if ENABLED(PARKING_EXTRUDER)
184
 #if ENABLED(PARKING_EXTRUDER)
185
-  #define PARKING_EXTRUDER_SOLENOIDS_INVERT           // If enabled, the solenoid not magnetized with applied voltage
185
+  #define PARKING_EXTRUDER_SOLENOIDS_INVERT           // If enabled, the solenoid is NOT magnetized with applied voltage
186
   #define PARKING_EXTRUDER_SOLENOIDS_PINS_ACTIVE LOW  // LOW or HIGH pin signal energizes the coil
186
   #define PARKING_EXTRUDER_SOLENOIDS_PINS_ACTIVE LOW  // LOW or HIGH pin signal energizes the coil
187
   #define PARKING_EXTRUDER_SOLENOIDS_DELAY 250        // Delay (ms) for magnetic field. No delay if 0 or not defined.
187
   #define PARKING_EXTRUDER_SOLENOIDS_DELAY 250        // Delay (ms) for magnetic field. No delay if 0 or not defined.
188
   #define PARKING_EXTRUDER_PARKING_X { -78, 184 }     // X positions for parking the extruders
188
   #define PARKING_EXTRUDER_PARKING_X { -78, 184 }     // X positions for parking the extruders

+ 1
- 1
Marlin/src/config/default/Configuration.h View File

182
  */
182
  */
183
 //#define PARKING_EXTRUDER
183
 //#define PARKING_EXTRUDER
184
 #if ENABLED(PARKING_EXTRUDER)
184
 #if ENABLED(PARKING_EXTRUDER)
185
-  #define PARKING_EXTRUDER_SOLENOIDS_INVERT           // If enabled, the solenoid not magnetized with applied voltage
185
+  #define PARKING_EXTRUDER_SOLENOIDS_INVERT           // If enabled, the solenoid is NOT magnetized with applied voltage
186
   #define PARKING_EXTRUDER_SOLENOIDS_PINS_ACTIVE LOW  // LOW or HIGH pin signal energizes the coil
186
   #define PARKING_EXTRUDER_SOLENOIDS_PINS_ACTIVE LOW  // LOW or HIGH pin signal energizes the coil
187
   #define PARKING_EXTRUDER_SOLENOIDS_DELAY 250        // Delay (ms) for magnetic field. No delay if 0 or not defined.
187
   #define PARKING_EXTRUDER_SOLENOIDS_DELAY 250        // Delay (ms) for magnetic field. No delay if 0 or not defined.
188
   #define PARKING_EXTRUDER_PARKING_X { -78, 184 }     // X positions for parking the extruders
188
   #define PARKING_EXTRUDER_PARKING_X { -78, 184 }     // X positions for parking the extruders

+ 1
- 1
Marlin/src/config/examples/Sanguinololu/Configuration.h View File

182
  */
182
  */
183
 //#define PARKING_EXTRUDER
183
 //#define PARKING_EXTRUDER
184
 #if ENABLED(PARKING_EXTRUDER)
184
 #if ENABLED(PARKING_EXTRUDER)
185
-  #define PARKING_EXTRUDER_SOLENOIDS_INVERT           // If enabled, the solenoid not magnetized with applied voltage
185
+  #define PARKING_EXTRUDER_SOLENOIDS_INVERT           // If enabled, the solenoid is NOT magnetized with applied voltage
186
   #define PARKING_EXTRUDER_SOLENOIDS_PINS_ACTIVE LOW  // LOW or HIGH pin signal energizes the coil
186
   #define PARKING_EXTRUDER_SOLENOIDS_PINS_ACTIVE LOW  // LOW or HIGH pin signal energizes the coil
187
   #define PARKING_EXTRUDER_SOLENOIDS_DELAY 250        // Delay (ms) for magnetic field. No delay if 0 or not defined.
187
   #define PARKING_EXTRUDER_SOLENOIDS_DELAY 250        // Delay (ms) for magnetic field. No delay if 0 or not defined.
188
   #define PARKING_EXTRUDER_PARKING_X { -78, 184 }     // X positions for parking the extruders
188
   #define PARKING_EXTRUDER_PARKING_X { -78, 184 }     // X positions for parking the extruders

Loading…
Cancel
Save