-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Please help test Marlin firmware config for BigTreeTech SKR Mini E3 2.0 on stock Creality CR-10 and CR-10S #419
Comments
I Agree 1,000,000% I'm using a cr-10 with a upgraded mini e3 mini v2 board where everything works except the touch sensor . It simply shouldn't be so complicated to make this work out of the box when they tout cr-10 compatibility. |
FYI, MarlinFirmware Configurations upstream have now committed BigTreeTech SKR Mini E3 2.0 config examples for both stock Creality CR-10 and stock Creality CR-10S Now all that is missing is for @bigtreetech to provide precompiled SKR Mini E3 2.0 binary firmware files for CR10 and CR10S . |
Many thanks for the code. I'm using this as the basis for my CR-10S4 with the SKR Mini E3 v2.0 board and the printer looks to be working well, as in it works and all directions are good. Currently struggling with a BLTouch issue, once that's sorted can give a definitive response on how well the printer prints with the new control board. |
I purchased this board off amazon about 2 months ago as one of many upgrades i wanted to make to my 3d printer. Little did i know how many issues i would have getting it up and running . I configured a set of files using the basic basic creality cr10 settings and a txt file comparison tool to get it working with basic printing . After that i tried multiple versions of marlin and settings combinations to get my bltouch working . I'm pretty sure i have it working and you can test the firmware file here . My printer is a upgraded cr10 300x300x400 single z stepper version. |
Hello @Gamester17 I am rebuilding my CR10 that has a BTT SKR Mini E3 V2 mainboard installed and would be more than happy to test this later this week. However, I am not confident with compiling firmware. Would you be able to provide a link to a precompiled .bin that I could download? Also, are you able to include a version with the BL touch enabled? Many thanks |
Thanks for the code . I used @Gamester17 's 10S config files and modified for CR-10 S5 |
I have a friend that has issues getting his CR-10 S5 working with this board and the new screen, no Bltouch though. Thanks! |
Not got CR-10 S5 to test but there are config examples for most Creality printers the in an upstream MarlinFirmware repository: https://github.com/MarlinFirmware/Configurations/tree/import-2.0.x/config/examples/Creality For the CR-10 S5 you should be able to use examples for CR-10 (Single Z Lead) or CR-10S (Dual Z Lead) with changed bed-size. So re-mix the CR-10 S5 example for CrealityV1 with one of those. Suggest that you test that and submit any suggested improvements as a pull request to that same repository. |
I'll give that a try, so only bed-size changes to configuration.h should be needed you think to get it working? |
Bed size and Z_MAX_POS corresponding to endstop position I believe, but it is a bigger bed so maybe heating too? Again, suggest comparing with CrealityV1 board for CR-10 S5 |
@lajo-osd I have some upgrades like silicone heatbed, tft35 e3 v3.0 screen, Bltouch, Mini UPS etc. need to edit for you maybe. CR-10S config files was ok. Downloaded and edited Firstly edited Heat bed dimensions.
and
if youre using Filament runout sensor edit this:
Stock display is ok for CR-10 if youre using tft35 e3 v3.0.
for Configration_Adv.h :
Z axis has two motors for one Z stepper driver so little lower than the double current.
|
Thanks a million @slmalb ! I have compiled a new firmware based on your settings for him to test. I'll do my best to answer your questions and I also encouraged him to register here and reply himself: - Whats your/your friend's issue? He thinks it could be related to speed settings or bump settings. -Using SKR mini E3 v2.0 ? and 12V power supply? -Your add-on(s) ? (name of the new screen?) |
The hotbed is huge and heavy Y axis accerelation must be lower to stable movement of Y axis of Cr-10 S5 For this issue lowering accerelation of Y axis may solve it. (mine is solved at least) original was 500 500 100 1000 , Y axis was banging to the Z=0 point real hard was skipping after that. Z acc. value may be 300-350 slower is better. X maybe still 500.
So waiting for the results. @lajo-osd And dont know what to do or how to able to add a SKR mini E3 config file for CR-10S5 that may everyone directly download from config files. If someone from github/Marlinware leaders give a hand I can help CR-10S5 with SKR mini E3 v3.0 mainboard users can use these files in the future. Or maybe do it in bigtreetech/SKR mini E3 branch |
@slmalb My friend has reverted to the stock setup to ensure the breaker and the Y axis movement is working as expected and then will will switch boards again. Thanks for the help so far! |
I have just installed the skr mini V2 in my CR-10, along with 24v powers supply, BLTouch, 24v fans and the TFT35 E3 V3.0 Touch Screen Control Board. I have tried building new firmware using the latest Marlin and the Configurations-release-2.0.7.2, but keep coming up with errors when I try to build the firmware with VSC. I am using the STM32F103RC_environment and have also tried the 512k version of the same, still no look. Has anyone got firmware that would work with my new build? Thanks |
Anyone here tested the new "SKR E3 Turbo" board from BTT/Biqu on stock Creality CR-10 or stock Creality CR-10S? https://github.com/bigtreetech/BIGTREETECH-SKR-E3-Turbo https://www.bigtree-tech.com/products/btt-skr-e3-turbo.html https://github.com/bigtreetech/BIGTREETECH-SKR-E3-Turbo MarlinFirmware/Configurations#223 DescriptionBigTreeTech's SKR E3 Turbo is the next board in the SKR E3 series, but with a LPC1769 MCU and a slightly larger footprint for dual extruders/hotends or independent dual Z depending on firmware configuration. Board details:
ConfigurationsSee the matching config PR in the Marlin Configurations repo: MarlinFirmware/Configurations#223 |
Is your feature request related to a problem? Please describe.
Please help me proof-test these examples Marlin configuration files for CR-10 and CR-10S that is submitted for upstream inclusion:
MarlinFirmware/Configurations#237
and
MarlinFirmware/Configurations#238
Those configuration files should work with stock CR-10 and CR-10S only upgraded with the BigTreeTech SKR Mini E3 2.0 board.
Describe the solution you'd like
There are no config example files for BTT SKR Mini E3 2.x with presets for Creality CR-10 and CR-10S, as per upstream request:
MarlinFirmware/Configurations#141
There are however already BTT SKR Mini E3 2.0 example config files for Ender-3, Ender-3 Pro, and Ender-5 here:
https://github.com/MarlinFirmware/Configurations
I would like for upstream Marlin Firmware and BigTreeTech/Biqu to also provide recommended presets for CR-10 and CR-10S.
Describe alternatives you've considered
The alternative is for all end-users to have to figure out their presets even if they have a stock CR-10 and CR-10S 3D-printer.
The learning curve for Marlin Firmware optimization is relatively steep to get started with and it would be good if customers owning CR-10 and CR-10S who buy your SKR Mini E3 2.0 could get it going more quickly with config files and binaries already available as long as you have a stock 3D-printer from Creality with no hardware modifications as of yet.
Some customers might even buy a different upgrade board from another manufacturer if they think that the upgrade process will be easier with that board.
Additional context
In my humble opinion, having example files for specific stock printer models make it less intimidating for beginners who own a stock 3D-printer to upgrade to example BigTreeTech SKR Mini E3 2.0 board.
Best would also be if @bigtreetech could provide pre-configured and pre-compiled binary files for Creality CR-10 and CR-10S as already available for Creality Ender 3 and Ender 5 as there are many who like to upgrade their stock printers without compiling their own firmware:
https://github.com/bigtreetech/BIGTREETECH-SKR-mini-E3/tree/master/firmware/V2.0
Please also see feature requests #309 and #295 which asks for config files and binaries with pre-configured presets for CR10 and CR10S.
Fact is that there are loads of Creality CR-10 and CR-10S out there and it should be in BigTreeTech/Biqu interest to make it and easy as possible to potential customers to upgrade to your latest entry model upgrade board that is the BigTreeTech SKR Mini E3 2.x
The text was updated successfully, but these errors were encountered: