Skip to content

Commit

Permalink
Fixed erroneous - sign
Browse files Browse the repository at this point in the history
  • Loading branch information
ksummers92 committed Mar 20, 2024
1 parent ca9fe5b commit f087a6a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions user_templates/mcu_defaults/toolhead/LDO_Nitehawk-SB.cfg
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@

#---------------------------------------------------------#
#### BTT EBB SB2209 CAN v1.0 RP2040 MCU definition ########
#### LDO Nitehawk MCU definition ########
#---------------------------------------------------------#

[mcu toolhead]
##--------------------------------------------------------------------
serial: /dev/serial/by-id/change-me-to-the-correct-mcu-path
##--------------------------------------------------------------------

# If you want to override the wiring of the BTT EBB SB2209 CAN v1.0 RP2040, keep in mind that this
# If you want to override the wiring of the LDO Nitehawk, keep in mind that this
# board is defined using the "toolhead" name. So you should use "pin: toolhead:PIN_NAME"
# in your own overrides.cfg files.

[include config/mcu_definitions/toolhead/LDO_Nitehawk-SB.cfg] # Do not remove this line
[board_pins nitehawk_mcu]
mcu: toolhead
aliases:
E_STEP=MCU_E0_STEP , E_DIR=MCU_E0_DIR , E_ENABLE=MCU_E0_EN , E_TMCUART=MCU_E0_UART , E_TMCTX-MCU_E0_TX ,
E_STEP=MCU_E0_STEP , E_DIR=MCU_E0_DIR , E_ENABLE=MCU_E0_EN , E_TMCUART=MCU_E0_UART , E_TMCTX=MCU_E0_TX ,

X_STOP=MCU_X_STOP ,
Y_STOP=MCU_Y_STOP ,
Expand Down

0 comments on commit f087a6a

Please sign in to comment.