Browse Source

Expose EXT_SOLENOID as an advanced option

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

6
Marlin/Configuration_adv.h

@ -327,7 +327,11 @@
// Default x offset in duplication mode (typically set to half print bed width)
#define DEFAULT_DUPLICATION_X_OFFSET 100
#endif //DUAL_X_CARRIAGE
#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

6
Marlin/example_configurations/Cartesio/Configuration_adv.h

@ -327,7 +327,11 @@
// Default x offset in duplication mode (typically set to half print bed width)
#define DEFAULT_DUPLICATION_X_OFFSET 100
#endif //DUAL_X_CARRIAGE
#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

6
Marlin/example_configurations/Felix/Configuration_adv.h

@ -327,7 +327,11 @@
// Default x offset in duplication mode (typically set to half print bed width)
#define DEFAULT_DUPLICATION_X_OFFSET 100
#endif //DUAL_X_CARRIAGE
#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

6
Marlin/example_configurations/Hephestos/Configuration_adv.h

@ -327,7 +327,11 @@
// Default x offset in duplication mode (typically set to half print bed width)
#define DEFAULT_DUPLICATION_X_OFFSET 100
#endif //DUAL_X_CARRIAGE
#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

6
Marlin/example_configurations/Hephestos_2/Configuration_adv.h

@ -327,7 +327,11 @@
// Default x offset in duplication mode (typically set to half print bed width)
#define DEFAULT_DUPLICATION_X_OFFSET 100
#endif //DUAL_X_CARRIAGE
#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

6
Marlin/example_configurations/K8200/Configuration_adv.h

@ -340,7 +340,11 @@
// Default x offset in duplication mode (typically set to half print bed width)
#define DEFAULT_DUPLICATION_X_OFFSET 100
#endif //DUAL_X_CARRIAGE
#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

6
Marlin/example_configurations/K8400/Configuration_adv.h

@ -327,7 +327,11 @@
// Default x offset in duplication mode (typically set to half print bed width)
#define DEFAULT_DUPLICATION_X_OFFSET 100
#endif //DUAL_X_CARRIAGE
#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

6
Marlin/example_configurations/RigidBot/Configuration_adv.h

@ -327,7 +327,11 @@
// Default x offset in duplication mode (typically set to half print bed width)
#define DEFAULT_DUPLICATION_X_OFFSET 100
#endif //DUAL_X_CARRIAGE
#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

6
Marlin/example_configurations/SCARA/Configuration_adv.h

@ -327,7 +327,11 @@
// Default x offset in duplication mode (typically set to half print bed width)
#define DEFAULT_DUPLICATION_X_OFFSET 100
#endif //DUAL_X_CARRIAGE
#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

6
Marlin/example_configurations/TAZ4/Configuration_adv.h

@ -335,7 +335,11 @@
// Default x offset in duplication mode (typically set to half print bed width)
#define DEFAULT_DUPLICATION_X_OFFSET 100
#endif //DUAL_X_CARRIAGE
#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

6
Marlin/example_configurations/TinyBoy2/Configuration_adv.h

@ -327,7 +327,11 @@
// Default x offset in duplication mode (typically set to half print bed width)
#define DEFAULT_DUPLICATION_X_OFFSET 100
#endif //DUAL_X_CARRIAGE
#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

6
Marlin/example_configurations/WITBOX/Configuration_adv.h

@ -327,7 +327,11 @@
// Default x offset in duplication mode (typically set to half print bed width)
#define DEFAULT_DUPLICATION_X_OFFSET 100
#endif //DUAL_X_CARRIAGE
#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

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

@ -327,7 +327,11 @@
// Default x offset in duplication mode (typically set to half print bed width)
#define DEFAULT_DUPLICATION_X_OFFSET 100
#endif //DUAL_X_CARRIAGE
#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

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

@ -327,7 +327,11 @@
// Default x offset in duplication mode (typically set to half print bed width)
#define DEFAULT_DUPLICATION_X_OFFSET 100
#endif //DUAL_X_CARRIAGE
#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

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

@ -327,7 +327,11 @@
// Default x offset in duplication mode (typically set to half print bed width)
#define DEFAULT_DUPLICATION_X_OFFSET 100
#endif //DUAL_X_CARRIAGE
#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

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

@ -332,7 +332,11 @@
// Default x offset in duplication mode (typically set to half print bed width)
#define DEFAULT_DUPLICATION_X_OFFSET 100
#endif //DUAL_X_CARRIAGE
#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

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

@ -327,7 +327,11 @@
// Default x offset in duplication mode (typically set to half print bed width)
#define DEFAULT_DUPLICATION_X_OFFSET 100
#endif //DUAL_X_CARRIAGE
#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

6
Marlin/example_configurations/makibox/Configuration_adv.h

@ -327,7 +327,11 @@
// Default x offset in duplication mode (typically set to half print bed width)
#define DEFAULT_DUPLICATION_X_OFFSET 100
#endif //DUAL_X_CARRIAGE
#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

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

@ -327,7 +327,11 @@
// Default x offset in duplication mode (typically set to half print bed width)
#define DEFAULT_DUPLICATION_X_OFFSET 100
#endif //DUAL_X_CARRIAGE
#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

6
Marlin/example_configurations/wt150/Configuration_adv.h

@ -327,7 +327,11 @@
// Default x offset in duplication mode (typically set to half print bed width)
#define DEFAULT_DUPLICATION_X_OFFSET 100
#endif //DUAL_X_CARRIAGE
#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

Loading…
Cancel
Save