Browse Source

Add PINS_DEBUGGING advanced config option

Scott Lahteine 8 years ago
parent
commit
a0df34fd4c

+ 5
- 0
Marlin/Configuration_adv.h View File

810
 //#define EXPERIMENTAL_I2CBUS
810
 //#define EXPERIMENTAL_I2CBUS
811
 #define I2C_SLAVE_ADDRESS  0 // Set a value from 8 to 127 to act as a slave
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
 #endif // CONFIGURATION_ADV_H
818
 #endif // CONFIGURATION_ADV_H

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

810
 //#define EXPERIMENTAL_I2CBUS
810
 //#define EXPERIMENTAL_I2CBUS
811
 #define I2C_SLAVE_ADDRESS  0 // Set a value from 8 to 127 to act as a slave
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
 #endif // CONFIGURATION_ADV_H
818
 #endif // CONFIGURATION_ADV_H

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

810
 //#define EXPERIMENTAL_I2CBUS
810
 //#define EXPERIMENTAL_I2CBUS
811
 #define I2C_SLAVE_ADDRESS  0 // Set a value from 8 to 127 to act as a slave
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
 #endif // CONFIGURATION_ADV_H
818
 #endif // CONFIGURATION_ADV_H

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

810
 //#define EXPERIMENTAL_I2CBUS
810
 //#define EXPERIMENTAL_I2CBUS
811
 #define I2C_SLAVE_ADDRESS  0 // Set a value from 8 to 127 to act as a slave
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
 #endif // CONFIGURATION_ADV_H
818
 #endif // CONFIGURATION_ADV_H

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

810
 //#define EXPERIMENTAL_I2CBUS
810
 //#define EXPERIMENTAL_I2CBUS
811
 #define I2C_SLAVE_ADDRESS  0 // Set a value from 8 to 127 to act as a slave
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
 #endif // CONFIGURATION_ADV_H
818
 #endif // CONFIGURATION_ADV_H

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

816
 //#define EXPERIMENTAL_I2CBUS
816
 //#define EXPERIMENTAL_I2CBUS
817
 #define I2C_SLAVE_ADDRESS  0 // Set a value from 8 to 127 to act as a slave
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
 #endif // CONFIGURATION_ADV_H
824
 #endif // CONFIGURATION_ADV_H

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

810
 //#define EXPERIMENTAL_I2CBUS
810
 //#define EXPERIMENTAL_I2CBUS
811
 #define I2C_SLAVE_ADDRESS  0 // Set a value from 8 to 127 to act as a slave
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
 #endif // CONFIGURATION_ADV_H
818
 #endif // CONFIGURATION_ADV_H

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

810
 //#define EXPERIMENTAL_I2CBUS
810
 //#define EXPERIMENTAL_I2CBUS
811
 #define I2C_SLAVE_ADDRESS  0 // Set a value from 8 to 127 to act as a slave
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
 #endif // CONFIGURATION_ADV_H
818
 #endif // CONFIGURATION_ADV_H

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

810
 //#define EXPERIMENTAL_I2CBUS
810
 //#define EXPERIMENTAL_I2CBUS
811
 #define I2C_SLAVE_ADDRESS  0 // Set a value from 8 to 127 to act as a slave
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
 #endif // CONFIGURATION_ADV_H
818
 #endif // CONFIGURATION_ADV_H

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

818
 //#define EXPERIMENTAL_I2CBUS
818
 //#define EXPERIMENTAL_I2CBUS
819
 #define I2C_SLAVE_ADDRESS  0 // Set a value from 8 to 127 to act as a slave
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
 #endif // CONFIGURATION_ADV_H
826
 #endif // CONFIGURATION_ADV_H

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

810
 //#define EXPERIMENTAL_I2CBUS
810
 //#define EXPERIMENTAL_I2CBUS
811
 #define I2C_SLAVE_ADDRESS  0 // Set a value from 8 to 127 to act as a slave
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
 #endif // CONFIGURATION_ADV_H
818
 #endif // CONFIGURATION_ADV_H

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

812
 //#define EXPERIMENTAL_I2CBUS
812
 //#define EXPERIMENTAL_I2CBUS
813
 #define I2C_SLAVE_ADDRESS  0 // Set a value from 8 to 127 to act as a slave
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
 #endif // CONFIGURATION_ADV_H
820
 #endif // CONFIGURATION_ADV_H

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

812
 //#define EXPERIMENTAL_I2CBUS
812
 //#define EXPERIMENTAL_I2CBUS
813
 #define I2C_SLAVE_ADDRESS  0 // Set a value from 8 to 127 to act as a slave
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
 #endif // CONFIGURATION_ADV_H
820
 #endif // CONFIGURATION_ADV_H

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

812
 //#define EXPERIMENTAL_I2CBUS
812
 //#define EXPERIMENTAL_I2CBUS
813
 #define I2C_SLAVE_ADDRESS  0 // Set a value from 8 to 127 to act as a slave
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
 #endif // CONFIGURATION_ADV_H
820
 #endif // CONFIGURATION_ADV_H

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

817
 //#define EXPERIMENTAL_I2CBUS
817
 //#define EXPERIMENTAL_I2CBUS
818
 #define I2C_SLAVE_ADDRESS  0 // Set a value from 8 to 127 to act as a slave
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
 #endif // CONFIGURATION_ADV_H
825
 #endif // CONFIGURATION_ADV_H

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

812
 //#define EXPERIMENTAL_I2CBUS
812
 //#define EXPERIMENTAL_I2CBUS
813
 #define I2C_SLAVE_ADDRESS  0 // Set a value from 8 to 127 to act as a slave
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
 #endif // CONFIGURATION_ADV_H
820
 #endif // CONFIGURATION_ADV_H

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

810
 //#define EXPERIMENTAL_I2CBUS
810
 //#define EXPERIMENTAL_I2CBUS
811
 #define I2C_SLAVE_ADDRESS  0 // Set a value from 8 to 127 to act as a slave
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
 #endif // CONFIGURATION_ADV_H
818
 #endif // CONFIGURATION_ADV_H

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

810
 //#define EXPERIMENTAL_I2CBUS
810
 //#define EXPERIMENTAL_I2CBUS
811
 #define I2C_SLAVE_ADDRESS  0 // Set a value from 8 to 127 to act as a slave
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
 #endif // CONFIGURATION_ADV_H
818
 #endif // CONFIGURATION_ADV_H

Loading…
Cancel
Save