M425 Backlash Correction (#11061)
This commit is contained in:
committed by
Scott Lahteine
parent
fa47ce369a
commit
b22716e938
@ -338,6 +338,10 @@ class Planner {
|
||||
volatile static uint32_t block_buffer_runtime_us; //Theoretical block buffer runtime in µs
|
||||
#endif
|
||||
|
||||
#if ENABLED(BACKLASH_COMPENSATION)
|
||||
static void add_backlash_correction_steps(const int32_t da, const int32_t db, const int32_t dc, const uint8_t dm, block_t * const block, float (&delta_mm)[ABCE]);
|
||||
#endif
|
||||
|
||||
public:
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user