Skip to content

Commit

Permalink
Fixed config error
Browse files Browse the repository at this point in the history
There was a stray comma left over and also the naming has been fixed
  • Loading branch information
Jerome committed Sep 3, 2021
1 parent 8950a57 commit 4402c88
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
# sections into your printer.cfg and change it there.

# not all aliases are set yet, but diag pins my be usefull in future (i.e detecting skipped steps on extruder)
[board_pins octopus_11_tmc2209]
[board_pins einsy_tmc2130]
aliases:
# steppers
x_step_pin=PC0, x_dir_pin=PL0, x_enable_pin=PA7, x_uart_pin=PG0, , x_tx_pin=null, x_select_pin=null, x_diag_pin=PK2, x_endstop_pin=null,
x_step_pin=PC0, x_dir_pin=PL0, x_enable_pin=PA7, x_uart_pin=PG0, x_tx_pin=null, x_select_pin=null, x_diag_pin=PK2, x_endstop_pin=null,
y_step_pin=PC1, y_dir_pin=PL1, y_enable_pin=PA6, y_uart_pin=PG2, y_tx_pin=null, y_select_pin=null, y_diag_pin=PK7, y_endstop_pin=null,
z0_step_pin=PC2, z0_dir_pin=PL2, z0_enable_pin=PA5, z0_uart_pin=PK5, z0_tx_pin=null, z0_select_pin=null, z0_diag_pin=PK6,
z1_step_pin=null, z1_dir_pin=null,z1_enable_pin=null, z1_uart_pin=null, z1_tx_pin=null, z1_select_pin=null, z1_diag_pin=null,
Expand Down

0 comments on commit 4402c88

Please sign in to comment.