Browse Source

Newer TMCStepper better for LPC176x (#17934)

vanilla_fb_2.0.x
Jason Smith 4 years ago
committed by GitHub
parent
commit
8d3caa9944
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      platformio.ini

4
platformio.ini

@ -266,7 +266,7 @@ src_filter = ${common.default_src_filter} +<src/HAL/LPC1768>
lib_deps = Servo
LiquidCrystal
U8glib-HAL=https://github.com/MarlinFirmware/U8glib-HAL/archive/bugfix.zip
TMCStepper@>=0.6.1,<1.0.0
TMCStepper@>=0.6.2
Adafruit NeoPixel=https://github.com/p3p/Adafruit_NeoPixel/archive/release.zip
SailfishLCD=https://github.com/mikeshub/SailfishLCD/archive/master.zip
@ -284,7 +284,7 @@ src_filter = ${common.default_src_filter} +<src/HAL/LPC1768>
lib_deps = Servo
LiquidCrystal
U8glib-HAL=https://github.com/MarlinFirmware/U8glib-HAL/archive/bugfix.zip
TMCStepper@>=0.6.1,<1.0.0
TMCStepper@>=0.6.2
Adafruit NeoPixel=https://github.com/p3p/Adafruit_NeoPixel/archive/release.zip
SailfishLCD=https://github.com/mikeshub/SailfishLCD/archive/master.zip

Loading…
Cancel
Save