瀏覽代碼

Fix a PARKING_EXTRUDER comment

Scott Lahteine 7 年之前
父節點
當前提交
4c5be9bb05

+ 1
- 1
Marlin/Configuration.h 查看文件

@@ -182,7 +182,7 @@
182 182
  */
183 183
 //#define PARKING_EXTRUDER
184 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 186
   #define PARKING_EXTRUDER_SOLENOIDS_PINS_ACTIVE LOW  // LOW or HIGH pin signal energizes the coil
187 187
   #define PARKING_EXTRUDER_SOLENOIDS_DELAY 250        // Delay (ms) for magnetic field. No delay if 0 or not defined.
188 188
   #define PARKING_EXTRUDER_PARKING_X { -78, 184 }     // X positions for parking the extruders

+ 1
- 1
Marlin/src/config/default/Configuration.h 查看文件

@@ -182,7 +182,7 @@
182 182
  */
183 183
 //#define PARKING_EXTRUDER
184 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 186
   #define PARKING_EXTRUDER_SOLENOIDS_PINS_ACTIVE LOW  // LOW or HIGH pin signal energizes the coil
187 187
   #define PARKING_EXTRUDER_SOLENOIDS_DELAY 250        // Delay (ms) for magnetic field. No delay if 0 or not defined.
188 188
   #define PARKING_EXTRUDER_PARKING_X { -78, 184 }     // X positions for parking the extruders

+ 1
- 1
Marlin/src/config/examples/Sanguinololu/Configuration.h 查看文件

@@ -182,7 +182,7 @@
182 182
  */
183 183
 //#define PARKING_EXTRUDER
184 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 186
   #define PARKING_EXTRUDER_SOLENOIDS_PINS_ACTIVE LOW  // LOW or HIGH pin signal energizes the coil
187 187
   #define PARKING_EXTRUDER_SOLENOIDS_DELAY 250        // Delay (ms) for magnetic field. No delay if 0 or not defined.
188 188
   #define PARKING_EXTRUDER_PARKING_X { -78, 184 }     // X positions for parking the extruders

Loading…
取消
儲存