-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'feature/mecha-e1' into develop
- Loading branch information
Showing
4 changed files
with
32 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
#if defined PLATFORM_MECHA_E1 | ||
/* | ||
* Nodal Ninja Mecha E1 | ||
* Motors ??, 9-28V | ||
* Identical lower and upper units, integrated driver with preset 32 microstep | ||
*/ | ||
#define MOTOR_STEPS 200 | ||
#define MICROSTEPS 32 | ||
// max RPM | ||
#define MOTOR_RPM 480 | ||
// max acceleration/deceleration in steps/sec^2 | ||
#define MOTOR_ACCEL 10000 | ||
#define MOTOR_DECEL 10000 | ||
|
||
#define HORIZ_GEAR_RATIO 37.7f | ||
#define VERT_GEAR_RATIO 37.7f | ||
|
||
#endif // PLATFORM_MECHA_E1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters