mirror of
https://github.com/Klipper3d/klipper.git
synced 2025-07-13 01:37:55 -06:00
stepper: Support configuring the stepper pulse length from Kconfig
Allow the stepper pulse length to be configured at compile time from the Kconfig menu system. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
This commit is contained in:
parent
c0ea0312e5
commit
2ea7c97bbd
3 changed files with 41 additions and 15 deletions
|
@ -11,7 +11,9 @@ config AVR_SELECT
|
|||
select HAVE_GPIO_I2C
|
||||
select HAVE_GPIO_HARD_PWM
|
||||
select HAVE_GPIO_BITBANGING if !MACH_atmega168
|
||||
select NO_UNSTEP_DELAY
|
||||
|
||||
config STEP_DELAY
|
||||
default 0
|
||||
|
||||
config BOARD_DIRECTORY
|
||||
string
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue