浏览代码

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

正在加载...
取消
保存