mirror of
git://soft.sys114.com/klipper
synced 2026-02-11 08:10:26 +09:00
kin_cartesian: Remove stepcompress_push_const()
All the kinematic code now uses the iterative solver to generate steps. Remove the old stepcompress_push_const() mechanism. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
This commit is contained in:
@@ -313,7 +313,7 @@ stepcompress_flush_far(struct stepcompress *sc, uint64_t abs_step_clock)
|
||||
}
|
||||
|
||||
// Send the set_next_step_dir command
|
||||
int
|
||||
static int
|
||||
set_next_step_dir(struct stepcompress *sc, int sdir)
|
||||
{
|
||||
if (sc->sdir == sdir)
|
||||
|
||||
Reference in New Issue
Block a user