-
Notifications
You must be signed in to change notification settings - Fork 40
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
Remove Special Menu to save memory #30
Comments
Unfortunately the special menu has no CONFIG option. |
OK. Thank you for the fast answer |
Is there an overview of the changes you made? Because i want to merge with the actual Marlin 2.0 bugfix files. Is it only : AnycubicSerial.h et cpp / AnycubicTFT.h et cpp / and the changes in Configuration.h, Marlin.h, MArlin_main.cpp? Thank you for your help |
And Configuration_adv.h ... then it is it. |
Thanks a lot |
Hi, did you get Marlin 2.0_bug fix working with Anycubic I3 mega? |
Hi, The source here worked also for me, but it takes too much memory with reprap LCD. What is your compiler issue ? You use also an Reprap LCD? Or both ? |
Hi,
thank you for your prompt reply.
When I compile I get tons of redefines and some missing files...
Now I'm using the Marlin-Ai3M-2.0.x-2.0.x with the original TFT display
version modified to use BLtouch, Nozzle Clean, TMC2208_standalone and SD.
The reason I'm trying to upgrade to the 2.0.x_bug_fix is that I was trying
to upgrade my current Marlin version with TMC2208 drivers to tmc 2209
(with serial features) but, even if everything works fine, they motor
steppers became very noisy and I've found probably there is a bug in the FW
that should be fixed with the 2.0bug_fix version or 2.1.
That why I'm trying to upgrade to 2.0.x bug_fix or better 2.1.
I copied the dedicated source files (serial and TFT) and I spent more than
5 hours with winmerge to find differences in the configuration files (the
new ones has a lot of changes), but at the end of the day I went back to
the TMC2208 and Marlin-Ai3M-2.0.x-2.0.x waiting for a more suitable release
version or more time to play with!
Thank you for your help
…On Mon, Mar 2, 2020 at 12:27 PM shoex ***@***.***> wrote:
Hi, did you get Marlin 2.0_bug fix working with Anycubic I3 mega?
I tried it but I always got compiler errors.
Could you please share source files?
Thanks
Hi,
I got Marlin 2.0 working, but I decided to remove the TFT completly from
the printer. So I compiled directlyy from the marlin source without the
anycubic part.
The source here worked also for me, but it takes too much memory with
reprap LCD.
What is your compiler issue ? You use also an Reprap LCD? Or both ?
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#30?email_source=notifications&email_token=AKY7E27UNYOYU3V5XFNJJATRFOJZ3A5CNFSM4HHGLM32YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOENO6QWA#issuecomment-593356888>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AKY7E24YAG43QN7HHVME7ADRFOJZ3ANCNFSM4HHGLM3Q>
.
|
I think it is hard to merge this with the original marlin Bugfix branch, because u would not have enough memory to do every thing u want. But if you provide ur files, and the exact source, I will have a look for the errors, when i got time. |
Hi, yes it is very hard in particular the porting of the TFT code.
I'll keep you updated as soon as I've got a slot of time to work on it
Thank you for your support and willingness to help me
…On Mon, Mar 2, 2020 at 5:11 PM shoex ***@***.***> wrote:
I think it is hard to merge this with the original marlin Bugfix branch,
because u would not have enough memory to do every thing u want.
But if you provide ur files, and the exact source, I will have a look for
the errors, when i got time.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#30?email_source=notifications&email_token=AKY7E23GHSIOCIWP2SQYQZLRFPLBNA5CNFSM4HHGLM32YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOENP4YHY#issuecomment-593480735>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AKY7E25QNRUIJUPS3QIUOQLRFPLBNANCNFSM4HHGLM3Q>
.
|
Hi, great work. But I have a question. I use a Reprap LCD as second screen. Is it possible to remove the special menu to save memory.?
I want to use some other Marlin features. Thanks
The text was updated successfully, but these errors were encountered: