Skip to content

Commit

Permalink
Fix PrintrBoard build (ignore TMC libraries) (#16346)
Browse files Browse the repository at this point in the history
(In future try to get Teensy processors better supported by `TMCStepper`.)
  • Loading branch information
sjasonsmith authored and thinkyhead committed Jan 2, 2020
1 parent 9ff2d34 commit a7b0b39
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,7 @@ platform = teensy
board = at90usb1286
lib_deps = ${common.lib_deps}
TMC26XStepper=https://github.com/trinamic/TMC26XStepper/archive/master.zip
lib_ignore = TMCStepper
src_filter = ${common.default_src_filter} +<src/HAL/HAL_AVR>
monitor_speed = 250000

Expand All @@ -176,7 +177,7 @@ monitor_speed = 250000
platform = teensy
board = at90usb1286
lib_deps = ${common.lib_deps}
TMC26XStepper=https://github.com/trinamic/TMC26XStepper/archive/master.zip
lib_ignore = TMCStepper
src_filter = ${common.default_src_filter} +<src/HAL/HAL_AVR>
monitor_speed = 250000

Expand Down

0 comments on commit a7b0b39

Please sign in to comment.