Skip to content

Commit

Permalink
Boards: Fix missing comma in Prusa Einsy pin map (#302)
Browse files Browse the repository at this point in the history
  • Loading branch information
OXERY authored Oct 12, 2024
1 parent 80fa439 commit 9b638ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion boards/prusa-einsy/config.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
aliases:
# steppers
x_step_pin=PC0, x_dir_pin=PL0, x_enable_pin=PA7, x_diag_pin=PK2, x_uart_pin=PG0, x_endstop_pin=PK2,
y_step_pin=PC1, y_dir_pin=PL1, y_enable_pin=PA6, y_diag_pin=PK7, y_uart_pin=PG2, y_endstop_pin=PK7
y_step_pin=PC1, y_dir_pin=PL1, y_enable_pin=PA6, y_diag_pin=PK7, y_uart_pin=PG2, y_endstop_pin=PK7,
z0_step_pin=PC2, z0_dir_pin=PL2, z0_enable_pin=PA5, z0_diag_pin=PK6, z0_uart_pin=PK5,
e_step_pin=PC3, e_dir_pin=PL6, e_enable_pin=PA4, e_diag_pin=PK3, e_uart_pin=PK4, e_heater_pin=PE5, e_sensor_pin=PF0,
# auto leveling
Expand Down

0 comments on commit 9b638ac

Please sign in to comment.