-
-
Notifications
You must be signed in to change notification settings - Fork 19.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
[BUG] Can't compile with skr e3 dip #15269
Comments
Try enable SLIM_LCD_MENUS |
Are you joking? Because of Marlin developers have added a bunch of useless functions and libraries and other crappy stuff in the latest marlin versions,and don't even try to optimize project compiling size and it constantly growing without visible improvements you are recommending to disable useful features? I recommend replace rather Marlin 2.xx developers or take an older version. it has less shit and it is more stable. P.S. IMHO marlin developers do their best to kill the project, turning marlin 2.xx into a fat obese monster. |
P.S. you are doing all in a right way,marlin developers doing something wrong. I have same issues with latest marlin versions. They are playing with joysticks,menus,animations,supports for 6,7,8,9,10 drivers instead to Fix open issues or to add anything really useful. |
I did a pull last night and tried disabling SLIM_LCD_MENUS and it compiled fine for my SKR E3 DIP. My branch head was at commit 20fbb75 |
Do you need ARC support? Most slicers aren't capable of using it. |
It's not fair to accuse contributors of working on unimportant details. They might not be important to you, but they are important for other people. When work is done by volunteers, they work on the features that most interest them. I'm sure they would welcome you learning how to contribute to the areas which most interest you. I see commits every day for these SKR E3 boards. They are very new and people are figuring out the best way to work with them. They are certainly not being ignored. When it comes down to it, these have half the usable flash of an SKR 1.3, so you can't expect to be able to fit every possible feature into them. |
no. it already turned off. with enable SLIM_LCD_MENUS firmware is compiling, but it usefull thing for me. I'm want find another way) |
Your configuration compiled fine for me. I actually had to enable ARC support for it to fail and require slim menus. I don't know exactly which commit I applied your configuration on top of, but it would have been the very latest state of bugfix-2.0.x whenever I tried it yesterday. |
do you enable -DUSE_USB_COMPOSITE in platformio.ini ? |
I have -DUSE_USB_COMPOSITE in platformio.ini. I did a pull last night and compiled without SLIM_LCD_MENUS enabled. Here is my config with platformio.ini. I am unable to enable TMC_DEBUG but I have issue #15226 open as if I leave this enabled and manage to slim the firmware down enough to fit I have problems with the firmware booting up after the third power cycle. |
consider USE_USB_COMPOSITE unstable and experimental, wont get a fix in the hour... i say that after a night of tries. Even the simple usb direct serial is not really stable... for now |
one more bug: when i store eeprom settings with enabled USE_USB_COMPOSITE, firmware dont want boot, but before saving eeprom settings, all boot fine |
@Bansh1990, no I did not realize that was configured in the platform.io file. I had only selected the proper environment for the board, didn't change anything else. |
Hai Bansh, |
@Bansh1990 still having issues? |
Lack of Activity |
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. |
Probably not a realy BUG
May be I do something wrong?
BLtouch + USB multiple device + S Curve acc + eeprom
not enough storage for firmware
what can I turn off to save space besides ARCsupport?
Conf.zip
The text was updated successfully, but these errors were encountered: