bigtreetech / BIGTREETECH-SKR-V1.3

32bit board with LPC1768, support marlin2.0 and smoothieware, support lcd2004/12864, On-board TMC2130 SPI interface and TMC2208 UART interface no additional wiring is required
1.01k stars 1.15k forks source link

Alternative option If you came here looking for help #40

Open LongLiveCHIEF opened 5 years ago

LongLiveCHIEF commented 5 years ago

BigTreeTech's video's and configs are already far out of date due to rapid changes in Marlin bugfix2.0 branch.

BigTreeTech hasn't really kept up well with responding to issues here, and creating Pull Requests could mess up their product delivery approach.

I've spent a TON of time getting familiar with the issues related to this, and I'm familiar enough with Marlin to help most of you get up and running regardless of your printer model.

If you came here looking for help but can't get an answer, I invite you to drop into the HackerHappyHour discord 3D-printing channel to ask your questions, and I will do my best to help get you up and running.

Another alternative you have, is by checking out my up to date configurations for the SKR v1.3. I'm sharing two links with you. one link will be to the auto-updating tip of my configuration branch, and the other will be a "compare" link that will show you what is different between my configs and Marlin's default configuration files.

The first link is going to be treated as a "production" branch, so you should consider it stable. Please note however, that I have an ender3, and the configs are related to that machine. You can use the second link in turn to see what changes I made so you know what items to look for and modify based on your printers specifications.

I will plan on pulling in the latest Marlin firmware once a week, and both of the links below will reflect those changes... so feel free to bookmark them without fear.

Marlin 2.0 - Ender 3 - SKR v1.3 config branch: https://github.com/HackerHappyHour/Marlin/tree/ender3-skr-v1.3-config Comparison between my configs and latest Marlin 2 default configs: https://github.com/MarlinFirmware/Marlin/compare/bugfix-2.0.x...HackerHappyHour:ender3-skr-v1.3-config

I've also tried my best to make my commits for this branch tell a story, or as a documentation of sorts. You can read the commit history using the compare link above, or using this link.

For those of you not familiar with git, any commit that has a ... icon next to it means there are more details in the extended commit message. I geared these as comments for you guys, to explain why I did what I did. Click the ...'s to uncover those comments.

mpallen509 commented 5 years ago

Thanks for the information and files! I have been working closely with SKR v1.3 and TFT35. Just as you say there is a large lag in updating information and responding to issues here. Appreciate you taking the time to share what you have!