Skip to content

Commit 24bcaf3

Browse files
ellenspLCh-77
authored andcommitted
🐛 Fix HAS_TMC26X feature path (MarlinFirmware#23757)
1 parent 0649316 commit 24bcaf3

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

ini/features.ini

+4
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,11 @@ 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+
<<<<<<< HEAD
2627
HAS_TMC26X = TMC26XStepper=https://github.com/MarlinFirmware/TMC26XStepper/archive/master.zip
28+
=======
29+
HAS_TMC26X = TMC26XStepper=https://github.com/trinamic/TMC26XStepper/archive/master.zip
30+
>>>>>>> 3ec5bbfb13 (🐛 Fix HAS_TMC26X feature path (#23757))
2731
src_filter=+<src/module/stepper/TMC26X.cpp>
2832
HAS_L64XX = [email protected]
2933
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)