M915 Z Axis Calibration
This commit is contained in:
@@ -1148,6 +1148,22 @@
|
|||||||
*/
|
*/
|
||||||
//#define TMC_DEBUG
|
//#define TMC_DEBUG
|
||||||
|
|
||||||
|
/**
|
||||||
|
* M915 Z Axis Calibration
|
||||||
|
*
|
||||||
|
* - Adjust Z stepper current,
|
||||||
|
* - Drive the Z axis to its physical maximum, and
|
||||||
|
* - Home Z to account for the lost steps.
|
||||||
|
*
|
||||||
|
* Use M915 Snn to specify the current.
|
||||||
|
* Use M925 Znn to add extra Z height to Z_MAX_POS.
|
||||||
|
*/
|
||||||
|
//#define TMC_Z_CALIBRATION
|
||||||
|
#if ENABLED(TMC_Z_CALIBRATION)
|
||||||
|
#define CALIBRATION_CURRENT 250
|
||||||
|
#define CALIBRATION_EXTRA_HEIGHT 10
|
||||||
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* You can set your own advanced settings by filling in predefined functions.
|
* You can set your own advanced settings by filling in predefined functions.
|
||||||
* A list of available functions can be found on the library github page
|
* A list of available functions can be found on the library github page
|
||||||
|
@@ -1148,6 +1148,22 @@
|
|||||||
*/
|
*/
|
||||||
//#define TMC_DEBUG
|
//#define TMC_DEBUG
|
||||||
|
|
||||||
|
/**
|
||||||
|
* M915 Z Axis Calibration
|
||||||
|
*
|
||||||
|
* - Adjust Z stepper current,
|
||||||
|
* - Drive the Z axis to its physical maximum, and
|
||||||
|
* - Home Z to account for the lost steps.
|
||||||
|
*
|
||||||
|
* Use M915 Snn to specify the current.
|
||||||
|
* Use M925 Znn to add extra Z height to Z_MAX_POS.
|
||||||
|
*/
|
||||||
|
//#define TMC_Z_CALIBRATION
|
||||||
|
#if ENABLED(TMC_Z_CALIBRATION)
|
||||||
|
#define CALIBRATION_CURRENT 250
|
||||||
|
#define CALIBRATION_EXTRA_HEIGHT 10
|
||||||
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* You can set your own advanced settings by filling in predefined functions.
|
* You can set your own advanced settings by filling in predefined functions.
|
||||||
* A list of available functions can be found on the library github page
|
* A list of available functions can be found on the library github page
|
||||||
|
@@ -1148,6 +1148,22 @@
|
|||||||
*/
|
*/
|
||||||
//#define TMC_DEBUG
|
//#define TMC_DEBUG
|
||||||
|
|
||||||
|
/**
|
||||||
|
* M915 Z Axis Calibration
|
||||||
|
*
|
||||||
|
* - Adjust Z stepper current,
|
||||||
|
* - Drive the Z axis to its physical maximum, and
|
||||||
|
* - Home Z to account for the lost steps.
|
||||||
|
*
|
||||||
|
* Use M915 Snn to specify the current.
|
||||||
|
* Use M925 Znn to add extra Z height to Z_MAX_POS.
|
||||||
|
*/
|
||||||
|
//#define TMC_Z_CALIBRATION
|
||||||
|
#if ENABLED(TMC_Z_CALIBRATION)
|
||||||
|
#define CALIBRATION_CURRENT 250
|
||||||
|
#define CALIBRATION_EXTRA_HEIGHT 10
|
||||||
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* You can set your own advanced settings by filling in predefined functions.
|
* You can set your own advanced settings by filling in predefined functions.
|
||||||
* A list of available functions can be found on the library github page
|
* A list of available functions can be found on the library github page
|
||||||
|
@@ -1148,6 +1148,22 @@
|
|||||||
*/
|
*/
|
||||||
//#define TMC_DEBUG
|
//#define TMC_DEBUG
|
||||||
|
|
||||||
|
/**
|
||||||
|
* M915 Z Axis Calibration
|
||||||
|
*
|
||||||
|
* - Adjust Z stepper current,
|
||||||
|
* - Drive the Z axis to its physical maximum, and
|
||||||
|
* - Home Z to account for the lost steps.
|
||||||
|
*
|
||||||
|
* Use M915 Snn to specify the current.
|
||||||
|
* Use M925 Znn to add extra Z height to Z_MAX_POS.
|
||||||
|
*/
|
||||||
|
//#define TMC_Z_CALIBRATION
|
||||||
|
#if ENABLED(TMC_Z_CALIBRATION)
|
||||||
|
#define CALIBRATION_CURRENT 250
|
||||||
|
#define CALIBRATION_EXTRA_HEIGHT 10
|
||||||
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* You can set your own advanced settings by filling in predefined functions.
|
* You can set your own advanced settings by filling in predefined functions.
|
||||||
* A list of available functions can be found on the library github page
|
* A list of available functions can be found on the library github page
|
||||||
|
@@ -1148,6 +1148,22 @@
|
|||||||
*/
|
*/
|
||||||
//#define TMC_DEBUG
|
//#define TMC_DEBUG
|
||||||
|
|
||||||
|
/**
|
||||||
|
* M915 Z Axis Calibration
|
||||||
|
*
|
||||||
|
* - Adjust Z stepper current,
|
||||||
|
* - Drive the Z axis to its physical maximum, and
|
||||||
|
* - Home Z to account for the lost steps.
|
||||||
|
*
|
||||||
|
* Use M915 Snn to specify the current.
|
||||||
|
* Use M925 Znn to add extra Z height to Z_MAX_POS.
|
||||||
|
*/
|
||||||
|
//#define TMC_Z_CALIBRATION
|
||||||
|
#if ENABLED(TMC_Z_CALIBRATION)
|
||||||
|
#define CALIBRATION_CURRENT 250
|
||||||
|
#define CALIBRATION_EXTRA_HEIGHT 10
|
||||||
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* You can set your own advanced settings by filling in predefined functions.
|
* You can set your own advanced settings by filling in predefined functions.
|
||||||
* A list of available functions can be found on the library github page
|
* A list of available functions can be found on the library github page
|
||||||
|
@@ -1148,6 +1148,22 @@
|
|||||||
*/
|
*/
|
||||||
//#define TMC_DEBUG
|
//#define TMC_DEBUG
|
||||||
|
|
||||||
|
/**
|
||||||
|
* M915 Z Axis Calibration
|
||||||
|
*
|
||||||
|
* - Adjust Z stepper current,
|
||||||
|
* - Drive the Z axis to its physical maximum, and
|
||||||
|
* - Home Z to account for the lost steps.
|
||||||
|
*
|
||||||
|
* Use M915 Snn to specify the current.
|
||||||
|
* Use M925 Znn to add extra Z height to Z_MAX_POS.
|
||||||
|
*/
|
||||||
|
//#define TMC_Z_CALIBRATION
|
||||||
|
#if ENABLED(TMC_Z_CALIBRATION)
|
||||||
|
#define CALIBRATION_CURRENT 250
|
||||||
|
#define CALIBRATION_EXTRA_HEIGHT 10
|
||||||
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* You can set your own advanced settings by filling in predefined functions.
|
* You can set your own advanced settings by filling in predefined functions.
|
||||||
* A list of available functions can be found on the library github page
|
* A list of available functions can be found on the library github page
|
||||||
|
@@ -1148,6 +1148,22 @@
|
|||||||
*/
|
*/
|
||||||
//#define TMC_DEBUG
|
//#define TMC_DEBUG
|
||||||
|
|
||||||
|
/**
|
||||||
|
* M915 Z Axis Calibration
|
||||||
|
*
|
||||||
|
* - Adjust Z stepper current,
|
||||||
|
* - Drive the Z axis to its physical maximum, and
|
||||||
|
* - Home Z to account for the lost steps.
|
||||||
|
*
|
||||||
|
* Use M915 Snn to specify the current.
|
||||||
|
* Use M925 Znn to add extra Z height to Z_MAX_POS.
|
||||||
|
*/
|
||||||
|
//#define TMC_Z_CALIBRATION
|
||||||
|
#if ENABLED(TMC_Z_CALIBRATION)
|
||||||
|
#define CALIBRATION_CURRENT 250
|
||||||
|
#define CALIBRATION_EXTRA_HEIGHT 10
|
||||||
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* You can set your own advanced settings by filling in predefined functions.
|
* You can set your own advanced settings by filling in predefined functions.
|
||||||
* A list of available functions can be found on the library github page
|
* A list of available functions can be found on the library github page
|
||||||
|
@@ -1148,6 +1148,22 @@
|
|||||||
*/
|
*/
|
||||||
//#define TMC_DEBUG
|
//#define TMC_DEBUG
|
||||||
|
|
||||||
|
/**
|
||||||
|
* M915 Z Axis Calibration
|
||||||
|
*
|
||||||
|
* - Adjust Z stepper current,
|
||||||
|
* - Drive the Z axis to its physical maximum, and
|
||||||
|
* - Home Z to account for the lost steps.
|
||||||
|
*
|
||||||
|
* Use M915 Snn to specify the current.
|
||||||
|
* Use M925 Znn to add extra Z height to Z_MAX_POS.
|
||||||
|
*/
|
||||||
|
//#define TMC_Z_CALIBRATION
|
||||||
|
#if ENABLED(TMC_Z_CALIBRATION)
|
||||||
|
#define CALIBRATION_CURRENT 250
|
||||||
|
#define CALIBRATION_EXTRA_HEIGHT 10
|
||||||
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* You can set your own advanced settings by filling in predefined functions.
|
* You can set your own advanced settings by filling in predefined functions.
|
||||||
* A list of available functions can be found on the library github page
|
* A list of available functions can be found on the library github page
|
||||||
|
@@ -1148,6 +1148,22 @@
|
|||||||
*/
|
*/
|
||||||
//#define TMC_DEBUG
|
//#define TMC_DEBUG
|
||||||
|
|
||||||
|
/**
|
||||||
|
* M915 Z Axis Calibration
|
||||||
|
*
|
||||||
|
* - Adjust Z stepper current,
|
||||||
|
* - Drive the Z axis to its physical maximum, and
|
||||||
|
* - Home Z to account for the lost steps.
|
||||||
|
*
|
||||||
|
* Use M915 Snn to specify the current.
|
||||||
|
* Use M925 Znn to add extra Z height to Z_MAX_POS.
|
||||||
|
*/
|
||||||
|
//#define TMC_Z_CALIBRATION
|
||||||
|
#if ENABLED(TMC_Z_CALIBRATION)
|
||||||
|
#define CALIBRATION_CURRENT 250
|
||||||
|
#define CALIBRATION_EXTRA_HEIGHT 10
|
||||||
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* You can set your own advanced settings by filling in predefined functions.
|
* You can set your own advanced settings by filling in predefined functions.
|
||||||
* A list of available functions can be found on the library github page
|
* A list of available functions can be found on the library github page
|
||||||
|
@@ -1148,6 +1148,22 @@
|
|||||||
*/
|
*/
|
||||||
//#define TMC_DEBUG
|
//#define TMC_DEBUG
|
||||||
|
|
||||||
|
/**
|
||||||
|
* M915 Z Axis Calibration
|
||||||
|
*
|
||||||
|
* - Adjust Z stepper current,
|
||||||
|
* - Drive the Z axis to its physical maximum, and
|
||||||
|
* - Home Z to account for the lost steps.
|
||||||
|
*
|
||||||
|
* Use M915 Snn to specify the current.
|
||||||
|
* Use M925 Znn to add extra Z height to Z_MAX_POS.
|
||||||
|
*/
|
||||||
|
//#define TMC_Z_CALIBRATION
|
||||||
|
#if ENABLED(TMC_Z_CALIBRATION)
|
||||||
|
#define CALIBRATION_CURRENT 250
|
||||||
|
#define CALIBRATION_EXTRA_HEIGHT 10
|
||||||
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* You can set your own advanced settings by filling in predefined functions.
|
* You can set your own advanced settings by filling in predefined functions.
|
||||||
* A list of available functions can be found on the library github page
|
* A list of available functions can be found on the library github page
|
||||||
|
@@ -1148,6 +1148,22 @@
|
|||||||
*/
|
*/
|
||||||
//#define TMC_DEBUG
|
//#define TMC_DEBUG
|
||||||
|
|
||||||
|
/**
|
||||||
|
* M915 Z Axis Calibration
|
||||||
|
*
|
||||||
|
* - Adjust Z stepper current,
|
||||||
|
* - Drive the Z axis to its physical maximum, and
|
||||||
|
* - Home Z to account for the lost steps.
|
||||||
|
*
|
||||||
|
* Use M915 Snn to specify the current.
|
||||||
|
* Use M925 Znn to add extra Z height to Z_MAX_POS.
|
||||||
|
*/
|
||||||
|
//#define TMC_Z_CALIBRATION
|
||||||
|
#if ENABLED(TMC_Z_CALIBRATION)
|
||||||
|
#define CALIBRATION_CURRENT 250
|
||||||
|
#define CALIBRATION_EXTRA_HEIGHT 10
|
||||||
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* You can set your own advanced settings by filling in predefined functions.
|
* You can set your own advanced settings by filling in predefined functions.
|
||||||
* A list of available functions can be found on the library github page
|
* A list of available functions can be found on the library github page
|
||||||
|
@@ -1148,6 +1148,22 @@
|
|||||||
*/
|
*/
|
||||||
//#define TMC_DEBUG
|
//#define TMC_DEBUG
|
||||||
|
|
||||||
|
/**
|
||||||
|
* M915 Z Axis Calibration
|
||||||
|
*
|
||||||
|
* - Adjust Z stepper current,
|
||||||
|
* - Drive the Z axis to its physical maximum, and
|
||||||
|
* - Home Z to account for the lost steps.
|
||||||
|
*
|
||||||
|
* Use M915 Snn to specify the current.
|
||||||
|
* Use M925 Znn to add extra Z height to Z_MAX_POS.
|
||||||
|
*/
|
||||||
|
//#define TMC_Z_CALIBRATION
|
||||||
|
#if ENABLED(TMC_Z_CALIBRATION)
|
||||||
|
#define CALIBRATION_CURRENT 250
|
||||||
|
#define CALIBRATION_EXTRA_HEIGHT 10
|
||||||
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* You can set your own advanced settings by filling in predefined functions.
|
* You can set your own advanced settings by filling in predefined functions.
|
||||||
* A list of available functions can be found on the library github page
|
* A list of available functions can be found on the library github page
|
||||||
|
@@ -1148,6 +1148,22 @@
|
|||||||
*/
|
*/
|
||||||
//#define TMC_DEBUG
|
//#define TMC_DEBUG
|
||||||
|
|
||||||
|
/**
|
||||||
|
* M915 Z Axis Calibration
|
||||||
|
*
|
||||||
|
* - Adjust Z stepper current,
|
||||||
|
* - Drive the Z axis to its physical maximum, and
|
||||||
|
* - Home Z to account for the lost steps.
|
||||||
|
*
|
||||||
|
* Use M915 Snn to specify the current.
|
||||||
|
* Use M925 Znn to add extra Z height to Z_MAX_POS.
|
||||||
|
*/
|
||||||
|
//#define TMC_Z_CALIBRATION
|
||||||
|
#if ENABLED(TMC_Z_CALIBRATION)
|
||||||
|
#define CALIBRATION_CURRENT 250
|
||||||
|
#define CALIBRATION_EXTRA_HEIGHT 10
|
||||||
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* You can set your own advanced settings by filling in predefined functions.
|
* You can set your own advanced settings by filling in predefined functions.
|
||||||
* A list of available functions can be found on the library github page
|
* A list of available functions can be found on the library github page
|
||||||
|
@@ -1149,6 +1149,22 @@
|
|||||||
*/
|
*/
|
||||||
//#define TMC_DEBUG
|
//#define TMC_DEBUG
|
||||||
|
|
||||||
|
/**
|
||||||
|
* M915 Z Axis Calibration
|
||||||
|
*
|
||||||
|
* - Adjust Z stepper current,
|
||||||
|
* - Drive the Z axis to its physical maximum, and
|
||||||
|
* - Home Z to account for the lost steps.
|
||||||
|
*
|
||||||
|
* Use M915 Snn to specify the current.
|
||||||
|
* Use M925 Znn to add extra Z height to Z_MAX_POS.
|
||||||
|
*/
|
||||||
|
//#define TMC_Z_CALIBRATION
|
||||||
|
#if ENABLED(TMC_Z_CALIBRATION)
|
||||||
|
#define CALIBRATION_CURRENT 250
|
||||||
|
#define CALIBRATION_EXTRA_HEIGHT 10
|
||||||
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* You can set your own advanced settings by filling in predefined functions.
|
* You can set your own advanced settings by filling in predefined functions.
|
||||||
* A list of available functions can be found on the library github page
|
* A list of available functions can be found on the library github page
|
||||||
|
@@ -1148,6 +1148,22 @@
|
|||||||
*/
|
*/
|
||||||
//#define TMC_DEBUG
|
//#define TMC_DEBUG
|
||||||
|
|
||||||
|
/**
|
||||||
|
* M915 Z Axis Calibration
|
||||||
|
*
|
||||||
|
* - Adjust Z stepper current,
|
||||||
|
* - Drive the Z axis to its physical maximum, and
|
||||||
|
* - Home Z to account for the lost steps.
|
||||||
|
*
|
||||||
|
* Use M915 Snn to specify the current.
|
||||||
|
* Use M925 Znn to add extra Z height to Z_MAX_POS.
|
||||||
|
*/
|
||||||
|
//#define TMC_Z_CALIBRATION
|
||||||
|
#if ENABLED(TMC_Z_CALIBRATION)
|
||||||
|
#define CALIBRATION_CURRENT 250
|
||||||
|
#define CALIBRATION_EXTRA_HEIGHT 10
|
||||||
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* You can set your own advanced settings by filling in predefined functions.
|
* You can set your own advanced settings by filling in predefined functions.
|
||||||
* A list of available functions can be found on the library github page
|
* A list of available functions can be found on the library github page
|
||||||
|
@@ -1148,6 +1148,22 @@
|
|||||||
*/
|
*/
|
||||||
//#define TMC_DEBUG
|
//#define TMC_DEBUG
|
||||||
|
|
||||||
|
/**
|
||||||
|
* M915 Z Axis Calibration
|
||||||
|
*
|
||||||
|
* - Adjust Z stepper current,
|
||||||
|
* - Drive the Z axis to its physical maximum, and
|
||||||
|
* - Home Z to account for the lost steps.
|
||||||
|
*
|
||||||
|
* Use M915 Snn to specify the current.
|
||||||
|
* Use M925 Znn to add extra Z height to Z_MAX_POS.
|
||||||
|
*/
|
||||||
|
//#define TMC_Z_CALIBRATION
|
||||||
|
#if ENABLED(TMC_Z_CALIBRATION)
|
||||||
|
#define CALIBRATION_CURRENT 250
|
||||||
|
#define CALIBRATION_EXTRA_HEIGHT 10
|
||||||
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* You can set your own advanced settings by filling in predefined functions.
|
* You can set your own advanced settings by filling in predefined functions.
|
||||||
* A list of available functions can be found on the library github page
|
* A list of available functions can be found on the library github page
|
||||||
|
@@ -1137,6 +1137,22 @@
|
|||||||
*/
|
*/
|
||||||
//#define TMC_DEBUG
|
//#define TMC_DEBUG
|
||||||
|
|
||||||
|
/**
|
||||||
|
* M915 Z Axis Calibration
|
||||||
|
*
|
||||||
|
* - Adjust Z stepper current,
|
||||||
|
* - Drive the Z axis to its physical maximum, and
|
||||||
|
* - Home Z to account for the lost steps.
|
||||||
|
*
|
||||||
|
* Use M915 Snn to specify the current.
|
||||||
|
* Use M925 Znn to add extra Z height to Z_MAX_POS.
|
||||||
|
*/
|
||||||
|
//#define TMC_Z_CALIBRATION
|
||||||
|
#if ENABLED(TMC_Z_CALIBRATION)
|
||||||
|
#define CALIBRATION_CURRENT 250
|
||||||
|
#define CALIBRATION_EXTRA_HEIGHT 10
|
||||||
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* You can set your own advanced settings by filling in predefined functions.
|
* You can set your own advanced settings by filling in predefined functions.
|
||||||
* A list of available functions can be found on the library github page
|
* A list of available functions can be found on the library github page
|
||||||
|
@@ -1148,6 +1148,22 @@
|
|||||||
*/
|
*/
|
||||||
//#define TMC_DEBUG
|
//#define TMC_DEBUG
|
||||||
|
|
||||||
|
/**
|
||||||
|
* M915 Z Axis Calibration
|
||||||
|
*
|
||||||
|
* - Adjust Z stepper current,
|
||||||
|
* - Drive the Z axis to its physical maximum, and
|
||||||
|
* - Home Z to account for the lost steps.
|
||||||
|
*
|
||||||
|
* Use M915 Snn to specify the current.
|
||||||
|
* Use M925 Znn to add extra Z height to Z_MAX_POS.
|
||||||
|
*/
|
||||||
|
//#define TMC_Z_CALIBRATION
|
||||||
|
#if ENABLED(TMC_Z_CALIBRATION)
|
||||||
|
#define CALIBRATION_CURRENT 250
|
||||||
|
#define CALIBRATION_EXTRA_HEIGHT 10
|
||||||
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* You can set your own advanced settings by filling in predefined functions.
|
* You can set your own advanced settings by filling in predefined functions.
|
||||||
* A list of available functions can be found on the library github page
|
* A list of available functions can be found on the library github page
|
||||||
|
@@ -1159,6 +1159,22 @@
|
|||||||
*/
|
*/
|
||||||
//#define TMC_DEBUG
|
//#define TMC_DEBUG
|
||||||
|
|
||||||
|
/**
|
||||||
|
* M915 Z Axis Calibration
|
||||||
|
*
|
||||||
|
* - Adjust Z stepper current,
|
||||||
|
* - Drive the Z axis to its physical maximum, and
|
||||||
|
* - Home Z to account for the lost steps.
|
||||||
|
*
|
||||||
|
* Use M915 Snn to specify the current.
|
||||||
|
* Use M925 Znn to add extra Z height to Z_MAX_POS.
|
||||||
|
*/
|
||||||
|
//#define TMC_Z_CALIBRATION
|
||||||
|
#if ENABLED(TMC_Z_CALIBRATION)
|
||||||
|
#define CALIBRATION_CURRENT 250
|
||||||
|
#define CALIBRATION_EXTRA_HEIGHT 10
|
||||||
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* You can set your own advanced settings by filling in predefined functions.
|
* You can set your own advanced settings by filling in predefined functions.
|
||||||
* A list of available functions can be found on the library github page
|
* A list of available functions can be found on the library github page
|
||||||
|
@@ -1148,6 +1148,22 @@
|
|||||||
*/
|
*/
|
||||||
//#define TMC_DEBUG
|
//#define TMC_DEBUG
|
||||||
|
|
||||||
|
/**
|
||||||
|
* M915 Z Axis Calibration
|
||||||
|
*
|
||||||
|
* - Adjust Z stepper current,
|
||||||
|
* - Drive the Z axis to its physical maximum, and
|
||||||
|
* - Home Z to account for the lost steps.
|
||||||
|
*
|
||||||
|
* Use M915 Snn to specify the current.
|
||||||
|
* Use M925 Znn to add extra Z height to Z_MAX_POS.
|
||||||
|
*/
|
||||||
|
//#define TMC_Z_CALIBRATION
|
||||||
|
#if ENABLED(TMC_Z_CALIBRATION)
|
||||||
|
#define CALIBRATION_CURRENT 250
|
||||||
|
#define CALIBRATION_EXTRA_HEIGHT 10
|
||||||
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* You can set your own advanced settings by filling in predefined functions.
|
* You can set your own advanced settings by filling in predefined functions.
|
||||||
* A list of available functions can be found on the library github page
|
* A list of available functions can be found on the library github page
|
||||||
|
@@ -1150,6 +1150,22 @@
|
|||||||
*/
|
*/
|
||||||
//#define TMC_DEBUG
|
//#define TMC_DEBUG
|
||||||
|
|
||||||
|
/**
|
||||||
|
* M915 Z Axis Calibration
|
||||||
|
*
|
||||||
|
* - Adjust Z stepper current,
|
||||||
|
* - Drive the Z axis to its physical maximum, and
|
||||||
|
* - Home Z to account for the lost steps.
|
||||||
|
*
|
||||||
|
* Use M915 Snn to specify the current.
|
||||||
|
* Use M925 Znn to add extra Z height to Z_MAX_POS.
|
||||||
|
*/
|
||||||
|
//#define TMC_Z_CALIBRATION
|
||||||
|
#if ENABLED(TMC_Z_CALIBRATION)
|
||||||
|
#define CALIBRATION_CURRENT 250
|
||||||
|
#define CALIBRATION_EXTRA_HEIGHT 10
|
||||||
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* You can set your own advanced settings by filling in predefined functions.
|
* You can set your own advanced settings by filling in predefined functions.
|
||||||
* A list of available functions can be found on the library github page
|
* A list of available functions can be found on the library github page
|
||||||
|
@@ -1150,6 +1150,22 @@
|
|||||||
*/
|
*/
|
||||||
//#define TMC_DEBUG
|
//#define TMC_DEBUG
|
||||||
|
|
||||||
|
/**
|
||||||
|
* M915 Z Axis Calibration
|
||||||
|
*
|
||||||
|
* - Adjust Z stepper current,
|
||||||
|
* - Drive the Z axis to its physical maximum, and
|
||||||
|
* - Home Z to account for the lost steps.
|
||||||
|
*
|
||||||
|
* Use M915 Snn to specify the current.
|
||||||
|
* Use M925 Znn to add extra Z height to Z_MAX_POS.
|
||||||
|
*/
|
||||||
|
//#define TMC_Z_CALIBRATION
|
||||||
|
#if ENABLED(TMC_Z_CALIBRATION)
|
||||||
|
#define CALIBRATION_CURRENT 250
|
||||||
|
#define CALIBRATION_EXTRA_HEIGHT 10
|
||||||
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* You can set your own advanced settings by filling in predefined functions.
|
* You can set your own advanced settings by filling in predefined functions.
|
||||||
* A list of available functions can be found on the library github page
|
* A list of available functions can be found on the library github page
|
||||||
|
@@ -1150,6 +1150,22 @@
|
|||||||
*/
|
*/
|
||||||
//#define TMC_DEBUG
|
//#define TMC_DEBUG
|
||||||
|
|
||||||
|
/**
|
||||||
|
* M915 Z Axis Calibration
|
||||||
|
*
|
||||||
|
* - Adjust Z stepper current,
|
||||||
|
* - Drive the Z axis to its physical maximum, and
|
||||||
|
* - Home Z to account for the lost steps.
|
||||||
|
*
|
||||||
|
* Use M915 Snn to specify the current.
|
||||||
|
* Use M925 Znn to add extra Z height to Z_MAX_POS.
|
||||||
|
*/
|
||||||
|
//#define TMC_Z_CALIBRATION
|
||||||
|
#if ENABLED(TMC_Z_CALIBRATION)
|
||||||
|
#define CALIBRATION_CURRENT 250
|
||||||
|
#define CALIBRATION_EXTRA_HEIGHT 10
|
||||||
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* You can set your own advanced settings by filling in predefined functions.
|
* You can set your own advanced settings by filling in predefined functions.
|
||||||
* A list of available functions can be found on the library github page
|
* A list of available functions can be found on the library github page
|
||||||
|
@@ -1150,6 +1150,22 @@
|
|||||||
*/
|
*/
|
||||||
//#define TMC_DEBUG
|
//#define TMC_DEBUG
|
||||||
|
|
||||||
|
/**
|
||||||
|
* M915 Z Axis Calibration
|
||||||
|
*
|
||||||
|
* - Adjust Z stepper current,
|
||||||
|
* - Drive the Z axis to its physical maximum, and
|
||||||
|
* - Home Z to account for the lost steps.
|
||||||
|
*
|
||||||
|
* Use M915 Snn to specify the current.
|
||||||
|
* Use M925 Znn to add extra Z height to Z_MAX_POS.
|
||||||
|
*/
|
||||||
|
//#define TMC_Z_CALIBRATION
|
||||||
|
#if ENABLED(TMC_Z_CALIBRATION)
|
||||||
|
#define CALIBRATION_CURRENT 250
|
||||||
|
#define CALIBRATION_EXTRA_HEIGHT 10
|
||||||
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* You can set your own advanced settings by filling in predefined functions.
|
* You can set your own advanced settings by filling in predefined functions.
|
||||||
* A list of available functions can be found on the library github page
|
* A list of available functions can be found on the library github page
|
||||||
|
@@ -1150,6 +1150,22 @@
|
|||||||
*/
|
*/
|
||||||
//#define TMC_DEBUG
|
//#define TMC_DEBUG
|
||||||
|
|
||||||
|
/**
|
||||||
|
* M915 Z Axis Calibration
|
||||||
|
*
|
||||||
|
* - Adjust Z stepper current,
|
||||||
|
* - Drive the Z axis to its physical maximum, and
|
||||||
|
* - Home Z to account for the lost steps.
|
||||||
|
*
|
||||||
|
* Use M915 Snn to specify the current.
|
||||||
|
* Use M925 Znn to add extra Z height to Z_MAX_POS.
|
||||||
|
*/
|
||||||
|
//#define TMC_Z_CALIBRATION
|
||||||
|
#if ENABLED(TMC_Z_CALIBRATION)
|
||||||
|
#define CALIBRATION_CURRENT 250
|
||||||
|
#define CALIBRATION_EXTRA_HEIGHT 10
|
||||||
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* You can set your own advanced settings by filling in predefined functions.
|
* You can set your own advanced settings by filling in predefined functions.
|
||||||
* A list of available functions can be found on the library github page
|
* A list of available functions can be found on the library github page
|
||||||
|
@@ -1155,6 +1155,22 @@
|
|||||||
*/
|
*/
|
||||||
//#define TMC_DEBUG
|
//#define TMC_DEBUG
|
||||||
|
|
||||||
|
/**
|
||||||
|
* M915 Z Axis Calibration
|
||||||
|
*
|
||||||
|
* - Adjust Z stepper current,
|
||||||
|
* - Drive the Z axis to its physical maximum, and
|
||||||
|
* - Home Z to account for the lost steps.
|
||||||
|
*
|
||||||
|
* Use M915 Snn to specify the current.
|
||||||
|
* Use M925 Znn to add extra Z height to Z_MAX_POS.
|
||||||
|
*/
|
||||||
|
//#define TMC_Z_CALIBRATION
|
||||||
|
#if ENABLED(TMC_Z_CALIBRATION)
|
||||||
|
#define CALIBRATION_CURRENT 250
|
||||||
|
#define CALIBRATION_EXTRA_HEIGHT 10
|
||||||
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* You can set your own advanced settings by filling in predefined functions.
|
* You can set your own advanced settings by filling in predefined functions.
|
||||||
* A list of available functions can be found on the library github page
|
* A list of available functions can be found on the library github page
|
||||||
|
@@ -1150,6 +1150,22 @@
|
|||||||
*/
|
*/
|
||||||
//#define TMC_DEBUG
|
//#define TMC_DEBUG
|
||||||
|
|
||||||
|
/**
|
||||||
|
* M915 Z Axis Calibration
|
||||||
|
*
|
||||||
|
* - Adjust Z stepper current,
|
||||||
|
* - Drive the Z axis to its physical maximum, and
|
||||||
|
* - Home Z to account for the lost steps.
|
||||||
|
*
|
||||||
|
* Use M915 Snn to specify the current.
|
||||||
|
* Use M925 Znn to add extra Z height to Z_MAX_POS.
|
||||||
|
*/
|
||||||
|
//#define TMC_Z_CALIBRATION
|
||||||
|
#if ENABLED(TMC_Z_CALIBRATION)
|
||||||
|
#define CALIBRATION_CURRENT 250
|
||||||
|
#define CALIBRATION_EXTRA_HEIGHT 10
|
||||||
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* You can set your own advanced settings by filling in predefined functions.
|
* You can set your own advanced settings by filling in predefined functions.
|
||||||
* A list of available functions can be found on the library github page
|
* A list of available functions can be found on the library github page
|
||||||
|
@@ -1148,6 +1148,22 @@
|
|||||||
*/
|
*/
|
||||||
//#define TMC_DEBUG
|
//#define TMC_DEBUG
|
||||||
|
|
||||||
|
/**
|
||||||
|
* M915 Z Axis Calibration
|
||||||
|
*
|
||||||
|
* - Adjust Z stepper current,
|
||||||
|
* - Drive the Z axis to its physical maximum, and
|
||||||
|
* - Home Z to account for the lost steps.
|
||||||
|
*
|
||||||
|
* Use M915 Snn to specify the current.
|
||||||
|
* Use M925 Znn to add extra Z height to Z_MAX_POS.
|
||||||
|
*/
|
||||||
|
//#define TMC_Z_CALIBRATION
|
||||||
|
#if ENABLED(TMC_Z_CALIBRATION)
|
||||||
|
#define CALIBRATION_CURRENT 250
|
||||||
|
#define CALIBRATION_EXTRA_HEIGHT 10
|
||||||
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* You can set your own advanced settings by filling in predefined functions.
|
* You can set your own advanced settings by filling in predefined functions.
|
||||||
* A list of available functions can be found on the library github page
|
* A list of available functions can be found on the library github page
|
||||||
|
@@ -1148,6 +1148,22 @@
|
|||||||
*/
|
*/
|
||||||
//#define TMC_DEBUG
|
//#define TMC_DEBUG
|
||||||
|
|
||||||
|
/**
|
||||||
|
* M915 Z Axis Calibration
|
||||||
|
*
|
||||||
|
* - Adjust Z stepper current,
|
||||||
|
* - Drive the Z axis to its physical maximum, and
|
||||||
|
* - Home Z to account for the lost steps.
|
||||||
|
*
|
||||||
|
* Use M915 Snn to specify the current.
|
||||||
|
* Use M925 Znn to add extra Z height to Z_MAX_POS.
|
||||||
|
*/
|
||||||
|
//#define TMC_Z_CALIBRATION
|
||||||
|
#if ENABLED(TMC_Z_CALIBRATION)
|
||||||
|
#define CALIBRATION_CURRENT 250
|
||||||
|
#define CALIBRATION_EXTRA_HEIGHT 10
|
||||||
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* You can set your own advanced settings by filling in predefined functions.
|
* You can set your own advanced settings by filling in predefined functions.
|
||||||
* A list of available functions can be found on the library github page
|
* A list of available functions can be found on the library github page
|
||||||
|
@@ -1148,6 +1148,22 @@
|
|||||||
*/
|
*/
|
||||||
//#define TMC_DEBUG
|
//#define TMC_DEBUG
|
||||||
|
|
||||||
|
/**
|
||||||
|
* M915 Z Axis Calibration
|
||||||
|
*
|
||||||
|
* - Adjust Z stepper current,
|
||||||
|
* - Drive the Z axis to its physical maximum, and
|
||||||
|
* - Home Z to account for the lost steps.
|
||||||
|
*
|
||||||
|
* Use M915 Snn to specify the current.
|
||||||
|
* Use M925 Znn to add extra Z height to Z_MAX_POS.
|
||||||
|
*/
|
||||||
|
//#define TMC_Z_CALIBRATION
|
||||||
|
#if ENABLED(TMC_Z_CALIBRATION)
|
||||||
|
#define CALIBRATION_CURRENT 250
|
||||||
|
#define CALIBRATION_EXTRA_HEIGHT 10
|
||||||
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* You can set your own advanced settings by filling in predefined functions.
|
* You can set your own advanced settings by filling in predefined functions.
|
||||||
* A list of available functions can be found on the library github page
|
* A list of available functions can be found on the library github page
|
||||||
|
@@ -1149,6 +1149,22 @@
|
|||||||
*/
|
*/
|
||||||
//#define TMC_DEBUG
|
//#define TMC_DEBUG
|
||||||
|
|
||||||
|
/**
|
||||||
|
* M915 Z Axis Calibration
|
||||||
|
*
|
||||||
|
* - Adjust Z stepper current,
|
||||||
|
* - Drive the Z axis to its physical maximum, and
|
||||||
|
* - Home Z to account for the lost steps.
|
||||||
|
*
|
||||||
|
* Use M915 Snn to specify the current.
|
||||||
|
* Use M925 Znn to add extra Z height to Z_MAX_POS.
|
||||||
|
*/
|
||||||
|
//#define TMC_Z_CALIBRATION
|
||||||
|
#if ENABLED(TMC_Z_CALIBRATION)
|
||||||
|
#define CALIBRATION_CURRENT 250
|
||||||
|
#define CALIBRATION_EXTRA_HEIGHT 10
|
||||||
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* You can set your own advanced settings by filling in predefined functions.
|
* You can set your own advanced settings by filling in predefined functions.
|
||||||
* A list of available functions can be found on the library github page
|
* A list of available functions can be found on the library github page
|
||||||
|
Reference in New Issue
Block a user