mirror of
https://github.com/MarlinFirmware/Configurations.git
synced 2025-07-07 15:07:34 -06:00
✨ BD_SENSOR - Bed Distance Sensor
This commit is contained in:
parent
268ba16aa6
commit
e6a61acc01
316 changed files with 2844 additions and 0 deletions
|
@ -1894,6 +1894,15 @@
|
||||||
#define LEVELING_BED_TEMP 50
|
#define LEVELING_BED_TEMP 50
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Bed Distance Sensor
|
||||||
|
*
|
||||||
|
* Measures the distance from bed to nozzle with accuracy of 0.01mm.
|
||||||
|
* For information about this sensor https://github.com/markniu/Bed_Distance_sensor
|
||||||
|
* Uses I2C port, so it requires I2C library markyue/Panda_SoftMasterI2C.
|
||||||
|
*/
|
||||||
|
//#define BD_SENSOR
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Enable detailed logging of G28, G29, M48, etc.
|
* Enable detailed logging of G28, G29, M48, etc.
|
||||||
* Turn on with the command 'M111 S32'.
|
* Turn on with the command 'M111 S32'.
|
||||||
|
|
|
@ -1895,6 +1895,15 @@
|
||||||
#define LEVELING_BED_TEMP 50
|
#define LEVELING_BED_TEMP 50
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Bed Distance Sensor
|
||||||
|
*
|
||||||
|
* Measures the distance from bed to nozzle with accuracy of 0.01mm.
|
||||||
|
* For information about this sensor https://github.com/markniu/Bed_Distance_sensor
|
||||||
|
* Uses I2C port, so it requires I2C library markyue/Panda_SoftMasterI2C.
|
||||||
|
*/
|
||||||
|
//#define BD_SENSOR
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Enable detailed logging of G28, G29, M48, etc.
|
* Enable detailed logging of G28, G29, M48, etc.
|
||||||
* Turn on with the command 'M111 S32'.
|
* Turn on with the command 'M111 S32'.
|
||||||
|
|
|
@ -1894,6 +1894,15 @@
|
||||||
#define LEVELING_BED_TEMP 50
|
#define LEVELING_BED_TEMP 50
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Bed Distance Sensor
|
||||||
|
*
|
||||||
|
* Measures the distance from bed to nozzle with accuracy of 0.01mm.
|
||||||
|
* For information about this sensor https://github.com/markniu/Bed_Distance_sensor
|
||||||
|
* Uses I2C port, so it requires I2C library markyue/Panda_SoftMasterI2C.
|
||||||
|
*/
|
||||||
|
//#define BD_SENSOR
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Enable detailed logging of G28, G29, M48, etc.
|
* Enable detailed logging of G28, G29, M48, etc.
|
||||||
* Turn on with the command 'M111 S32'.
|
* Turn on with the command 'M111 S32'.
|
||||||
|
|
|
@ -1894,6 +1894,15 @@
|
||||||
#define LEVELING_BED_TEMP 50
|
#define LEVELING_BED_TEMP 50
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Bed Distance Sensor
|
||||||
|
*
|
||||||
|
* Measures the distance from bed to nozzle with accuracy of 0.01mm.
|
||||||
|
* For information about this sensor https://github.com/markniu/Bed_Distance_sensor
|
||||||
|
* Uses I2C port, so it requires I2C library markyue/Panda_SoftMasterI2C.
|
||||||
|
*/
|
||||||
|
//#define BD_SENSOR
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Enable detailed logging of G28, G29, M48, etc.
|
* Enable detailed logging of G28, G29, M48, etc.
|
||||||
* Turn on with the command 'M111 S32'.
|
* Turn on with the command 'M111 S32'.
|
||||||
|
|
|
@ -1972,6 +1972,15 @@
|
||||||
#define LEVELING_BED_TEMP 50
|
#define LEVELING_BED_TEMP 50
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Bed Distance Sensor
|
||||||
|
*
|
||||||
|
* Measures the distance from bed to nozzle with accuracy of 0.01mm.
|
||||||
|
* For information about this sensor https://github.com/markniu/Bed_Distance_sensor
|
||||||
|
* Uses I2C port, so it requires I2C library markyue/Panda_SoftMasterI2C.
|
||||||
|
*/
|
||||||
|
//#define BD_SENSOR
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Enable detailed logging of G28, G29, M48, etc.
|
* Enable detailed logging of G28, G29, M48, etc.
|
||||||
* Turn on with the command 'M111 S32'.
|
* Turn on with the command 'M111 S32'.
|
||||||
|
|
|
@ -1973,6 +1973,15 @@
|
||||||
#define LEVELING_BED_TEMP 50
|
#define LEVELING_BED_TEMP 50
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Bed Distance Sensor
|
||||||
|
*
|
||||||
|
* Measures the distance from bed to nozzle with accuracy of 0.01mm.
|
||||||
|
* For information about this sensor https://github.com/markniu/Bed_Distance_sensor
|
||||||
|
* Uses I2C port, so it requires I2C library markyue/Panda_SoftMasterI2C.
|
||||||
|
*/
|
||||||
|
//#define BD_SENSOR
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Enable detailed logging of G28, G29, M48, etc.
|
* Enable detailed logging of G28, G29, M48, etc.
|
||||||
* Turn on with the command 'M111 S32'.
|
* Turn on with the command 'M111 S32'.
|
||||||
|
|
|
@ -1893,6 +1893,15 @@
|
||||||
#define LEVELING_BED_TEMP 50
|
#define LEVELING_BED_TEMP 50
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Bed Distance Sensor
|
||||||
|
*
|
||||||
|
* Measures the distance from bed to nozzle with accuracy of 0.01mm.
|
||||||
|
* For information about this sensor https://github.com/markniu/Bed_Distance_sensor
|
||||||
|
* Uses I2C port, so it requires I2C library markyue/Panda_SoftMasterI2C.
|
||||||
|
*/
|
||||||
|
//#define BD_SENSOR
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Enable detailed logging of G28, G29, M48, etc.
|
* Enable detailed logging of G28, G29, M48, etc.
|
||||||
* Turn on with the command 'M111 S32'.
|
* Turn on with the command 'M111 S32'.
|
||||||
|
|
|
@ -1894,6 +1894,15 @@
|
||||||
#define LEVELING_BED_TEMP 50
|
#define LEVELING_BED_TEMP 50
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Bed Distance Sensor
|
||||||
|
*
|
||||||
|
* Measures the distance from bed to nozzle with accuracy of 0.01mm.
|
||||||
|
* For information about this sensor https://github.com/markniu/Bed_Distance_sensor
|
||||||
|
* Uses I2C port, so it requires I2C library markyue/Panda_SoftMasterI2C.
|
||||||
|
*/
|
||||||
|
//#define BD_SENSOR
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Enable detailed logging of G28, G29, M48, etc.
|
* Enable detailed logging of G28, G29, M48, etc.
|
||||||
* Turn on with the command 'M111 S32'.
|
* Turn on with the command 'M111 S32'.
|
||||||
|
|
|
@ -1893,6 +1893,15 @@
|
||||||
#define LEVELING_BED_TEMP 50
|
#define LEVELING_BED_TEMP 50
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Bed Distance Sensor
|
||||||
|
*
|
||||||
|
* Measures the distance from bed to nozzle with accuracy of 0.01mm.
|
||||||
|
* For information about this sensor https://github.com/markniu/Bed_Distance_sensor
|
||||||
|
* Uses I2C port, so it requires I2C library markyue/Panda_SoftMasterI2C.
|
||||||
|
*/
|
||||||
|
//#define BD_SENSOR
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Enable detailed logging of G28, G29, M48, etc.
|
* Enable detailed logging of G28, G29, M48, etc.
|
||||||
* Turn on with the command 'M111 S32'.
|
* Turn on with the command 'M111 S32'.
|
||||||
|
|
|
@ -1893,6 +1893,15 @@
|
||||||
#define LEVELING_BED_TEMP 50
|
#define LEVELING_BED_TEMP 50
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Bed Distance Sensor
|
||||||
|
*
|
||||||
|
* Measures the distance from bed to nozzle with accuracy of 0.01mm.
|
||||||
|
* For information about this sensor https://github.com/markniu/Bed_Distance_sensor
|
||||||
|
* Uses I2C port, so it requires I2C library markyue/Panda_SoftMasterI2C.
|
||||||
|
*/
|
||||||
|
//#define BD_SENSOR
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Enable detailed logging of G28, G29, M48, etc.
|
* Enable detailed logging of G28, G29, M48, etc.
|
||||||
* Turn on with the command 'M111 S32'.
|
* Turn on with the command 'M111 S32'.
|
||||||
|
|
|
@ -1968,6 +1968,15 @@
|
||||||
#define LEVELING_BED_TEMP 50
|
#define LEVELING_BED_TEMP 50
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Bed Distance Sensor
|
||||||
|
*
|
||||||
|
* Measures the distance from bed to nozzle with accuracy of 0.01mm.
|
||||||
|
* For information about this sensor https://github.com/markniu/Bed_Distance_sensor
|
||||||
|
* Uses I2C port, so it requires I2C library markyue/Panda_SoftMasterI2C.
|
||||||
|
*/
|
||||||
|
//#define BD_SENSOR
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Enable detailed logging of G28, G29, M48, etc.
|
* Enable detailed logging of G28, G29, M48, etc.
|
||||||
* Turn on with the command 'M111 S32'.
|
* Turn on with the command 'M111 S32'.
|
||||||
|
|
|
@ -1896,6 +1896,15 @@
|
||||||
#define LEVELING_BED_TEMP 50
|
#define LEVELING_BED_TEMP 50
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Bed Distance Sensor
|
||||||
|
*
|
||||||
|
* Measures the distance from bed to nozzle with accuracy of 0.01mm.
|
||||||
|
* For information about this sensor https://github.com/markniu/Bed_Distance_sensor
|
||||||
|
* Uses I2C port, so it requires I2C library markyue/Panda_SoftMasterI2C.
|
||||||
|
*/
|
||||||
|
//#define BD_SENSOR
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Enable detailed logging of G28, G29, M48, etc.
|
* Enable detailed logging of G28, G29, M48, etc.
|
||||||
* Turn on with the command 'M111 S32'.
|
* Turn on with the command 'M111 S32'.
|
||||||
|
|
|
@ -1895,6 +1895,15 @@
|
||||||
#define LEVELING_BED_TEMP 50
|
#define LEVELING_BED_TEMP 50
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Bed Distance Sensor
|
||||||
|
*
|
||||||
|
* Measures the distance from bed to nozzle with accuracy of 0.01mm.
|
||||||
|
* For information about this sensor https://github.com/markniu/Bed_Distance_sensor
|
||||||
|
* Uses I2C port, so it requires I2C library markyue/Panda_SoftMasterI2C.
|
||||||
|
*/
|
||||||
|
//#define BD_SENSOR
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Enable detailed logging of G28, G29, M48, etc.
|
* Enable detailed logging of G28, G29, M48, etc.
|
||||||
* Turn on with the command 'M111 S32'.
|
* Turn on with the command 'M111 S32'.
|
||||||
|
|
|
@ -1893,6 +1893,15 @@
|
||||||
#define LEVELING_BED_TEMP 50
|
#define LEVELING_BED_TEMP 50
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Bed Distance Sensor
|
||||||
|
*
|
||||||
|
* Measures the distance from bed to nozzle with accuracy of 0.01mm.
|
||||||
|
* For information about this sensor https://github.com/markniu/Bed_Distance_sensor
|
||||||
|
* Uses I2C port, so it requires I2C library markyue/Panda_SoftMasterI2C.
|
||||||
|
*/
|
||||||
|
//#define BD_SENSOR
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Enable detailed logging of G28, G29, M48, etc.
|
* Enable detailed logging of G28, G29, M48, etc.
|
||||||
* Turn on with the command 'M111 S32'.
|
* Turn on with the command 'M111 S32'.
|
||||||
|
|
|
@ -1893,6 +1893,15 @@
|
||||||
#define LEVELING_BED_TEMP 50
|
#define LEVELING_BED_TEMP 50
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Bed Distance Sensor
|
||||||
|
*
|
||||||
|
* Measures the distance from bed to nozzle with accuracy of 0.01mm.
|
||||||
|
* For information about this sensor https://github.com/markniu/Bed_Distance_sensor
|
||||||
|
* Uses I2C port, so it requires I2C library markyue/Panda_SoftMasterI2C.
|
||||||
|
*/
|
||||||
|
//#define BD_SENSOR
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Enable detailed logging of G28, G29, M48, etc.
|
* Enable detailed logging of G28, G29, M48, etc.
|
||||||
* Turn on with the command 'M111 S32'.
|
* Turn on with the command 'M111 S32'.
|
||||||
|
|
|
@ -1895,6 +1895,15 @@
|
||||||
#define LEVELING_BED_TEMP 50
|
#define LEVELING_BED_TEMP 50
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Bed Distance Sensor
|
||||||
|
*
|
||||||
|
* Measures the distance from bed to nozzle with accuracy of 0.01mm.
|
||||||
|
* For information about this sensor https://github.com/markniu/Bed_Distance_sensor
|
||||||
|
* Uses I2C port, so it requires I2C library markyue/Panda_SoftMasterI2C.
|
||||||
|
*/
|
||||||
|
//#define BD_SENSOR
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Enable detailed logging of G28, G29, M48, etc.
|
* Enable detailed logging of G28, G29, M48, etc.
|
||||||
* Turn on with the command 'M111 S32'.
|
* Turn on with the command 'M111 S32'.
|
||||||
|
|
|
@ -1895,6 +1895,15 @@
|
||||||
#define LEVELING_BED_TEMP 50
|
#define LEVELING_BED_TEMP 50
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Bed Distance Sensor
|
||||||
|
*
|
||||||
|
* Measures the distance from bed to nozzle with accuracy of 0.01mm.
|
||||||
|
* For information about this sensor https://github.com/markniu/Bed_Distance_sensor
|
||||||
|
* Uses I2C port, so it requires I2C library markyue/Panda_SoftMasterI2C.
|
||||||
|
*/
|
||||||
|
//#define BD_SENSOR
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Enable detailed logging of G28, G29, M48, etc.
|
* Enable detailed logging of G28, G29, M48, etc.
|
||||||
* Turn on with the command 'M111 S32'.
|
* Turn on with the command 'M111 S32'.
|
||||||
|
|
|
@ -1899,6 +1899,15 @@
|
||||||
#define LEVELING_BED_TEMP 50
|
#define LEVELING_BED_TEMP 50
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Bed Distance Sensor
|
||||||
|
*
|
||||||
|
* Measures the distance from bed to nozzle with accuracy of 0.01mm.
|
||||||
|
* For information about this sensor https://github.com/markniu/Bed_Distance_sensor
|
||||||
|
* Uses I2C port, so it requires I2C library markyue/Panda_SoftMasterI2C.
|
||||||
|
*/
|
||||||
|
//#define BD_SENSOR
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Enable detailed logging of G28, G29, M48, etc.
|
* Enable detailed logging of G28, G29, M48, etc.
|
||||||
* Turn on with the command 'M111 S32'.
|
* Turn on with the command 'M111 S32'.
|
||||||
|
|
|
@ -1899,6 +1899,15 @@
|
||||||
#define LEVELING_BED_TEMP 50
|
#define LEVELING_BED_TEMP 50
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Bed Distance Sensor
|
||||||
|
*
|
||||||
|
* Measures the distance from bed to nozzle with accuracy of 0.01mm.
|
||||||
|
* For information about this sensor https://github.com/markniu/Bed_Distance_sensor
|
||||||
|
* Uses I2C port, so it requires I2C library markyue/Panda_SoftMasterI2C.
|
||||||
|
*/
|
||||||
|
//#define BD_SENSOR
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Enable detailed logging of G28, G29, M48, etc.
|
* Enable detailed logging of G28, G29, M48, etc.
|
||||||
* Turn on with the command 'M111 S32'.
|
* Turn on with the command 'M111 S32'.
|
||||||
|
|
|
@ -1899,6 +1899,15 @@
|
||||||
#define LEVELING_BED_TEMP 50
|
#define LEVELING_BED_TEMP 50
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Bed Distance Sensor
|
||||||
|
*
|
||||||
|
* Measures the distance from bed to nozzle with accuracy of 0.01mm.
|
||||||
|
* For information about this sensor https://github.com/markniu/Bed_Distance_sensor
|
||||||
|
* Uses I2C port, so it requires I2C library markyue/Panda_SoftMasterI2C.
|
||||||
|
*/
|
||||||
|
//#define BD_SENSOR
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Enable detailed logging of G28, G29, M48, etc.
|
* Enable detailed logging of G28, G29, M48, etc.
|
||||||
* Turn on with the command 'M111 S32'.
|
* Turn on with the command 'M111 S32'.
|
||||||
|
|
|
@ -1899,6 +1899,15 @@
|
||||||
#define LEVELING_BED_TEMP 50
|
#define LEVELING_BED_TEMP 50
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Bed Distance Sensor
|
||||||
|
*
|
||||||
|
* Measures the distance from bed to nozzle with accuracy of 0.01mm.
|
||||||
|
* For information about this sensor https://github.com/markniu/Bed_Distance_sensor
|
||||||
|
* Uses I2C port, so it requires I2C library markyue/Panda_SoftMasterI2C.
|
||||||
|
*/
|
||||||
|
//#define BD_SENSOR
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Enable detailed logging of G28, G29, M48, etc.
|
* Enable detailed logging of G28, G29, M48, etc.
|
||||||
* Turn on with the command 'M111 S32'.
|
* Turn on with the command 'M111 S32'.
|
||||||
|
|
|
@ -1893,6 +1893,15 @@
|
||||||
#define LEVELING_BED_TEMP 50
|
#define LEVELING_BED_TEMP 50
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Bed Distance Sensor
|
||||||
|
*
|
||||||
|
* Measures the distance from bed to nozzle with accuracy of 0.01mm.
|
||||||
|
* For information about this sensor https://github.com/markniu/Bed_Distance_sensor
|
||||||
|
* Uses I2C port, so it requires I2C library markyue/Panda_SoftMasterI2C.
|
||||||
|
*/
|
||||||
|
//#define BD_SENSOR
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Enable detailed logging of G28, G29, M48, etc.
|
* Enable detailed logging of G28, G29, M48, etc.
|
||||||
* Turn on with the command 'M111 S32'.
|
* Turn on with the command 'M111 S32'.
|
||||||
|
|
|
@ -1893,6 +1893,15 @@
|
||||||
#define LEVELING_BED_TEMP 50
|
#define LEVELING_BED_TEMP 50
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Bed Distance Sensor
|
||||||
|
*
|
||||||
|
* Measures the distance from bed to nozzle with accuracy of 0.01mm.
|
||||||
|
* For information about this sensor https://github.com/markniu/Bed_Distance_sensor
|
||||||
|
* Uses I2C port, so it requires I2C library markyue/Panda_SoftMasterI2C.
|
||||||
|
*/
|
||||||
|
//#define BD_SENSOR
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Enable detailed logging of G28, G29, M48, etc.
|
* Enable detailed logging of G28, G29, M48, etc.
|
||||||
* Turn on with the command 'M111 S32'.
|
* Turn on with the command 'M111 S32'.
|
||||||
|
|
|
@ -1893,6 +1893,15 @@
|
||||||
#define LEVELING_BED_TEMP 50
|
#define LEVELING_BED_TEMP 50
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Bed Distance Sensor
|
||||||
|
*
|
||||||
|
* Measures the distance from bed to nozzle with accuracy of 0.01mm.
|
||||||
|
* For information about this sensor https://github.com/markniu/Bed_Distance_sensor
|
||||||
|
* Uses I2C port, so it requires I2C library markyue/Panda_SoftMasterI2C.
|
||||||
|
*/
|
||||||
|
//#define BD_SENSOR
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Enable detailed logging of G28, G29, M48, etc.
|
* Enable detailed logging of G28, G29, M48, etc.
|
||||||
* Turn on with the command 'M111 S32'.
|
* Turn on with the command 'M111 S32'.
|
||||||
|
|
|
@ -1897,6 +1897,15 @@
|
||||||
#define LEVELING_BED_TEMP 50
|
#define LEVELING_BED_TEMP 50
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Bed Distance Sensor
|
||||||
|
*
|
||||||
|
* Measures the distance from bed to nozzle with accuracy of 0.01mm.
|
||||||
|
* For information about this sensor https://github.com/markniu/Bed_Distance_sensor
|
||||||
|
* Uses I2C port, so it requires I2C library markyue/Panda_SoftMasterI2C.
|
||||||
|
*/
|
||||||
|
//#define BD_SENSOR
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Enable detailed logging of G28, G29, M48, etc.
|
* Enable detailed logging of G28, G29, M48, etc.
|
||||||
* Turn on with the command 'M111 S32'.
|
* Turn on with the command 'M111 S32'.
|
||||||
|
|
|
@ -1895,6 +1895,15 @@
|
||||||
#define LEVELING_BED_TEMP 50
|
#define LEVELING_BED_TEMP 50
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Bed Distance Sensor
|
||||||
|
*
|
||||||
|
* Measures the distance from bed to nozzle with accuracy of 0.01mm.
|
||||||
|
* For information about this sensor https://github.com/markniu/Bed_Distance_sensor
|
||||||
|
* Uses I2C port, so it requires I2C library markyue/Panda_SoftMasterI2C.
|
||||||
|
*/
|
||||||
|
//#define BD_SENSOR
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Enable detailed logging of G28, G29, M48, etc.
|
* Enable detailed logging of G28, G29, M48, etc.
|
||||||
* Turn on with the command 'M111 S32'.
|
* Turn on with the command 'M111 S32'.
|
||||||
|
|
|
@ -1895,6 +1895,15 @@
|
||||||
#define LEVELING_BED_TEMP 50
|
#define LEVELING_BED_TEMP 50
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Bed Distance Sensor
|
||||||
|
*
|
||||||
|
* Measures the distance from bed to nozzle with accuracy of 0.01mm.
|
||||||
|
* For information about this sensor https://github.com/markniu/Bed_Distance_sensor
|
||||||
|
* Uses I2C port, so it requires I2C library markyue/Panda_SoftMasterI2C.
|
||||||
|
*/
|
||||||
|
//#define BD_SENSOR
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Enable detailed logging of G28, G29, M48, etc.
|
* Enable detailed logging of G28, G29, M48, etc.
|
||||||
* Turn on with the command 'M111 S32'.
|
* Turn on with the command 'M111 S32'.
|
||||||
|
|
|
@ -1893,6 +1893,15 @@
|
||||||
#define LEVELING_BED_TEMP 50
|
#define LEVELING_BED_TEMP 50
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Bed Distance Sensor
|
||||||
|
*
|
||||||
|
* Measures the distance from bed to nozzle with accuracy of 0.01mm.
|
||||||
|
* For information about this sensor https://github.com/markniu/Bed_Distance_sensor
|
||||||
|
* Uses I2C port, so it requires I2C library markyue/Panda_SoftMasterI2C.
|
||||||
|
*/
|
||||||
|
//#define BD_SENSOR
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Enable detailed logging of G28, G29, M48, etc.
|
* Enable detailed logging of G28, G29, M48, etc.
|
||||||
* Turn on with the command 'M111 S32'.
|
* Turn on with the command 'M111 S32'.
|
||||||
|
|
|
@ -1926,6 +1926,15 @@
|
||||||
#define LEVELING_BED_TEMP 50
|
#define LEVELING_BED_TEMP 50
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Bed Distance Sensor
|
||||||
|
*
|
||||||
|
* Measures the distance from bed to nozzle with accuracy of 0.01mm.
|
||||||
|
* For information about this sensor https://github.com/markniu/Bed_Distance_sensor
|
||||||
|
* Uses I2C port, so it requires I2C library markyue/Panda_SoftMasterI2C.
|
||||||
|
*/
|
||||||
|
//#define BD_SENSOR
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Enable detailed logging of G28, G29, M48, etc.
|
* Enable detailed logging of G28, G29, M48, etc.
|
||||||
* Turn on with the command 'M111 S32'.
|
* Turn on with the command 'M111 S32'.
|
||||||
|
|
|
@ -1893,6 +1893,15 @@
|
||||||
#define LEVELING_BED_TEMP 50
|
#define LEVELING_BED_TEMP 50
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Bed Distance Sensor
|
||||||
|
*
|
||||||
|
* Measures the distance from bed to nozzle with accuracy of 0.01mm.
|
||||||
|
* For information about this sensor https://github.com/markniu/Bed_Distance_sensor
|
||||||
|
* Uses I2C port, so it requires I2C library markyue/Panda_SoftMasterI2C.
|
||||||
|
*/
|
||||||
|
//#define BD_SENSOR
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Enable detailed logging of G28, G29, M48, etc.
|
* Enable detailed logging of G28, G29, M48, etc.
|
||||||
* Turn on with the command 'M111 S32'.
|
* Turn on with the command 'M111 S32'.
|
||||||
|
|
|
@ -1894,6 +1894,15 @@
|
||||||
#define LEVELING_BED_TEMP 50
|
#define LEVELING_BED_TEMP 50
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Bed Distance Sensor
|
||||||
|
*
|
||||||
|
* Measures the distance from bed to nozzle with accuracy of 0.01mm.
|
||||||
|
* For information about this sensor https://github.com/markniu/Bed_Distance_sensor
|
||||||
|
* Uses I2C port, so it requires I2C library markyue/Panda_SoftMasterI2C.
|
||||||
|
*/
|
||||||
|
//#define BD_SENSOR
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Enable detailed logging of G28, G29, M48, etc.
|
* Enable detailed logging of G28, G29, M48, etc.
|
||||||
* Turn on with the command 'M111 S32'.
|
* Turn on with the command 'M111 S32'.
|
||||||
|
|
|
@ -1894,6 +1894,15 @@
|
||||||
#define LEVELING_BED_TEMP 50
|
#define LEVELING_BED_TEMP 50
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Bed Distance Sensor
|
||||||
|
*
|
||||||
|
* Measures the distance from bed to nozzle with accuracy of 0.01mm.
|
||||||
|
* For information about this sensor https://github.com/markniu/Bed_Distance_sensor
|
||||||
|
* Uses I2C port, so it requires I2C library markyue/Panda_SoftMasterI2C.
|
||||||
|
*/
|
||||||
|
//#define BD_SENSOR
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Enable detailed logging of G28, G29, M48, etc.
|
* Enable detailed logging of G28, G29, M48, etc.
|
||||||
* Turn on with the command 'M111 S32'.
|
* Turn on with the command 'M111 S32'.
|
||||||
|
|
|
@ -1893,6 +1893,15 @@
|
||||||
#define LEVELING_BED_TEMP 50
|
#define LEVELING_BED_TEMP 50
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Bed Distance Sensor
|
||||||
|
*
|
||||||
|
* Measures the distance from bed to nozzle with accuracy of 0.01mm.
|
||||||
|
* For information about this sensor https://github.com/markniu/Bed_Distance_sensor
|
||||||
|
* Uses I2C port, so it requires I2C library markyue/Panda_SoftMasterI2C.
|
||||||
|
*/
|
||||||
|
//#define BD_SENSOR
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Enable detailed logging of G28, G29, M48, etc.
|
* Enable detailed logging of G28, G29, M48, etc.
|
||||||
* Turn on with the command 'M111 S32'.
|
* Turn on with the command 'M111 S32'.
|
||||||
|
|
|
@ -1893,6 +1893,15 @@
|
||||||
#define LEVELING_BED_TEMP 50
|
#define LEVELING_BED_TEMP 50
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Bed Distance Sensor
|
||||||
|
*
|
||||||
|
* Measures the distance from bed to nozzle with accuracy of 0.01mm.
|
||||||
|
* For information about this sensor https://github.com/markniu/Bed_Distance_sensor
|
||||||
|
* Uses I2C port, so it requires I2C library markyue/Panda_SoftMasterI2C.
|
||||||
|
*/
|
||||||
|
//#define BD_SENSOR
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Enable detailed logging of G28, G29, M48, etc.
|
* Enable detailed logging of G28, G29, M48, etc.
|
||||||
* Turn on with the command 'M111 S32'.
|
* Turn on with the command 'M111 S32'.
|
||||||
|
|
|
@ -1893,6 +1893,15 @@
|
||||||
#define LEVELING_BED_TEMP 50
|
#define LEVELING_BED_TEMP 50
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Bed Distance Sensor
|
||||||
|
*
|
||||||
|
* Measures the distance from bed to nozzle with accuracy of 0.01mm.
|
||||||
|
* For information about this sensor https://github.com/markniu/Bed_Distance_sensor
|
||||||
|
* Uses I2C port, so it requires I2C library markyue/Panda_SoftMasterI2C.
|
||||||
|
*/
|
||||||
|
//#define BD_SENSOR
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Enable detailed logging of G28, G29, M48, etc.
|
* Enable detailed logging of G28, G29, M48, etc.
|
||||||
* Turn on with the command 'M111 S32'.
|
* Turn on with the command 'M111 S32'.
|
||||||
|
|
|
@ -1909,6 +1909,15 @@
|
||||||
#define LEVELING_BED_TEMP 50
|
#define LEVELING_BED_TEMP 50
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Bed Distance Sensor
|
||||||
|
*
|
||||||
|
* Measures the distance from bed to nozzle with accuracy of 0.01mm.
|
||||||
|
* For information about this sensor https://github.com/markniu/Bed_Distance_sensor
|
||||||
|
* Uses I2C port, so it requires I2C library markyue/Panda_SoftMasterI2C.
|
||||||
|
*/
|
||||||
|
//#define BD_SENSOR
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Enable detailed logging of G28, G29, M48, etc.
|
* Enable detailed logging of G28, G29, M48, etc.
|
||||||
* Turn on with the command 'M111 S32'.
|
* Turn on with the command 'M111 S32'.
|
||||||
|
|
|
@ -1893,6 +1893,15 @@
|
||||||
#define LEVELING_BED_TEMP 50
|
#define LEVELING_BED_TEMP 50
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Bed Distance Sensor
|
||||||
|
*
|
||||||
|
* Measures the distance from bed to nozzle with accuracy of 0.01mm.
|
||||||
|
* For information about this sensor https://github.com/markniu/Bed_Distance_sensor
|
||||||
|
* Uses I2C port, so it requires I2C library markyue/Panda_SoftMasterI2C.
|
||||||
|
*/
|
||||||
|
//#define BD_SENSOR
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Enable detailed logging of G28, G29, M48, etc.
|
* Enable detailed logging of G28, G29, M48, etc.
|
||||||
* Turn on with the command 'M111 S32'.
|
* Turn on with the command 'M111 S32'.
|
||||||
|
|
|
@ -1893,6 +1893,15 @@
|
||||||
#define LEVELING_BED_TEMP 50
|
#define LEVELING_BED_TEMP 50
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Bed Distance Sensor
|
||||||
|
*
|
||||||
|
* Measures the distance from bed to nozzle with accuracy of 0.01mm.
|
||||||
|
* For information about this sensor https://github.com/markniu/Bed_Distance_sensor
|
||||||
|
* Uses I2C port, so it requires I2C library markyue/Panda_SoftMasterI2C.
|
||||||
|
*/
|
||||||
|
//#define BD_SENSOR
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Enable detailed logging of G28, G29, M48, etc.
|
* Enable detailed logging of G28, G29, M48, etc.
|
||||||
* Turn on with the command 'M111 S32'.
|
* Turn on with the command 'M111 S32'.
|
||||||
|
|
|
@ -1893,6 +1893,15 @@
|
||||||
#define LEVELING_BED_TEMP 50
|
#define LEVELING_BED_TEMP 50
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Bed Distance Sensor
|
||||||
|
*
|
||||||
|
* Measures the distance from bed to nozzle with accuracy of 0.01mm.
|
||||||
|
* For information about this sensor https://github.com/markniu/Bed_Distance_sensor
|
||||||
|
* Uses I2C port, so it requires I2C library markyue/Panda_SoftMasterI2C.
|
||||||
|
*/
|
||||||
|
//#define BD_SENSOR
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Enable detailed logging of G28, G29, M48, etc.
|
* Enable detailed logging of G28, G29, M48, etc.
|
||||||
* Turn on with the command 'M111 S32'.
|
* Turn on with the command 'M111 S32'.
|
||||||
|
|
|
@ -1893,6 +1893,15 @@
|
||||||
#define LEVELING_BED_TEMP 50
|
#define LEVELING_BED_TEMP 50
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Bed Distance Sensor
|
||||||
|
*
|
||||||
|
* Measures the distance from bed to nozzle with accuracy of 0.01mm.
|
||||||
|
* For information about this sensor https://github.com/markniu/Bed_Distance_sensor
|
||||||
|
* Uses I2C port, so it requires I2C library markyue/Panda_SoftMasterI2C.
|
||||||
|
*/
|
||||||
|
//#define BD_SENSOR
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Enable detailed logging of G28, G29, M48, etc.
|
* Enable detailed logging of G28, G29, M48, etc.
|
||||||
* Turn on with the command 'M111 S32'.
|
* Turn on with the command 'M111 S32'.
|
||||||
|
|
|
@ -1848,6 +1848,15 @@
|
||||||
#define LEVELING_BED_TEMP 50
|
#define LEVELING_BED_TEMP 50
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Bed Distance Sensor
|
||||||
|
*
|
||||||
|
* Measures the distance from bed to nozzle with accuracy of 0.01mm.
|
||||||
|
* For information about this sensor https://github.com/markniu/Bed_Distance_sensor
|
||||||
|
* Uses I2C port, so it requires I2C library markyue/Panda_SoftMasterI2C.
|
||||||
|
*/
|
||||||
|
//#define BD_SENSOR
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Enable detailed logging of G28, G29, M48, etc.
|
* Enable detailed logging of G28, G29, M48, etc.
|
||||||
* Turn on with the command 'M111 S32'.
|
* Turn on with the command 'M111 S32'.
|
||||||
|
|
|
@ -1909,6 +1909,15 @@
|
||||||
#define LEVELING_BED_TEMP 50
|
#define LEVELING_BED_TEMP 50
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Bed Distance Sensor
|
||||||
|
*
|
||||||
|
* Measures the distance from bed to nozzle with accuracy of 0.01mm.
|
||||||
|
* For information about this sensor https://github.com/markniu/Bed_Distance_sensor
|
||||||
|
* Uses I2C port, so it requires I2C library markyue/Panda_SoftMasterI2C.
|
||||||
|
*/
|
||||||
|
//#define BD_SENSOR
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Enable detailed logging of G28, G29, M48, etc.
|
* Enable detailed logging of G28, G29, M48, etc.
|
||||||
* Turn on with the command 'M111 S32'.
|
* Turn on with the command 'M111 S32'.
|
||||||
|
|
|
@ -1909,6 +1909,15 @@
|
||||||
#define LEVELING_BED_TEMP 50
|
#define LEVELING_BED_TEMP 50
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Bed Distance Sensor
|
||||||
|
*
|
||||||
|
* Measures the distance from bed to nozzle with accuracy of 0.01mm.
|
||||||
|
* For information about this sensor https://github.com/markniu/Bed_Distance_sensor
|
||||||
|
* Uses I2C port, so it requires I2C library markyue/Panda_SoftMasterI2C.
|
||||||
|
*/
|
||||||
|
//#define BD_SENSOR
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Enable detailed logging of G28, G29, M48, etc.
|
* Enable detailed logging of G28, G29, M48, etc.
|
||||||
* Turn on with the command 'M111 S32'.
|
* Turn on with the command 'M111 S32'.
|
||||||
|
|
|
@ -1891,6 +1891,15 @@
|
||||||
#define LEVELING_BED_TEMP 50
|
#define LEVELING_BED_TEMP 50
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Bed Distance Sensor
|
||||||
|
*
|
||||||
|
* Measures the distance from bed to nozzle with accuracy of 0.01mm.
|
||||||
|
* For information about this sensor https://github.com/markniu/Bed_Distance_sensor
|
||||||
|
* Uses I2C port, so it requires I2C library markyue/Panda_SoftMasterI2C.
|
||||||
|
*/
|
||||||
|
//#define BD_SENSOR
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Enable detailed logging of G28, G29, M48, etc.
|
* Enable detailed logging of G28, G29, M48, etc.
|
||||||
* Turn on with the command 'M111 S32'.
|
* Turn on with the command 'M111 S32'.
|
||||||
|
|
|
@ -1900,6 +1900,15 @@
|
||||||
#define LEVELING_BED_TEMP 50
|
#define LEVELING_BED_TEMP 50
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Bed Distance Sensor
|
||||||
|
*
|
||||||
|
* Measures the distance from bed to nozzle with accuracy of 0.01mm.
|
||||||
|
* For information about this sensor https://github.com/markniu/Bed_Distance_sensor
|
||||||
|
* Uses I2C port, so it requires I2C library markyue/Panda_SoftMasterI2C.
|
||||||
|
*/
|
||||||
|
//#define BD_SENSOR
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Enable detailed logging of G28, G29, M48, etc.
|
* Enable detailed logging of G28, G29, M48, etc.
|
||||||
* Turn on with the command 'M111 S32'.
|
* Turn on with the command 'M111 S32'.
|
||||||
|
|
|
@ -1893,6 +1893,15 @@
|
||||||
#define LEVELING_BED_TEMP 50
|
#define LEVELING_BED_TEMP 50
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Bed Distance Sensor
|
||||||
|
*
|
||||||
|
* Measures the distance from bed to nozzle with accuracy of 0.01mm.
|
||||||
|
* For information about this sensor https://github.com/markniu/Bed_Distance_sensor
|
||||||
|
* Uses I2C port, so it requires I2C library markyue/Panda_SoftMasterI2C.
|
||||||
|
*/
|
||||||
|
//#define BD_SENSOR
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Enable detailed logging of G28, G29, M48, etc.
|
* Enable detailed logging of G28, G29, M48, etc.
|
||||||
* Turn on with the command 'M111 S32'.
|
* Turn on with the command 'M111 S32'.
|
||||||
|
|
|
@ -1894,6 +1894,15 @@
|
||||||
#define LEVELING_BED_TEMP 50
|
#define LEVELING_BED_TEMP 50
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Bed Distance Sensor
|
||||||
|
*
|
||||||
|
* Measures the distance from bed to nozzle with accuracy of 0.01mm.
|
||||||
|
* For information about this sensor https://github.com/markniu/Bed_Distance_sensor
|
||||||
|
* Uses I2C port, so it requires I2C library markyue/Panda_SoftMasterI2C.
|
||||||
|
*/
|
||||||
|
//#define BD_SENSOR
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Enable detailed logging of G28, G29, M48, etc.
|
* Enable detailed logging of G28, G29, M48, etc.
|
||||||
* Turn on with the command 'M111 S32'.
|
* Turn on with the command 'M111 S32'.
|
||||||
|
|
|
@ -1907,6 +1907,15 @@
|
||||||
#define LEVELING_BED_TEMP 50
|
#define LEVELING_BED_TEMP 50
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Bed Distance Sensor
|
||||||
|
*
|
||||||
|
* Measures the distance from bed to nozzle with accuracy of 0.01mm.
|
||||||
|
* For information about this sensor https://github.com/markniu/Bed_Distance_sensor
|
||||||
|
* Uses I2C port, so it requires I2C library markyue/Panda_SoftMasterI2C.
|
||||||
|
*/
|
||||||
|
//#define BD_SENSOR
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Enable detailed logging of G28, G29, M48, etc.
|
* Enable detailed logging of G28, G29, M48, etc.
|
||||||
* Turn on with the command 'M111 S32'.
|
* Turn on with the command 'M111 S32'.
|
||||||
|
|
|
@ -1894,6 +1894,15 @@
|
||||||
#define LEVELING_BED_TEMP 50
|
#define LEVELING_BED_TEMP 50
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Bed Distance Sensor
|
||||||
|
*
|
||||||
|
* Measures the distance from bed to nozzle with accuracy of 0.01mm.
|
||||||
|
* For information about this sensor https://github.com/markniu/Bed_Distance_sensor
|
||||||
|
* Uses I2C port, so it requires I2C library markyue/Panda_SoftMasterI2C.
|
||||||
|
*/
|
||||||
|
//#define BD_SENSOR
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Enable detailed logging of G28, G29, M48, etc.
|
* Enable detailed logging of G28, G29, M48, etc.
|
||||||
* Turn on with the command 'M111 S32'.
|
* Turn on with the command 'M111 S32'.
|
||||||
|
|
|
@ -1895,6 +1895,15 @@
|
||||||
#define LEVELING_BED_TEMP 50
|
#define LEVELING_BED_TEMP 50
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Bed Distance Sensor
|
||||||
|
*
|
||||||
|
* Measures the distance from bed to nozzle with accuracy of 0.01mm.
|
||||||
|
* For information about this sensor https://github.com/markniu/Bed_Distance_sensor
|
||||||
|
* Uses I2C port, so it requires I2C library markyue/Panda_SoftMasterI2C.
|
||||||
|
*/
|
||||||
|
//#define BD_SENSOR
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Enable detailed logging of G28, G29, M48, etc.
|
* Enable detailed logging of G28, G29, M48, etc.
|
||||||
* Turn on with the command 'M111 S32'.
|
* Turn on with the command 'M111 S32'.
|
||||||
|
|
|
@ -1893,6 +1893,15 @@
|
||||||
#define LEVELING_BED_TEMP 50
|
#define LEVELING_BED_TEMP 50
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Bed Distance Sensor
|
||||||
|
*
|
||||||
|
* Measures the distance from bed to nozzle with accuracy of 0.01mm.
|
||||||
|
* For information about this sensor https://github.com/markniu/Bed_Distance_sensor
|
||||||
|
* Uses I2C port, so it requires I2C library markyue/Panda_SoftMasterI2C.
|
||||||
|
*/
|
||||||
|
//#define BD_SENSOR
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Enable detailed logging of G28, G29, M48, etc.
|
* Enable detailed logging of G28, G29, M48, etc.
|
||||||
* Turn on with the command 'M111 S32'.
|
* Turn on with the command 'M111 S32'.
|
||||||
|
|
|
@ -1894,6 +1894,15 @@
|
||||||
#define LEVELING_BED_TEMP 50
|
#define LEVELING_BED_TEMP 50
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Bed Distance Sensor
|
||||||
|
*
|
||||||
|
* Measures the distance from bed to nozzle with accuracy of 0.01mm.
|
||||||
|
* For information about this sensor https://github.com/markniu/Bed_Distance_sensor
|
||||||
|
* Uses I2C port, so it requires I2C library markyue/Panda_SoftMasterI2C.
|
||||||
|
*/
|
||||||
|
//#define BD_SENSOR
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Enable detailed logging of G28, G29, M48, etc.
|
* Enable detailed logging of G28, G29, M48, etc.
|
||||||
* Turn on with the command 'M111 S32'.
|
* Turn on with the command 'M111 S32'.
|
||||||
|
|
|
@ -1909,6 +1909,15 @@
|
||||||
#define LEVELING_BED_TEMP 50
|
#define LEVELING_BED_TEMP 50
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Bed Distance Sensor
|
||||||
|
*
|
||||||
|
* Measures the distance from bed to nozzle with accuracy of 0.01mm.
|
||||||
|
* For information about this sensor https://github.com/markniu/Bed_Distance_sensor
|
||||||
|
* Uses I2C port, so it requires I2C library markyue/Panda_SoftMasterI2C.
|
||||||
|
*/
|
||||||
|
//#define BD_SENSOR
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Enable detailed logging of G28, G29, M48, etc.
|
* Enable detailed logging of G28, G29, M48, etc.
|
||||||
* Turn on with the command 'M111 S32'.
|
* Turn on with the command 'M111 S32'.
|
||||||
|
|
|
@ -1894,6 +1894,15 @@
|
||||||
#define LEVELING_BED_TEMP 50
|
#define LEVELING_BED_TEMP 50
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Bed Distance Sensor
|
||||||
|
*
|
||||||
|
* Measures the distance from bed to nozzle with accuracy of 0.01mm.
|
||||||
|
* For information about this sensor https://github.com/markniu/Bed_Distance_sensor
|
||||||
|
* Uses I2C port, so it requires I2C library markyue/Panda_SoftMasterI2C.
|
||||||
|
*/
|
||||||
|
//#define BD_SENSOR
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Enable detailed logging of G28, G29, M48, etc.
|
* Enable detailed logging of G28, G29, M48, etc.
|
||||||
* Turn on with the command 'M111 S32'.
|
* Turn on with the command 'M111 S32'.
|
||||||
|
|
|
@ -1893,6 +1893,15 @@
|
||||||
#define LEVELING_BED_TEMP 50
|
#define LEVELING_BED_TEMP 50
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Bed Distance Sensor
|
||||||
|
*
|
||||||
|
* Measures the distance from bed to nozzle with accuracy of 0.01mm.
|
||||||
|
* For information about this sensor https://github.com/markniu/Bed_Distance_sensor
|
||||||
|
* Uses I2C port, so it requires I2C library markyue/Panda_SoftMasterI2C.
|
||||||
|
*/
|
||||||
|
//#define BD_SENSOR
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Enable detailed logging of G28, G29, M48, etc.
|
* Enable detailed logging of G28, G29, M48, etc.
|
||||||
* Turn on with the command 'M111 S32'.
|
* Turn on with the command 'M111 S32'.
|
||||||
|
|
|
@ -1894,6 +1894,15 @@
|
||||||
#define LEVELING_BED_TEMP 50
|
#define LEVELING_BED_TEMP 50
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Bed Distance Sensor
|
||||||
|
*
|
||||||
|
* Measures the distance from bed to nozzle with accuracy of 0.01mm.
|
||||||
|
* For information about this sensor https://github.com/markniu/Bed_Distance_sensor
|
||||||
|
* Uses I2C port, so it requires I2C library markyue/Panda_SoftMasterI2C.
|
||||||
|
*/
|
||||||
|
//#define BD_SENSOR
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Enable detailed logging of G28, G29, M48, etc.
|
* Enable detailed logging of G28, G29, M48, etc.
|
||||||
* Turn on with the command 'M111 S32'.
|
* Turn on with the command 'M111 S32'.
|
||||||
|
|
|
@ -1902,6 +1902,15 @@
|
||||||
#define LEVELING_BED_TEMP 50
|
#define LEVELING_BED_TEMP 50
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Bed Distance Sensor
|
||||||
|
*
|
||||||
|
* Measures the distance from bed to nozzle with accuracy of 0.01mm.
|
||||||
|
* For information about this sensor https://github.com/markniu/Bed_Distance_sensor
|
||||||
|
* Uses I2C port, so it requires I2C library markyue/Panda_SoftMasterI2C.
|
||||||
|
*/
|
||||||
|
//#define BD_SENSOR
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Enable detailed logging of G28, G29, M48, etc.
|
* Enable detailed logging of G28, G29, M48, etc.
|
||||||
* Turn on with the command 'M111 S32'.
|
* Turn on with the command 'M111 S32'.
|
||||||
|
|
|
@ -1902,6 +1902,15 @@
|
||||||
#define LEVELING_BED_TEMP 50
|
#define LEVELING_BED_TEMP 50
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Bed Distance Sensor
|
||||||
|
*
|
||||||
|
* Measures the distance from bed to nozzle with accuracy of 0.01mm.
|
||||||
|
* For information about this sensor https://github.com/markniu/Bed_Distance_sensor
|
||||||
|
* Uses I2C port, so it requires I2C library markyue/Panda_SoftMasterI2C.
|
||||||
|
*/
|
||||||
|
//#define BD_SENSOR
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Enable detailed logging of G28, G29, M48, etc.
|
* Enable detailed logging of G28, G29, M48, etc.
|
||||||
* Turn on with the command 'M111 S32'.
|
* Turn on with the command 'M111 S32'.
|
||||||
|
|
|
@ -1893,6 +1893,15 @@
|
||||||
#define LEVELING_BED_TEMP 50
|
#define LEVELING_BED_TEMP 50
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Bed Distance Sensor
|
||||||
|
*
|
||||||
|
* Measures the distance from bed to nozzle with accuracy of 0.01mm.
|
||||||
|
* For information about this sensor https://github.com/markniu/Bed_Distance_sensor
|
||||||
|
* Uses I2C port, so it requires I2C library markyue/Panda_SoftMasterI2C.
|
||||||
|
*/
|
||||||
|
//#define BD_SENSOR
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Enable detailed logging of G28, G29, M48, etc.
|
* Enable detailed logging of G28, G29, M48, etc.
|
||||||
* Turn on with the command 'M111 S32'.
|
* Turn on with the command 'M111 S32'.
|
||||||
|
|
|
@ -1896,6 +1896,15 @@
|
||||||
#define LEVELING_BED_TEMP 50
|
#define LEVELING_BED_TEMP 50
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Bed Distance Sensor
|
||||||
|
*
|
||||||
|
* Measures the distance from bed to nozzle with accuracy of 0.01mm.
|
||||||
|
* For information about this sensor https://github.com/markniu/Bed_Distance_sensor
|
||||||
|
* Uses I2C port, so it requires I2C library markyue/Panda_SoftMasterI2C.
|
||||||
|
*/
|
||||||
|
//#define BD_SENSOR
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Enable detailed logging of G28, G29, M48, etc.
|
* Enable detailed logging of G28, G29, M48, etc.
|
||||||
* Turn on with the command 'M111 S32'.
|
* Turn on with the command 'M111 S32'.
|
||||||
|
|
|
@ -1896,6 +1896,15 @@
|
||||||
#define LEVELING_BED_TEMP 50
|
#define LEVELING_BED_TEMP 50
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Bed Distance Sensor
|
||||||
|
*
|
||||||
|
* Measures the distance from bed to nozzle with accuracy of 0.01mm.
|
||||||
|
* For information about this sensor https://github.com/markniu/Bed_Distance_sensor
|
||||||
|
* Uses I2C port, so it requires I2C library markyue/Panda_SoftMasterI2C.
|
||||||
|
*/
|
||||||
|
//#define BD_SENSOR
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Enable detailed logging of G28, G29, M48, etc.
|
* Enable detailed logging of G28, G29, M48, etc.
|
||||||
* Turn on with the command 'M111 S32'.
|
* Turn on with the command 'M111 S32'.
|
||||||
|
|
|
@ -1895,6 +1895,15 @@
|
||||||
#define LEVELING_BED_TEMP 50
|
#define LEVELING_BED_TEMP 50
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Bed Distance Sensor
|
||||||
|
*
|
||||||
|
* Measures the distance from bed to nozzle with accuracy of 0.01mm.
|
||||||
|
* For information about this sensor https://github.com/markniu/Bed_Distance_sensor
|
||||||
|
* Uses I2C port, so it requires I2C library markyue/Panda_SoftMasterI2C.
|
||||||
|
*/
|
||||||
|
//#define BD_SENSOR
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Enable detailed logging of G28, G29, M48, etc.
|
* Enable detailed logging of G28, G29, M48, etc.
|
||||||
* Turn on with the command 'M111 S32'.
|
* Turn on with the command 'M111 S32'.
|
||||||
|
|
|
@ -1896,6 +1896,15 @@
|
||||||
#define LEVELING_BED_TEMP 50
|
#define LEVELING_BED_TEMP 50
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Bed Distance Sensor
|
||||||
|
*
|
||||||
|
* Measures the distance from bed to nozzle with accuracy of 0.01mm.
|
||||||
|
* For information about this sensor https://github.com/markniu/Bed_Distance_sensor
|
||||||
|
* Uses I2C port, so it requires I2C library markyue/Panda_SoftMasterI2C.
|
||||||
|
*/
|
||||||
|
//#define BD_SENSOR
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Enable detailed logging of G28, G29, M48, etc.
|
* Enable detailed logging of G28, G29, M48, etc.
|
||||||
* Turn on with the command 'M111 S32'.
|
* Turn on with the command 'M111 S32'.
|
||||||
|
|
|
@ -1897,6 +1897,15 @@
|
||||||
#define LEVELING_BED_TEMP 50
|
#define LEVELING_BED_TEMP 50
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Bed Distance Sensor
|
||||||
|
*
|
||||||
|
* Measures the distance from bed to nozzle with accuracy of 0.01mm.
|
||||||
|
* For information about this sensor https://github.com/markniu/Bed_Distance_sensor
|
||||||
|
* Uses I2C port, so it requires I2C library markyue/Panda_SoftMasterI2C.
|
||||||
|
*/
|
||||||
|
//#define BD_SENSOR
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Enable detailed logging of G28, G29, M48, etc.
|
* Enable detailed logging of G28, G29, M48, etc.
|
||||||
* Turn on with the command 'M111 S32'.
|
* Turn on with the command 'M111 S32'.
|
||||||
|
|
|
@ -1918,6 +1918,15 @@
|
||||||
#define LEVELING_BED_TEMP 50
|
#define LEVELING_BED_TEMP 50
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Bed Distance Sensor
|
||||||
|
*
|
||||||
|
* Measures the distance from bed to nozzle with accuracy of 0.01mm.
|
||||||
|
* For information about this sensor https://github.com/markniu/Bed_Distance_sensor
|
||||||
|
* Uses I2C port, so it requires I2C library markyue/Panda_SoftMasterI2C.
|
||||||
|
*/
|
||||||
|
//#define BD_SENSOR
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Enable detailed logging of G28, G29, M48, etc.
|
* Enable detailed logging of G28, G29, M48, etc.
|
||||||
* Turn on with the command 'M111 S32'.
|
* Turn on with the command 'M111 S32'.
|
||||||
|
|
|
@ -1921,6 +1921,15 @@
|
||||||
#define LEVELING_BED_TEMP 50
|
#define LEVELING_BED_TEMP 50
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Bed Distance Sensor
|
||||||
|
*
|
||||||
|
* Measures the distance from bed to nozzle with accuracy of 0.01mm.
|
||||||
|
* For information about this sensor https://github.com/markniu/Bed_Distance_sensor
|
||||||
|
* Uses I2C port, so it requires I2C library markyue/Panda_SoftMasterI2C.
|
||||||
|
*/
|
||||||
|
//#define BD_SENSOR
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Enable detailed logging of G28, G29, M48, etc.
|
* Enable detailed logging of G28, G29, M48, etc.
|
||||||
* Turn on with the command 'M111 S32'.
|
* Turn on with the command 'M111 S32'.
|
||||||
|
|
|
@ -1892,6 +1892,15 @@
|
||||||
#define LEVELING_BED_TEMP 50
|
#define LEVELING_BED_TEMP 50
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Bed Distance Sensor
|
||||||
|
*
|
||||||
|
* Measures the distance from bed to nozzle with accuracy of 0.01mm.
|
||||||
|
* For information about this sensor https://github.com/markniu/Bed_Distance_sensor
|
||||||
|
* Uses I2C port, so it requires I2C library markyue/Panda_SoftMasterI2C.
|
||||||
|
*/
|
||||||
|
//#define BD_SENSOR
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Enable detailed logging of G28, G29, M48, etc.
|
* Enable detailed logging of G28, G29, M48, etc.
|
||||||
* Turn on with the command 'M111 S32'.
|
* Turn on with the command 'M111 S32'.
|
||||||
|
|
|
@ -1893,6 +1893,15 @@
|
||||||
#define LEVELING_BED_TEMP 50
|
#define LEVELING_BED_TEMP 50
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Bed Distance Sensor
|
||||||
|
*
|
||||||
|
* Measures the distance from bed to nozzle with accuracy of 0.01mm.
|
||||||
|
* For information about this sensor https://github.com/markniu/Bed_Distance_sensor
|
||||||
|
* Uses I2C port, so it requires I2C library markyue/Panda_SoftMasterI2C.
|
||||||
|
*/
|
||||||
|
//#define BD_SENSOR
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Enable detailed logging of G28, G29, M48, etc.
|
* Enable detailed logging of G28, G29, M48, etc.
|
||||||
* Turn on with the command 'M111 S32'.
|
* Turn on with the command 'M111 S32'.
|
||||||
|
|
|
@ -1893,6 +1893,15 @@
|
||||||
#define LEVELING_BED_TEMP 50
|
#define LEVELING_BED_TEMP 50
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Bed Distance Sensor
|
||||||
|
*
|
||||||
|
* Measures the distance from bed to nozzle with accuracy of 0.01mm.
|
||||||
|
* For information about this sensor https://github.com/markniu/Bed_Distance_sensor
|
||||||
|
* Uses I2C port, so it requires I2C library markyue/Panda_SoftMasterI2C.
|
||||||
|
*/
|
||||||
|
//#define BD_SENSOR
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Enable detailed logging of G28, G29, M48, etc.
|
* Enable detailed logging of G28, G29, M48, etc.
|
||||||
* Turn on with the command 'M111 S32'.
|
* Turn on with the command 'M111 S32'.
|
||||||
|
|
|
@ -1893,6 +1893,15 @@
|
||||||
#define LEVELING_BED_TEMP 50
|
#define LEVELING_BED_TEMP 50
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Bed Distance Sensor
|
||||||
|
*
|
||||||
|
* Measures the distance from bed to nozzle with accuracy of 0.01mm.
|
||||||
|
* For information about this sensor https://github.com/markniu/Bed_Distance_sensor
|
||||||
|
* Uses I2C port, so it requires I2C library markyue/Panda_SoftMasterI2C.
|
||||||
|
*/
|
||||||
|
//#define BD_SENSOR
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Enable detailed logging of G28, G29, M48, etc.
|
* Enable detailed logging of G28, G29, M48, etc.
|
||||||
* Turn on with the command 'M111 S32'.
|
* Turn on with the command 'M111 S32'.
|
||||||
|
|
|
@ -1894,6 +1894,15 @@
|
||||||
#define LEVELING_BED_TEMP 50
|
#define LEVELING_BED_TEMP 50
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Bed Distance Sensor
|
||||||
|
*
|
||||||
|
* Measures the distance from bed to nozzle with accuracy of 0.01mm.
|
||||||
|
* For information about this sensor https://github.com/markniu/Bed_Distance_sensor
|
||||||
|
* Uses I2C port, so it requires I2C library markyue/Panda_SoftMasterI2C.
|
||||||
|
*/
|
||||||
|
//#define BD_SENSOR
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Enable detailed logging of G28, G29, M48, etc.
|
* Enable detailed logging of G28, G29, M48, etc.
|
||||||
* Turn on with the command 'M111 S32'.
|
* Turn on with the command 'M111 S32'.
|
||||||
|
|
|
@ -1893,6 +1893,15 @@
|
||||||
#define LEVELING_BED_TEMP 50
|
#define LEVELING_BED_TEMP 50
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Bed Distance Sensor
|
||||||
|
*
|
||||||
|
* Measures the distance from bed to nozzle with accuracy of 0.01mm.
|
||||||
|
* For information about this sensor https://github.com/markniu/Bed_Distance_sensor
|
||||||
|
* Uses I2C port, so it requires I2C library markyue/Panda_SoftMasterI2C.
|
||||||
|
*/
|
||||||
|
//#define BD_SENSOR
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Enable detailed logging of G28, G29, M48, etc.
|
* Enable detailed logging of G28, G29, M48, etc.
|
||||||
* Turn on with the command 'M111 S32'.
|
* Turn on with the command 'M111 S32'.
|
||||||
|
|
|
@ -1894,6 +1894,15 @@
|
||||||
#define LEVELING_BED_TEMP 50
|
#define LEVELING_BED_TEMP 50
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Bed Distance Sensor
|
||||||
|
*
|
||||||
|
* Measures the distance from bed to nozzle with accuracy of 0.01mm.
|
||||||
|
* For information about this sensor https://github.com/markniu/Bed_Distance_sensor
|
||||||
|
* Uses I2C port, so it requires I2C library markyue/Panda_SoftMasterI2C.
|
||||||
|
*/
|
||||||
|
//#define BD_SENSOR
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Enable detailed logging of G28, G29, M48, etc.
|
* Enable detailed logging of G28, G29, M48, etc.
|
||||||
* Turn on with the command 'M111 S32'.
|
* Turn on with the command 'M111 S32'.
|
||||||
|
|
|
@ -1896,6 +1896,15 @@
|
||||||
#define LEVELING_BED_TEMP 50
|
#define LEVELING_BED_TEMP 50
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Bed Distance Sensor
|
||||||
|
*
|
||||||
|
* Measures the distance from bed to nozzle with accuracy of 0.01mm.
|
||||||
|
* For information about this sensor https://github.com/markniu/Bed_Distance_sensor
|
||||||
|
* Uses I2C port, so it requires I2C library markyue/Panda_SoftMasterI2C.
|
||||||
|
*/
|
||||||
|
//#define BD_SENSOR
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Enable detailed logging of G28, G29, M48, etc.
|
* Enable detailed logging of G28, G29, M48, etc.
|
||||||
* Turn on with the command 'M111 S32'.
|
* Turn on with the command 'M111 S32'.
|
||||||
|
|
|
@ -1896,6 +1896,15 @@
|
||||||
#define LEVELING_BED_TEMP 50
|
#define LEVELING_BED_TEMP 50
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Bed Distance Sensor
|
||||||
|
*
|
||||||
|
* Measures the distance from bed to nozzle with accuracy of 0.01mm.
|
||||||
|
* For information about this sensor https://github.com/markniu/Bed_Distance_sensor
|
||||||
|
* Uses I2C port, so it requires I2C library markyue/Panda_SoftMasterI2C.
|
||||||
|
*/
|
||||||
|
//#define BD_SENSOR
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Enable detailed logging of G28, G29, M48, etc.
|
* Enable detailed logging of G28, G29, M48, etc.
|
||||||
* Turn on with the command 'M111 S32'.
|
* Turn on with the command 'M111 S32'.
|
||||||
|
|
|
@ -1893,6 +1893,15 @@
|
||||||
#define LEVELING_BED_TEMP 50
|
#define LEVELING_BED_TEMP 50
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Bed Distance Sensor
|
||||||
|
*
|
||||||
|
* Measures the distance from bed to nozzle with accuracy of 0.01mm.
|
||||||
|
* For information about this sensor https://github.com/markniu/Bed_Distance_sensor
|
||||||
|
* Uses I2C port, so it requires I2C library markyue/Panda_SoftMasterI2C.
|
||||||
|
*/
|
||||||
|
//#define BD_SENSOR
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Enable detailed logging of G28, G29, M48, etc.
|
* Enable detailed logging of G28, G29, M48, etc.
|
||||||
* Turn on with the command 'M111 S32'.
|
* Turn on with the command 'M111 S32'.
|
||||||
|
|
|
@ -1893,6 +1893,15 @@
|
||||||
#define LEVELING_BED_TEMP 50
|
#define LEVELING_BED_TEMP 50
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Bed Distance Sensor
|
||||||
|
*
|
||||||
|
* Measures the distance from bed to nozzle with accuracy of 0.01mm.
|
||||||
|
* For information about this sensor https://github.com/markniu/Bed_Distance_sensor
|
||||||
|
* Uses I2C port, so it requires I2C library markyue/Panda_SoftMasterI2C.
|
||||||
|
*/
|
||||||
|
//#define BD_SENSOR
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Enable detailed logging of G28, G29, M48, etc.
|
* Enable detailed logging of G28, G29, M48, etc.
|
||||||
* Turn on with the command 'M111 S32'.
|
* Turn on with the command 'M111 S32'.
|
||||||
|
|
|
@ -1893,6 +1893,15 @@
|
||||||
#define LEVELING_BED_TEMP 50
|
#define LEVELING_BED_TEMP 50
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Bed Distance Sensor
|
||||||
|
*
|
||||||
|
* Measures the distance from bed to nozzle with accuracy of 0.01mm.
|
||||||
|
* For information about this sensor https://github.com/markniu/Bed_Distance_sensor
|
||||||
|
* Uses I2C port, so it requires I2C library markyue/Panda_SoftMasterI2C.
|
||||||
|
*/
|
||||||
|
//#define BD_SENSOR
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Enable detailed logging of G28, G29, M48, etc.
|
* Enable detailed logging of G28, G29, M48, etc.
|
||||||
* Turn on with the command 'M111 S32'.
|
* Turn on with the command 'M111 S32'.
|
||||||
|
|
|
@ -1893,6 +1893,15 @@
|
||||||
#define LEVELING_BED_TEMP 50
|
#define LEVELING_BED_TEMP 50
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Bed Distance Sensor
|
||||||
|
*
|
||||||
|
* Measures the distance from bed to nozzle with accuracy of 0.01mm.
|
||||||
|
* For information about this sensor https://github.com/markniu/Bed_Distance_sensor
|
||||||
|
* Uses I2C port, so it requires I2C library markyue/Panda_SoftMasterI2C.
|
||||||
|
*/
|
||||||
|
//#define BD_SENSOR
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Enable detailed logging of G28, G29, M48, etc.
|
* Enable detailed logging of G28, G29, M48, etc.
|
||||||
* Turn on with the command 'M111 S32'.
|
* Turn on with the command 'M111 S32'.
|
||||||
|
|
|
@ -1894,6 +1894,15 @@
|
||||||
#define LEVELING_BED_TEMP 50
|
#define LEVELING_BED_TEMP 50
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Bed Distance Sensor
|
||||||
|
*
|
||||||
|
* Measures the distance from bed to nozzle with accuracy of 0.01mm.
|
||||||
|
* For information about this sensor https://github.com/markniu/Bed_Distance_sensor
|
||||||
|
* Uses I2C port, so it requires I2C library markyue/Panda_SoftMasterI2C.
|
||||||
|
*/
|
||||||
|
//#define BD_SENSOR
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Enable detailed logging of G28, G29, M48, etc.
|
* Enable detailed logging of G28, G29, M48, etc.
|
||||||
* Turn on with the command 'M111 S32'.
|
* Turn on with the command 'M111 S32'.
|
||||||
|
|
|
@ -1898,6 +1898,15 @@
|
||||||
#define LEVELING_BED_TEMP 50
|
#define LEVELING_BED_TEMP 50
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Bed Distance Sensor
|
||||||
|
*
|
||||||
|
* Measures the distance from bed to nozzle with accuracy of 0.01mm.
|
||||||
|
* For information about this sensor https://github.com/markniu/Bed_Distance_sensor
|
||||||
|
* Uses I2C port, so it requires I2C library markyue/Panda_SoftMasterI2C.
|
||||||
|
*/
|
||||||
|
//#define BD_SENSOR
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Enable detailed logging of G28, G29, M48, etc.
|
* Enable detailed logging of G28, G29, M48, etc.
|
||||||
* Turn on with the command 'M111 S32'.
|
* Turn on with the command 'M111 S32'.
|
||||||
|
|
|
@ -1893,6 +1893,15 @@
|
||||||
#define LEVELING_BED_TEMP 50
|
#define LEVELING_BED_TEMP 50
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Bed Distance Sensor
|
||||||
|
*
|
||||||
|
* Measures the distance from bed to nozzle with accuracy of 0.01mm.
|
||||||
|
* For information about this sensor https://github.com/markniu/Bed_Distance_sensor
|
||||||
|
* Uses I2C port, so it requires I2C library markyue/Panda_SoftMasterI2C.
|
||||||
|
*/
|
||||||
|
//#define BD_SENSOR
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Enable detailed logging of G28, G29, M48, etc.
|
* Enable detailed logging of G28, G29, M48, etc.
|
||||||
* Turn on with the command 'M111 S32'.
|
* Turn on with the command 'M111 S32'.
|
||||||
|
|
|
@ -1893,6 +1893,15 @@
|
||||||
#define LEVELING_BED_TEMP 50
|
#define LEVELING_BED_TEMP 50
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Bed Distance Sensor
|
||||||
|
*
|
||||||
|
* Measures the distance from bed to nozzle with accuracy of 0.01mm.
|
||||||
|
* For information about this sensor https://github.com/markniu/Bed_Distance_sensor
|
||||||
|
* Uses I2C port, so it requires I2C library markyue/Panda_SoftMasterI2C.
|
||||||
|
*/
|
||||||
|
//#define BD_SENSOR
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Enable detailed logging of G28, G29, M48, etc.
|
* Enable detailed logging of G28, G29, M48, etc.
|
||||||
* Turn on with the command 'M111 S32'.
|
* Turn on with the command 'M111 S32'.
|
||||||
|
|
|
@ -1893,6 +1893,15 @@
|
||||||
#define LEVELING_BED_TEMP 50
|
#define LEVELING_BED_TEMP 50
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Bed Distance Sensor
|
||||||
|
*
|
||||||
|
* Measures the distance from bed to nozzle with accuracy of 0.01mm.
|
||||||
|
* For information about this sensor https://github.com/markniu/Bed_Distance_sensor
|
||||||
|
* Uses I2C port, so it requires I2C library markyue/Panda_SoftMasterI2C.
|
||||||
|
*/
|
||||||
|
//#define BD_SENSOR
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Enable detailed logging of G28, G29, M48, etc.
|
* Enable detailed logging of G28, G29, M48, etc.
|
||||||
* Turn on with the command 'M111 S32'.
|
* Turn on with the command 'M111 S32'.
|
||||||
|
|
|
@ -1893,6 +1893,15 @@
|
||||||
#define LEVELING_BED_TEMP 50
|
#define LEVELING_BED_TEMP 50
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Bed Distance Sensor
|
||||||
|
*
|
||||||
|
* Measures the distance from bed to nozzle with accuracy of 0.01mm.
|
||||||
|
* For information about this sensor https://github.com/markniu/Bed_Distance_sensor
|
||||||
|
* Uses I2C port, so it requires I2C library markyue/Panda_SoftMasterI2C.
|
||||||
|
*/
|
||||||
|
//#define BD_SENSOR
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Enable detailed logging of G28, G29, M48, etc.
|
* Enable detailed logging of G28, G29, M48, etc.
|
||||||
* Turn on with the command 'M111 S32'.
|
* Turn on with the command 'M111 S32'.
|
||||||
|
|
|
@ -1893,6 +1893,15 @@
|
||||||
#define LEVELING_BED_TEMP 50
|
#define LEVELING_BED_TEMP 50
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Bed Distance Sensor
|
||||||
|
*
|
||||||
|
* Measures the distance from bed to nozzle with accuracy of 0.01mm.
|
||||||
|
* For information about this sensor https://github.com/markniu/Bed_Distance_sensor
|
||||||
|
* Uses I2C port, so it requires I2C library markyue/Panda_SoftMasterI2C.
|
||||||
|
*/
|
||||||
|
//#define BD_SENSOR
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Enable detailed logging of G28, G29, M48, etc.
|
* Enable detailed logging of G28, G29, M48, etc.
|
||||||
* Turn on with the command 'M111 S32'.
|
* Turn on with the command 'M111 S32'.
|
||||||
|
|
|
@ -1894,6 +1894,15 @@
|
||||||
#define LEVELING_BED_TEMP 50
|
#define LEVELING_BED_TEMP 50
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Bed Distance Sensor
|
||||||
|
*
|
||||||
|
* Measures the distance from bed to nozzle with accuracy of 0.01mm.
|
||||||
|
* For information about this sensor https://github.com/markniu/Bed_Distance_sensor
|
||||||
|
* Uses I2C port, so it requires I2C library markyue/Panda_SoftMasterI2C.
|
||||||
|
*/
|
||||||
|
//#define BD_SENSOR
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Enable detailed logging of G28, G29, M48, etc.
|
* Enable detailed logging of G28, G29, M48, etc.
|
||||||
* Turn on with the command 'M111 S32'.
|
* Turn on with the command 'M111 S32'.
|
||||||
|
|
|
@ -1894,6 +1894,15 @@
|
||||||
#define LEVELING_BED_TEMP 50
|
#define LEVELING_BED_TEMP 50
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Bed Distance Sensor
|
||||||
|
*
|
||||||
|
* Measures the distance from bed to nozzle with accuracy of 0.01mm.
|
||||||
|
* For information about this sensor https://github.com/markniu/Bed_Distance_sensor
|
||||||
|
* Uses I2C port, so it requires I2C library markyue/Panda_SoftMasterI2C.
|
||||||
|
*/
|
||||||
|
//#define BD_SENSOR
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Enable detailed logging of G28, G29, M48, etc.
|
* Enable detailed logging of G28, G29, M48, etc.
|
||||||
* Turn on with the command 'M111 S32'.
|
* Turn on with the command 'M111 S32'.
|
||||||
|
|
|
@ -1894,6 +1894,15 @@
|
||||||
#define LEVELING_BED_TEMP 50
|
#define LEVELING_BED_TEMP 50
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Bed Distance Sensor
|
||||||
|
*
|
||||||
|
* Measures the distance from bed to nozzle with accuracy of 0.01mm.
|
||||||
|
* For information about this sensor https://github.com/markniu/Bed_Distance_sensor
|
||||||
|
* Uses I2C port, so it requires I2C library markyue/Panda_SoftMasterI2C.
|
||||||
|
*/
|
||||||
|
//#define BD_SENSOR
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Enable detailed logging of G28, G29, M48, etc.
|
* Enable detailed logging of G28, G29, M48, etc.
|
||||||
* Turn on with the command 'M111 S32'.
|
* Turn on with the command 'M111 S32'.
|
||||||
|
|
|
@ -1893,6 +1893,15 @@
|
||||||
#define LEVELING_BED_TEMP 50
|
#define LEVELING_BED_TEMP 50
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Bed Distance Sensor
|
||||||
|
*
|
||||||
|
* Measures the distance from bed to nozzle with accuracy of 0.01mm.
|
||||||
|
* For information about this sensor https://github.com/markniu/Bed_Distance_sensor
|
||||||
|
* Uses I2C port, so it requires I2C library markyue/Panda_SoftMasterI2C.
|
||||||
|
*/
|
||||||
|
//#define BD_SENSOR
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Enable detailed logging of G28, G29, M48, etc.
|
* Enable detailed logging of G28, G29, M48, etc.
|
||||||
* Turn on with the command 'M111 S32'.
|
* Turn on with the command 'M111 S32'.
|
||||||
|
|
|
@ -1893,6 +1893,15 @@
|
||||||
#define LEVELING_BED_TEMP 50
|
#define LEVELING_BED_TEMP 50
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Bed Distance Sensor
|
||||||
|
*
|
||||||
|
* Measures the distance from bed to nozzle with accuracy of 0.01mm.
|
||||||
|
* For information about this sensor https://github.com/markniu/Bed_Distance_sensor
|
||||||
|
* Uses I2C port, so it requires I2C library markyue/Panda_SoftMasterI2C.
|
||||||
|
*/
|
||||||
|
//#define BD_SENSOR
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Enable detailed logging of G28, G29, M48, etc.
|
* Enable detailed logging of G28, G29, M48, etc.
|
||||||
* Turn on with the command 'M111 S32'.
|
* Turn on with the command 'M111 S32'.
|
||||||
|
|
|
@ -1893,6 +1893,15 @@
|
||||||
#define LEVELING_BED_TEMP 50
|
#define LEVELING_BED_TEMP 50
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Bed Distance Sensor
|
||||||
|
*
|
||||||
|
* Measures the distance from bed to nozzle with accuracy of 0.01mm.
|
||||||
|
* For information about this sensor https://github.com/markniu/Bed_Distance_sensor
|
||||||
|
* Uses I2C port, so it requires I2C library markyue/Panda_SoftMasterI2C.
|
||||||
|
*/
|
||||||
|
//#define BD_SENSOR
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Enable detailed logging of G28, G29, M48, etc.
|
* Enable detailed logging of G28, G29, M48, etc.
|
||||||
* Turn on with the command 'M111 S32'.
|
* Turn on with the command 'M111 S32'.
|
||||||
|
|
|
@ -1893,6 +1893,15 @@
|
||||||
#define LEVELING_BED_TEMP 50
|
#define LEVELING_BED_TEMP 50
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Bed Distance Sensor
|
||||||
|
*
|
||||||
|
* Measures the distance from bed to nozzle with accuracy of 0.01mm.
|
||||||
|
* For information about this sensor https://github.com/markniu/Bed_Distance_sensor
|
||||||
|
* Uses I2C port, so it requires I2C library markyue/Panda_SoftMasterI2C.
|
||||||
|
*/
|
||||||
|
//#define BD_SENSOR
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Enable detailed logging of G28, G29, M48, etc.
|
* Enable detailed logging of G28, G29, M48, etc.
|
||||||
* Turn on with the command 'M111 S32'.
|
* Turn on with the command 'M111 S32'.
|
||||||
|
|
|
@ -1893,6 +1893,15 @@
|
||||||
#define LEVELING_BED_TEMP 50
|
#define LEVELING_BED_TEMP 50
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Bed Distance Sensor
|
||||||
|
*
|
||||||
|
* Measures the distance from bed to nozzle with accuracy of 0.01mm.
|
||||||
|
* For information about this sensor https://github.com/markniu/Bed_Distance_sensor
|
||||||
|
* Uses I2C port, so it requires I2C library markyue/Panda_SoftMasterI2C.
|
||||||
|
*/
|
||||||
|
//#define BD_SENSOR
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Enable detailed logging of G28, G29, M48, etc.
|
* Enable detailed logging of G28, G29, M48, etc.
|
||||||
* Turn on with the command 'M111 S32'.
|
* Turn on with the command 'M111 S32'.
|
||||||
|
|
|
@ -1893,6 +1893,15 @@
|
||||||
#define LEVELING_BED_TEMP 50
|
#define LEVELING_BED_TEMP 50
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Bed Distance Sensor
|
||||||
|
*
|
||||||
|
* Measures the distance from bed to nozzle with accuracy of 0.01mm.
|
||||||
|
* For information about this sensor https://github.com/markniu/Bed_Distance_sensor
|
||||||
|
* Uses I2C port, so it requires I2C library markyue/Panda_SoftMasterI2C.
|
||||||
|
*/
|
||||||
|
//#define BD_SENSOR
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Enable detailed logging of G28, G29, M48, etc.
|
* Enable detailed logging of G28, G29, M48, etc.
|
||||||
* Turn on with the command 'M111 S32'.
|
* Turn on with the command 'M111 S32'.
|
||||||
|
|
|
@ -1893,6 +1893,15 @@
|
||||||
#define LEVELING_BED_TEMP 50
|
#define LEVELING_BED_TEMP 50
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Bed Distance Sensor
|
||||||
|
*
|
||||||
|
* Measures the distance from bed to nozzle with accuracy of 0.01mm.
|
||||||
|
* For information about this sensor https://github.com/markniu/Bed_Distance_sensor
|
||||||
|
* Uses I2C port, so it requires I2C library markyue/Panda_SoftMasterI2C.
|
||||||
|
*/
|
||||||
|
//#define BD_SENSOR
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Enable detailed logging of G28, G29, M48, etc.
|
* Enable detailed logging of G28, G29, M48, etc.
|
||||||
* Turn on with the command 'M111 S32'.
|
* Turn on with the command 'M111 S32'.
|
||||||
|
|
|
@ -1893,6 +1893,15 @@
|
||||||
#define LEVELING_BED_TEMP 50
|
#define LEVELING_BED_TEMP 50
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Bed Distance Sensor
|
||||||
|
*
|
||||||
|
* Measures the distance from bed to nozzle with accuracy of 0.01mm.
|
||||||
|
* For information about this sensor https://github.com/markniu/Bed_Distance_sensor
|
||||||
|
* Uses I2C port, so it requires I2C library markyue/Panda_SoftMasterI2C.
|
||||||
|
*/
|
||||||
|
//#define BD_SENSOR
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Enable detailed logging of G28, G29, M48, etc.
|
* Enable detailed logging of G28, G29, M48, etc.
|
||||||
* Turn on with the command 'M111 S32'.
|
* Turn on with the command 'M111 S32'.
|
||||||
|
|
|
@ -1892,6 +1892,15 @@
|
||||||
#define LEVELING_BED_TEMP 50
|
#define LEVELING_BED_TEMP 50
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Bed Distance Sensor
|
||||||
|
*
|
||||||
|
* Measures the distance from bed to nozzle with accuracy of 0.01mm.
|
||||||
|
* For information about this sensor https://github.com/markniu/Bed_Distance_sensor
|
||||||
|
* Uses I2C port, so it requires I2C library markyue/Panda_SoftMasterI2C.
|
||||||
|
*/
|
||||||
|
//#define BD_SENSOR
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Enable detailed logging of G28, G29, M48, etc.
|
* Enable detailed logging of G28, G29, M48, etc.
|
||||||
* Turn on with the command 'M111 S32'.
|
* Turn on with the command 'M111 S32'.
|
||||||
|
|
|
@ -1894,6 +1894,15 @@
|
||||||
#define LEVELING_BED_TEMP 50
|
#define LEVELING_BED_TEMP 50
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Bed Distance Sensor
|
||||||
|
*
|
||||||
|
* Measures the distance from bed to nozzle with accuracy of 0.01mm.
|
||||||
|
* For information about this sensor https://github.com/markniu/Bed_Distance_sensor
|
||||||
|
* Uses I2C port, so it requires I2C library markyue/Panda_SoftMasterI2C.
|
||||||
|
*/
|
||||||
|
//#define BD_SENSOR
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Enable detailed logging of G28, G29, M48, etc.
|
* Enable detailed logging of G28, G29, M48, etc.
|
||||||
* Turn on with the command 'M111 S32'.
|
* Turn on with the command 'M111 S32'.
|
||||||
|
|
|
@ -1892,6 +1892,15 @@
|
||||||
#define LEVELING_BED_TEMP 50
|
#define LEVELING_BED_TEMP 50
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Bed Distance Sensor
|
||||||
|
*
|
||||||
|
* Measures the distance from bed to nozzle with accuracy of 0.01mm.
|
||||||
|
* For information about this sensor https://github.com/markniu/Bed_Distance_sensor
|
||||||
|
* Uses I2C port, so it requires I2C library markyue/Panda_SoftMasterI2C.
|
||||||
|
*/
|
||||||
|
//#define BD_SENSOR
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Enable detailed logging of G28, G29, M48, etc.
|
* Enable detailed logging of G28, G29, M48, etc.
|
||||||
* Turn on with the command 'M111 S32'.
|
* Turn on with the command 'M111 S32'.
|
||||||
|
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Add table
Add a link
Reference in a new issue