|
@@ -27,7 +27,7 @@ build_flags = -fmax-errors=5 -g -D__MARLIN_FIRMWARE__
|
27
|
27
|
lib_deps =
|
28
|
28
|
U8glib-HAL=https://github.com/MarlinFirmware/U8glib-HAL/archive/bugfix.zip
|
29
|
29
|
LiquidCrystal@1.3.4
|
30
|
|
- TMCStepper@<1.0.0
|
|
30
|
+ TMCStepper@>=0.5.0,<1.0.0
|
31
|
31
|
Adafruit NeoPixel@1.1.3
|
32
|
32
|
LiquidTWI2=https://github.com/lincomatic/LiquidTWI2/archive/master.zip
|
33
|
33
|
Arduino-L6470=https://github.com/ameyer/Arduino-L6470/archive/dev.zip
|
|
@@ -159,7 +159,7 @@ monitor_speed = 250000
|
159
|
159
|
lib_deps = Servo
|
160
|
160
|
LiquidCrystal
|
161
|
161
|
U8glib-HAL=https://github.com/MarlinFirmware/U8glib-HAL/archive/bugfix.zip
|
162
|
|
- TMCStepper@<1.0.0
|
|
162
|
+ TMCStepper@>=0.5.0,<1.0.0
|
163
|
163
|
Adafruit NeoPixel=https://github.com/p3p/Adafruit_NeoPixel/archive/master.zip
|
164
|
164
|
SailfishLCD=https://github.com/mikeshub/SailfishLCD/archive/master.zip
|
165
|
165
|
|
|
@@ -179,7 +179,7 @@ monitor_speed = 250000
|
179
|
179
|
lib_deps = Servo
|
180
|
180
|
LiquidCrystal
|
181
|
181
|
U8glib-HAL=https://github.com/MarlinFirmware/U8glib-HAL/archive/bugfix.zip
|
182
|
|
- TMCStepper@<1.0.0
|
|
182
|
+ TMCStepper@>=0.5.0,<1.0.0
|
183
|
183
|
Adafruit NeoPixel=https://github.com/p3p/Adafruit_NeoPixel/archive/master.zip
|
184
|
184
|
|
185
|
185
|
#
|
|
@@ -487,7 +487,7 @@ build_flags = ${common.build_flags}
|
487
|
487
|
lib_deps =
|
488
|
488
|
U8glib-HAL=https://github.com/MarlinFirmware/U8glib-HAL/archive/bugfix.zip
|
489
|
489
|
LiquidCrystal@1.3.4
|
490
|
|
- TMCStepper@<1.0.0
|
|
490
|
+ TMCStepper@>=0.5.0,<1.0.0
|
491
|
491
|
Adafruit NeoPixel
|
492
|
492
|
LiquidTWI2=https://github.com/lincomatic/LiquidTWI2/archive/master.zip
|
493
|
493
|
Arduino-L6470=https://github.com/ameyer/Arduino-L6470/archive/dev.zip
|