Skip to content

Commit 5683e6e

Browse files
ellenspLCh-77
authored andcommitted
🐛 Fix HAS_TMC26X feature path (MarlinFirmware#23757)
1 parent 5f98d5c commit 5683e6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ini/features.ini

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ HAS_STEALTHCHOP = src_filter=+<src/gcode/feature/trinamic
2323
SR_LCD_3W_NL = SailfishLCD=https://github.com/mikeshub/SailfishLCD/archive/master.zip
2424
HAS_MOTOR_CURRENT_I2C = SlowSoftI2CMaster
2525
src_filter=+<src/feature/digipot>
26-
HAS_TMC26X = TMC26XStepper=https://github.com/MarlinFirmware/TMC26XStepper/archive/master.zip
26+
HAS_TMC26X = TMC26XStepper=https://github.com/trinamic/TMC26XStepper/archive/master.zip
2727
src_filter=+<src/module/stepper/TMC26X.cpp>
2828
HAS_L64XX = [email protected]
2929
src_filter=+<src/libs/L64XX> +<src/module/stepper/L64xx.cpp> +<src/gcode/feature/L6470> +<src/HAL/shared/HAL_spi_L6470.cpp>

0 commit comments

Comments
 (0)