Skip to content

Commit

Permalink
fix(flex-stacker): fix invalid Latch motor gear ratio for EVT flex-st…
Browse files Browse the repository at this point in the history
…ackers. (#494)
  • Loading branch information
vegano1 authored Dec 12, 2024
1 parent 7915846 commit b204d5e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ struct Defaults {
static constexpr float SPEED_DISCONT = 5.0;

static constexpr float MM_PER_REV =
lms::GearBoxConfig::mm_per_rev(16.0, 16.0 / 30.0);
lms::GearBoxConfig::mm_per_rev(30, 30.0 / 16.0);
static constexpr float STEPS_PER_REV = 200;
static constexpr float MICROSTEP = 16;
};
Expand Down

0 comments on commit b204d5e

Please sign in to comment.