Browse Source

Add PINS_DEBUGGING advanced config option

Scott Lahteine 7 years ago
parent
commit
a0df34fd4c

+ 5
- 0
Marlin/Configuration_adv.h View File

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

+ 5
- 0
Marlin/example_configurations/Cartesio/Configuration_adv.h View File

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

+ 5
- 0
Marlin/example_configurations/Felix/Configuration_adv.h View File

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

+ 5
- 0
Marlin/example_configurations/Hephestos/Configuration_adv.h View File

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

+ 5
- 0
Marlin/example_configurations/Hephestos_2/Configuration_adv.h View File

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

+ 5
- 0
Marlin/example_configurations/K8200/Configuration_adv.h View File

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

+ 5
- 0
Marlin/example_configurations/K8400/Configuration_adv.h View File

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

+ 5
- 0
Marlin/example_configurations/RigidBot/Configuration_adv.h View File

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

+ 5
- 0
Marlin/example_configurations/SCARA/Configuration_adv.h View File

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

+ 5
- 0
Marlin/example_configurations/TAZ4/Configuration_adv.h View File

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

+ 5
- 0
Marlin/example_configurations/WITBOX/Configuration_adv.h View File

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

+ 5
- 0
Marlin/example_configurations/delta/biv2.5/Configuration_adv.h View File

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

+ 5
- 0
Marlin/example_configurations/delta/generic/Configuration_adv.h View File

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

+ 5
- 0
Marlin/example_configurations/delta/kossel_mini/Configuration_adv.h View File

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

+ 5
- 0
Marlin/example_configurations/delta/kossel_pro/Configuration_adv.h View File

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

+ 5
- 0
Marlin/example_configurations/delta/kossel_xl/Configuration_adv.h View File

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

+ 5
- 0
Marlin/example_configurations/makibox/Configuration_adv.h View File

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

+ 5
- 0
Marlin/example_configurations/tvrrug/Round2/Configuration_adv.h View File

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

Loading…
Cancel
Save