mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2025-08-09 14:55:00 -06:00
Use TMC2208Stepper v0.2.5 (#11714)
This commit is contained in:
parent
e25d2ae4a2
commit
eafd62308e
3 changed files with 6 additions and 7 deletions
|
@ -32,7 +32,7 @@ lib_deps =
|
|||
https://github.com/MarlinFirmware/U8glib-HAL/archive/dev.zip
|
||||
LiquidCrystal@1.3.4
|
||||
TMC2130Stepper
|
||||
https://github.com/teemuatlut/TMC2208Stepper/archive/v0.2.3.zip
|
||||
https://github.com/teemuatlut/TMC2208Stepper/archive/v0.2.5.zip
|
||||
Adafruit NeoPixel@1.1.3
|
||||
https://github.com/lincomatic/LiquidTWI2/archive/30aa480.zip
|
||||
https://github.com/ameyer/Arduino-L6470/archive/master.zip
|
||||
|
@ -163,7 +163,6 @@ lib_extra_dirs = frameworks
|
|||
lib_deps = CMSIS-LPC1768
|
||||
https://github.com/MarlinFirmware/U8glib-HAL/archive/dev.zip
|
||||
TMC2130Stepper@>=2.2.1
|
||||
TMC2208Stepper@=0.2.1
|
||||
extra_scripts = Marlin/src/HAL/HAL_LPC1768/debug_extra_script.py, Marlin/src/HAL/HAL_LPC1768/lpc1768_flag_script.py, Marlin/src/HAL/HAL_LPC1768/upload_extra_script.py
|
||||
src_filter = ${common.default_src_filter} +<src/HAL/HAL_LPC1768>
|
||||
monitor_speed = 250000
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue