Fix
This commit is contained in:
parent
41657de2e5
commit
57b1df75bf
@ -1168,7 +1168,7 @@
|
|||||||
// Backlash Compensation
|
// Backlash Compensation
|
||||||
// Adds extra movement to axes on direction-changes to account for backlash.
|
// Adds extra movement to axes on direction-changes to account for backlash.
|
||||||
//
|
//
|
||||||
#define BACKLASH_COMPENSATION
|
//#define BACKLASH_COMPENSATION
|
||||||
#if ENABLED(BACKLASH_COMPENSATION)
|
#if ENABLED(BACKLASH_COMPENSATION)
|
||||||
// Define values for backlash distance and correction.
|
// Define values for backlash distance and correction.
|
||||||
// If BACKLASH_GCODE is enabled these values are the defaults.
|
// If BACKLASH_GCODE is enabled these values are the defaults.
|
||||||
@ -1180,10 +1180,10 @@
|
|||||||
|
|
||||||
// Set BACKLASH_SMOOTHING_MM to spread backlash correction over multiple segments
|
// Set BACKLASH_SMOOTHING_MM to spread backlash correction over multiple segments
|
||||||
// to reduce print artifacts. (Enabling this is costly in memory and computation!)
|
// to reduce print artifacts. (Enabling this is costly in memory and computation!)
|
||||||
//#define BACKLASH_SMOOTHING_MM 3 // (mm)
|
// #define BACKLASH_SMOOTHING_MM 3 // (mm)
|
||||||
|
|
||||||
// Add runtime configuration and tuning of backlash values (M425)
|
// Add runtime configuration and tuning of backlash values (M425)
|
||||||
//#define BACKLASH_GCODE
|
// #define BACKLASH_GCODE
|
||||||
|
|
||||||
#if ENABLED(BACKLASH_GCODE)
|
#if ENABLED(BACKLASH_GCODE)
|
||||||
// Measure the Z backlash when probing (G29) and set with "M425 Z"
|
// Measure the Z backlash when probing (G29) and set with "M425 Z"
|
||||||
|
Loading…
Reference in New Issue
Block a user