Advertisement
boelle11

Untitled

Jan 2nd, 2022
30
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1. //Config for RE-Arm
  2. lpc.board = rearm
  3. sbc.lpcTfrReadyPin = 1.31
  4. adc.prefilter.enable =true
  5. heat.tempSensePins = {0.24 0.23}
  6.  
  7. //LED blinks to indicate Platform is spinning or other diagnostic
  8. //Comment out or set to NoPin if not wanted.
  9. leds.diagnostic = 4.28;
  10.  
  11. //TMC
  12. stepper.TmcUartPins = {1.0,1.8,1.9,1.15,1.16}
  13. stepper.numSmartDrivers = 5
  14. stepper.TmcDiagPins = {1.25 1.27 NoPin NoPin NoPin}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement