Skip to content
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

Marlin out dated, to many errors #25

Open
kastor159 opened this issue Jul 13, 2021 · 3 comments
Open

Marlin out dated, to many errors #25

kastor159 opened this issue Jul 13, 2021 · 3 comments

Comments

@kastor159
Copy link

Can the Marlin FW please be updated.
I find eeprom saves are forgotten.
Z axis offset keeps changing as well.
bad BLtouch functionality.
I fi can install an alternative FW its fine as well.
Thanks

@BobCraig10
Copy link

Can the Marlin FW please be updated.
I find eeprom saves are forgotten.
Z axis offset keeps changing as well.
bad BLtouch functionality.
I fi can install an alternative FW its fine as well.
Thanks

I have nothing to do with this besides owning one also. I planned on using it with reprap firmware, and really liked using it. I did find that using it with Marlin was just a little more "polished" and had some functionality that was more important to me. I was able to compile the newest Marlin 2.0.9x for the btt e3 rrf with no issues. The instructions to compile are pretty much the same as what is listed to compile for 2.0.7x, just with different line numbers. Something to look for, the newest Marlin build has provisions to assign 3 serial ports, so you can have the serial tft display, the USB , AND the wifi, so you can have ESP3D functionality and tft display, and octoprint all work at the same time. If you need help compiling it, I can try to help, but there may be others that know more about it than me. If you go through all the Marlin options, there is some really neat features I knew nothing about, and glad I compiled everything myself.

@trengtor
Copy link

trengtor commented Sep 1, 2021

Can the Marlin FW please be updated.

https://github.com/MarlinFirmware/Marlin/issues

@nevsdea2
Copy link

nevsdea2 commented Jan 4, 2022

I've had the same problems as @kastor159 - forgotten saves and Z axis offset changes every time I do a print (I need to add the z-axis offset every time I start a print - 2 on the first print, then 4 on the second print, then 6 on the third print, then 8, and so on every time I do a print.

I noticed that 2.0.7.x was a bit old so also wanted to make a new build based off Marlin 2.0.9.2, hoping that using the newer Marlin might help. I merge in the changes from configuration.h and configuration_adv.h but then it won't build. It seems I need to add the BIGTREE_E3_RRF environment in the platformio.ini file, then it still won't build because it's missing a bunch of .json and .py files for the BTT and STM32F boards and other stuff. So I copy those over from the BTT supplied 2.0.7.x build, and then it builds but the board won't boot up when I flash with this firmware. I can switch back to the 2.0.7.x Ender3 Marlin build and it boots again, but back to the bad behaviours.

@BobCraig10 how did you get plain vanilla Marlin 2.0.9.x to work? Maybe you could share your configuration files? Did you need to modify platformio.ini?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants