Browse Source

Add PINS_DEBUGGING advanced config option

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

5
Marlin/Configuration_adv.h

@ -810,4 +810,9 @@
//#define EXPERIMENTAL_I2CBUS
#define I2C_SLAVE_ADDRESS 0 // Set a value from 8 to 127 to act as a slave
/**
* Add M43 command for pins info and testing
*/
//#define PINS_DEBUGGING
#endif // CONFIGURATION_ADV_H

5
Marlin/example_configurations/Cartesio/Configuration_adv.h

@ -810,4 +810,9 @@
//#define EXPERIMENTAL_I2CBUS
#define I2C_SLAVE_ADDRESS 0 // Set a value from 8 to 127 to act as a slave
/**
* Add M43 command for pins info and testing
*/
//#define PINS_DEBUGGING
#endif // CONFIGURATION_ADV_H

5
Marlin/example_configurations/Felix/Configuration_adv.h

@ -810,4 +810,9 @@
//#define EXPERIMENTAL_I2CBUS
#define I2C_SLAVE_ADDRESS 0 // Set a value from 8 to 127 to act as a slave
/**
* Add M43 command for pins info and testing
*/
//#define PINS_DEBUGGING
#endif // CONFIGURATION_ADV_H

5
Marlin/example_configurations/Hephestos/Configuration_adv.h

@ -810,4 +810,9 @@
//#define EXPERIMENTAL_I2CBUS
#define I2C_SLAVE_ADDRESS 0 // Set a value from 8 to 127 to act as a slave
/**
* Add M43 command for pins info and testing
*/
//#define PINS_DEBUGGING
#endif // CONFIGURATION_ADV_H

5
Marlin/example_configurations/Hephestos_2/Configuration_adv.h

@ -810,4 +810,9 @@
//#define EXPERIMENTAL_I2CBUS
#define I2C_SLAVE_ADDRESS 0 // Set a value from 8 to 127 to act as a slave
/**
* Add M43 command for pins info and testing
*/
//#define PINS_DEBUGGING
#endif // CONFIGURATION_ADV_H

5
Marlin/example_configurations/K8200/Configuration_adv.h

@ -816,4 +816,9 @@
//#define EXPERIMENTAL_I2CBUS
#define I2C_SLAVE_ADDRESS 0 // Set a value from 8 to 127 to act as a slave
/**
* Add M43 command for pins info and testing
*/
//#define PINS_DEBUGGING
#endif // CONFIGURATION_ADV_H

5
Marlin/example_configurations/K8400/Configuration_adv.h

@ -810,4 +810,9 @@
//#define EXPERIMENTAL_I2CBUS
#define I2C_SLAVE_ADDRESS 0 // Set a value from 8 to 127 to act as a slave
/**
* Add M43 command for pins info and testing
*/
//#define PINS_DEBUGGING
#endif // CONFIGURATION_ADV_H

5
Marlin/example_configurations/RigidBot/Configuration_adv.h

@ -810,4 +810,9 @@
//#define EXPERIMENTAL_I2CBUS
#define I2C_SLAVE_ADDRESS 0 // Set a value from 8 to 127 to act as a slave
/**
* Add M43 command for pins info and testing
*/
//#define PINS_DEBUGGING
#endif // CONFIGURATION_ADV_H

5
Marlin/example_configurations/SCARA/Configuration_adv.h

@ -810,4 +810,9 @@
//#define EXPERIMENTAL_I2CBUS
#define I2C_SLAVE_ADDRESS 0 // Set a value from 8 to 127 to act as a slave
/**
* Add M43 command for pins info and testing
*/
//#define PINS_DEBUGGING
#endif // CONFIGURATION_ADV_H

5
Marlin/example_configurations/TAZ4/Configuration_adv.h

@ -818,4 +818,9 @@
//#define EXPERIMENTAL_I2CBUS
#define I2C_SLAVE_ADDRESS 0 // Set a value from 8 to 127 to act as a slave
/**
* Add M43 command for pins info and testing
*/
//#define PINS_DEBUGGING
#endif // CONFIGURATION_ADV_H

5
Marlin/example_configurations/WITBOX/Configuration_adv.h

@ -810,4 +810,9 @@
//#define EXPERIMENTAL_I2CBUS
#define I2C_SLAVE_ADDRESS 0 // Set a value from 8 to 127 to act as a slave
/**
* Add M43 command for pins info and testing
*/
//#define PINS_DEBUGGING
#endif // CONFIGURATION_ADV_H

5
Marlin/example_configurations/delta/biv2.5/Configuration_adv.h

@ -812,4 +812,9 @@
//#define EXPERIMENTAL_I2CBUS
#define I2C_SLAVE_ADDRESS 0 // Set a value from 8 to 127 to act as a slave
/**
* Add M43 command for pins info and testing
*/
//#define PINS_DEBUGGING
#endif // CONFIGURATION_ADV_H

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

@ -812,4 +812,9 @@
//#define EXPERIMENTAL_I2CBUS
#define I2C_SLAVE_ADDRESS 0 // Set a value from 8 to 127 to act as a slave
/**
* Add M43 command for pins info and testing
*/
//#define PINS_DEBUGGING
#endif // CONFIGURATION_ADV_H

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

@ -812,4 +812,9 @@
//#define EXPERIMENTAL_I2CBUS
#define I2C_SLAVE_ADDRESS 0 // Set a value from 8 to 127 to act as a slave
/**
* Add M43 command for pins info and testing
*/
//#define PINS_DEBUGGING
#endif // CONFIGURATION_ADV_H

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

@ -817,4 +817,9 @@
//#define EXPERIMENTAL_I2CBUS
#define I2C_SLAVE_ADDRESS 0 // Set a value from 8 to 127 to act as a slave
/**
* Add M43 command for pins info and testing
*/
//#define PINS_DEBUGGING
#endif // CONFIGURATION_ADV_H

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

@ -812,4 +812,9 @@
//#define EXPERIMENTAL_I2CBUS
#define I2C_SLAVE_ADDRESS 0 // Set a value from 8 to 127 to act as a slave
/**
* Add M43 command for pins info and testing
*/
//#define PINS_DEBUGGING
#endif // CONFIGURATION_ADV_H

5
Marlin/example_configurations/makibox/Configuration_adv.h

@ -810,4 +810,9 @@
//#define EXPERIMENTAL_I2CBUS
#define I2C_SLAVE_ADDRESS 0 // Set a value from 8 to 127 to act as a slave
/**
* Add M43 command for pins info and testing
*/
//#define PINS_DEBUGGING
#endif // CONFIGURATION_ADV_H

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

@ -810,4 +810,9 @@
//#define EXPERIMENTAL_I2CBUS
#define I2C_SLAVE_ADDRESS 0 // Set a value from 8 to 127 to act as a slave
/**
* Add M43 command for pins info and testing
*/
//#define PINS_DEBUGGING
#endif // CONFIGURATION_ADV_H

Loading…
Cancel
Save