Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision | |||
advancedmotordriver [2019/02/05 07:06] 205.175.106.13 [Config settings] removing out-of-date param (axis) and replacing with current param |
advancedmotordriver [2019/02/05 10:48] (current) wolfmanjm old revision restored (2018/06/15 09:27) |
||
---|---|---|---|
Line 59: | Line 59: | ||
<code> | <code> | ||
motor_driver_control.alpha.enable true # alpha (X) is a TMC26X | motor_driver_control.alpha.enable true # alpha (X) is a TMC26X | ||
- | motor_driver_control.alpha.designator X # A to set the settings | + | motor_driver_control.alpha.axis X # A to set the settings |
motor_driver_control.alpha.chip TMC2660 # chip name | motor_driver_control.alpha.chip TMC2660 # chip name | ||
motor_driver_control.alpha.current 1500 # current in milliamps | motor_driver_control.alpha.current 1500 # current in milliamps | ||
Line 73: | Line 73: | ||
motor_driver_control.beta.enable true # beta (Y) is a DRV8711 | motor_driver_control.beta.enable true # beta (Y) is a DRV8711 | ||
- | motor_driver_control.beta.designator Y # Y to set the settings | + | motor_driver_control.beta.axis Y # Y to set the settings |
motor_driver_control.beta.chip DRV8711 # chip name | motor_driver_control.beta.chip DRV8711 # chip name | ||
motor_driver_control.beta.current 4000 # current in milliamps | motor_driver_control.beta.current 4000 # current in milliamps |