Closed GithubPatrick91 closed 2 years ago
Wow... seems like Trinamic has deleted the repo :( I just took a look at my source code directory and found the library. I'm uploading it here (TMC26XStepper.zip), but to be honest, it's not needed anymore. It can be replaced by Lib_TMCStepper.
I just committed the change. It should now build through without errors.
Wow, thank you for your quick fix and for sharing the library! I did some fixed by myself, thats why i forked it. As i pulled it, there were no includes of this library anymore... and i just went in here to delete my issue, cause i thought i became crazy. :)
Again thanks for your fast action and for your awesome repo!
Hallo @knutwurst,
ich finde echt geil was du machst, deine Beschreibungen sind echt super!
ich bin neu hier und ein Anfänger, ich habe ein Anycubic i3 Mega Pro, ich bin auf deine Firmware gestoßen und wollte es auf jeden fall ausprobieren! Ich habe aber das selbe Problem, wie oben beschrieben, die Bibliothek ist nicht vorhanden, du schreibst das diese mit "Lib_TMCStepper" ersetzt werden soll, wo macht man das? Wird diese im PlatformIO installiert oder muss das im Code abgeändert werden?
Vielleicht hast du dazu auch eine Anleitung?
Danke schon mal im Voraus.
Hallo @Elektrospeedy , danke für die Blumen ;)
I'll answer in English so that nobody is excluded who might have the same question:
If you take the source code from the current master, then everything is already altered there and you can just compile like that.
If you just want to compile your own code with the error, you can either comment out the line that causes the error for your profile or replace it with my version uploaded here. Here is the example for MEGA_S_1.4.3:
Replace the line with:
TMC26XStepper=https://github.com/knutwurst/Marlin-2-0-x-Anycubic-i3-MEGA-S/files/8306697/TMC26XStepper.zip
lg Olli
Hallo @knutwurst,
ich bedanke mich für die schnelle und hilfreiche Antwort. Es hat super geklappt mit dem Kompilieren!
Danke. 👍
The libraries can be found at: https://github.com/interactive-matter
I did a replace of trinamic with interactive0matter in platformio.ini
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.
Bug Description
The used library cannot be installed when build the project, due to 404 status.
TMC26XStepper=https://github.com/trinamic/TMC26XStepper/archive/master.zip
Steps to Reproduce
build any project which uses this lib in this library like:
Additional Information
i cannot find any repo of trinamics like TMC26XStepper
PIO Error output: