CORE_BACKLASH

MarlinFirmware/Marlin#21612
This commit is contained in:
Scott Lahteine 2021-04-24 03:14:52 -05:00
parent edc3040e5a
commit c3cd345a6d
237 changed files with 711 additions and 0 deletions

View file

@ -972,6 +972,9 @@
#define BACKLASH_DISTANCE_MM { 0, 0, 0 } // (mm)
#define BACKLASH_CORRECTION 0.0 // 0.0 = no correction; 1.0 = full correction
// Add steps for motor direction changes on CORE kinematics
//#define CORE_BACKLASH
// Set BACKLASH_SMOOTHING_MM to spread backlash correction over multiple segments
// to reduce print artifacts. (Enabling this is costly in memory and computation!)
//#define BACKLASH_SMOOTHING_MM 3 // (mm)