Browse Source

Expose EXT_SOLENOID as an advanced option

pull/1/head
Scott Lahteine 8 years ago
parent
commit
5803ba43a9
  1. 4
      Marlin/Configuration_adv.h
  2. 4
      Marlin/example_configurations/Cartesio/Configuration_adv.h
  3. 4
      Marlin/example_configurations/Felix/Configuration_adv.h
  4. 4
      Marlin/example_configurations/Hephestos/Configuration_adv.h
  5. 4
      Marlin/example_configurations/Hephestos_2/Configuration_adv.h
  6. 4
      Marlin/example_configurations/K8200/Configuration_adv.h
  7. 4
      Marlin/example_configurations/K8400/Configuration_adv.h
  8. 4
      Marlin/example_configurations/RigidBot/Configuration_adv.h
  9. 4
      Marlin/example_configurations/SCARA/Configuration_adv.h
  10. 4
      Marlin/example_configurations/TAZ4/Configuration_adv.h
  11. 4
      Marlin/example_configurations/TinyBoy2/Configuration_adv.h
  12. 4
      Marlin/example_configurations/WITBOX/Configuration_adv.h
  13. 4
      Marlin/example_configurations/delta/flsun_kossel_mini/Configuration_adv.h
  14. 4
      Marlin/example_configurations/delta/generic/Configuration_adv.h
  15. 4
      Marlin/example_configurations/delta/kossel_mini/Configuration_adv.h
  16. 4
      Marlin/example_configurations/delta/kossel_pro/Configuration_adv.h
  17. 4
      Marlin/example_configurations/delta/kossel_xl/Configuration_adv.h
  18. 4
      Marlin/example_configurations/makibox/Configuration_adv.h
  19. 4
      Marlin/example_configurations/tvrrug/Round2/Configuration_adv.h
  20. 4
      Marlin/example_configurations/wt150/Configuration_adv.h

4
Marlin/Configuration_adv.h

@ -329,6 +329,10 @@
#endif // DUAL_X_CARRIAGE
// Activate a solenoid on the active extruder with M380. Disable all with M381.
// Define SOL0_PIN, SOL1_PIN, etc., for each extruder that has a solenoid.
//#define EXT_SOLENOID
// @section homing
//homing hits the endstop, then retracts by this distance, before it tries to slowly bump again:

4
Marlin/example_configurations/Cartesio/Configuration_adv.h

@ -329,6 +329,10 @@
#endif // DUAL_X_CARRIAGE
// Activate a solenoid on the active extruder with M380. Disable all with M381.
// Define SOL0_PIN, SOL1_PIN, etc., for each extruder that has a solenoid.
//#define EXT_SOLENOID
// @section homing
//homing hits the endstop, then retracts by this distance, before it tries to slowly bump again:

4
Marlin/example_configurations/Felix/Configuration_adv.h

@ -329,6 +329,10 @@
#endif // DUAL_X_CARRIAGE
// Activate a solenoid on the active extruder with M380. Disable all with M381.
// Define SOL0_PIN, SOL1_PIN, etc., for each extruder that has a solenoid.
//#define EXT_SOLENOID
// @section homing
//homing hits the endstop, then retracts by this distance, before it tries to slowly bump again:

4
Marlin/example_configurations/Hephestos/Configuration_adv.h

@ -329,6 +329,10 @@
#endif // DUAL_X_CARRIAGE
// Activate a solenoid on the active extruder with M380. Disable all with M381.
// Define SOL0_PIN, SOL1_PIN, etc., for each extruder that has a solenoid.
//#define EXT_SOLENOID
// @section homing
//homing hits the endstop, then retracts by this distance, before it tries to slowly bump again:

4
Marlin/example_configurations/Hephestos_2/Configuration_adv.h

@ -329,6 +329,10 @@
#endif // DUAL_X_CARRIAGE
// Activate a solenoid on the active extruder with M380. Disable all with M381.
// Define SOL0_PIN, SOL1_PIN, etc., for each extruder that has a solenoid.
//#define EXT_SOLENOID
// @section homing
//homing hits the endstop, then retracts by this distance, before it tries to slowly bump again:

4
Marlin/example_configurations/K8200/Configuration_adv.h

@ -342,6 +342,10 @@
#endif // DUAL_X_CARRIAGE
// Activate a solenoid on the active extruder with M380. Disable all with M381.
// Define SOL0_PIN, SOL1_PIN, etc., for each extruder that has a solenoid.
//#define EXT_SOLENOID
// @section homing
//homing hits the endstop, then retracts by this distance, before it tries to slowly bump again:

4
Marlin/example_configurations/K8400/Configuration_adv.h

@ -329,6 +329,10 @@
#endif // DUAL_X_CARRIAGE
// Activate a solenoid on the active extruder with M380. Disable all with M381.
// Define SOL0_PIN, SOL1_PIN, etc., for each extruder that has a solenoid.
//#define EXT_SOLENOID
// @section homing
//homing hits the endstop, then retracts by this distance, before it tries to slowly bump again:

4
Marlin/example_configurations/RigidBot/Configuration_adv.h

@ -329,6 +329,10 @@
#endif // DUAL_X_CARRIAGE
// Activate a solenoid on the active extruder with M380. Disable all with M381.
// Define SOL0_PIN, SOL1_PIN, etc., for each extruder that has a solenoid.
//#define EXT_SOLENOID
// @section homing
//homing hits the endstop, then retracts by this distance, before it tries to slowly bump again:

4
Marlin/example_configurations/SCARA/Configuration_adv.h

@ -329,6 +329,10 @@
#endif // DUAL_X_CARRIAGE
// Activate a solenoid on the active extruder with M380. Disable all with M381.
// Define SOL0_PIN, SOL1_PIN, etc., for each extruder that has a solenoid.
//#define EXT_SOLENOID
// @section homing
//homing hits the endstop, then retracts by this distance, before it tries to slowly bump again:

4
Marlin/example_configurations/TAZ4/Configuration_adv.h

@ -337,6 +337,10 @@
#endif // DUAL_X_CARRIAGE
// Activate a solenoid on the active extruder with M380. Disable all with M381.
// Define SOL0_PIN, SOL1_PIN, etc., for each extruder that has a solenoid.
//#define EXT_SOLENOID
// @section homing
//homing hits the endstop, then retracts by this distance, before it tries to slowly bump again:

4
Marlin/example_configurations/TinyBoy2/Configuration_adv.h

@ -329,6 +329,10 @@
#endif // DUAL_X_CARRIAGE
// Activate a solenoid on the active extruder with M380. Disable all with M381.
// Define SOL0_PIN, SOL1_PIN, etc., for each extruder that has a solenoid.
//#define EXT_SOLENOID
// @section homing
//homing hits the endstop, then retracts by this distance, before it tries to slowly bump again:

4
Marlin/example_configurations/WITBOX/Configuration_adv.h

@ -329,6 +329,10 @@
#endif // DUAL_X_CARRIAGE
// Activate a solenoid on the active extruder with M380. Disable all with M381.
// Define SOL0_PIN, SOL1_PIN, etc., for each extruder that has a solenoid.
//#define EXT_SOLENOID
// @section homing
//homing hits the endstop, then retracts by this distance, before it tries to slowly bump again:

4
Marlin/example_configurations/delta/flsun_kossel_mini/Configuration_adv.h

@ -329,6 +329,10 @@
#endif // DUAL_X_CARRIAGE
// Activate a solenoid on the active extruder with M380. Disable all with M381.
// Define SOL0_PIN, SOL1_PIN, etc., for each extruder that has a solenoid.
//#define EXT_SOLENOID
// @section homing
//homing hits the endstop, then retracts by this distance, before it tries to slowly bump again:

4
Marlin/example_configurations/delta/generic/Configuration_adv.h

@ -329,6 +329,10 @@
#endif // DUAL_X_CARRIAGE
// Activate a solenoid on the active extruder with M380. Disable all with M381.
// Define SOL0_PIN, SOL1_PIN, etc., for each extruder that has a solenoid.
//#define EXT_SOLENOID
// @section homing
//homing hits the endstop, then retracts by this distance, before it tries to slowly bump again:

4
Marlin/example_configurations/delta/kossel_mini/Configuration_adv.h

@ -329,6 +329,10 @@
#endif // DUAL_X_CARRIAGE
// Activate a solenoid on the active extruder with M380. Disable all with M381.
// Define SOL0_PIN, SOL1_PIN, etc., for each extruder that has a solenoid.
//#define EXT_SOLENOID
// @section homing
//homing hits the endstop, then retracts by this distance, before it tries to slowly bump again:

4
Marlin/example_configurations/delta/kossel_pro/Configuration_adv.h

@ -334,6 +334,10 @@
#endif // DUAL_X_CARRIAGE
// Activate a solenoid on the active extruder with M380. Disable all with M381.
// Define SOL0_PIN, SOL1_PIN, etc., for each extruder that has a solenoid.
//#define EXT_SOLENOID
// @section homing
//homing hits the endstop, then retracts by this distance, before it tries to slowly bump again:

4
Marlin/example_configurations/delta/kossel_xl/Configuration_adv.h

@ -329,6 +329,10 @@
#endif // DUAL_X_CARRIAGE
// Activate a solenoid on the active extruder with M380. Disable all with M381.
// Define SOL0_PIN, SOL1_PIN, etc., for each extruder that has a solenoid.
//#define EXT_SOLENOID
// @section homing
//homing hits the endstop, then retracts by this distance, before it tries to slowly bump again:

4
Marlin/example_configurations/makibox/Configuration_adv.h

@ -329,6 +329,10 @@
#endif // DUAL_X_CARRIAGE
// Activate a solenoid on the active extruder with M380. Disable all with M381.
// Define SOL0_PIN, SOL1_PIN, etc., for each extruder that has a solenoid.
//#define EXT_SOLENOID
// @section homing
//homing hits the endstop, then retracts by this distance, before it tries to slowly bump again:

4
Marlin/example_configurations/tvrrug/Round2/Configuration_adv.h

@ -329,6 +329,10 @@
#endif // DUAL_X_CARRIAGE
// Activate a solenoid on the active extruder with M380. Disable all with M381.
// Define SOL0_PIN, SOL1_PIN, etc., for each extruder that has a solenoid.
//#define EXT_SOLENOID
// @section homing
//homing hits the endstop, then retracts by this distance, before it tries to slowly bump again:

4
Marlin/example_configurations/wt150/Configuration_adv.h

@ -329,6 +329,10 @@
#endif // DUAL_X_CARRIAGE
// Activate a solenoid on the active extruder with M380. Disable all with M381.
// Define SOL0_PIN, SOL1_PIN, etc., for each extruder that has a solenoid.
//#define EXT_SOLENOID
// @section homing
//homing hits the endstop, then retracts by this distance, before it tries to slowly bump again:

Loading…
Cancel
Save