-
-
Notifications
You must be signed in to change notification settings - Fork 19.3k
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] Config for SKR Mini E3 V2.0 causes bulge in print #18422
Comments
Someone else added those settings to the other SKR Mini configs after I contributed them, so I transferred the settings over to the V2 config for consistency.
Several other users have been using this config without issue, so I’m wondering if you need to tune some settings for your specific setup. |
I only really started noticing the issue when I began printing single 0.4 wall prints for tests purposes. This e.g. was the case when we were working on this #17920 (comment) issue. |
As a reference, I tried to verify this on my V1.2 and I can't seem to replicate this. Using
This doesn't happen. Added configs for reference. |
Thanks. Best we stick with the V2.0 board for best comparison. |
Changes have recently been made to improve various timing and motion issues. Please test the latest |
Downloaded todays bugfix. Bulge is still present when set to 32 as per default configuration (which used to be 4 in the past).
I had asked for feedback on Discord (no reactions) and on FB (some Thumbs-up but no one would test) :-( |
I might or might not have the same problem, but SKR Mini E3 v1.2 |
= confirmed. Thanks for keeping my insanity :-) |
Where is the blob? How many moves away from the files end? |
@AnHardt In my case with the |
See above....
No. |
I just downloaded commit 3eef000 to see if the problem still exists before Marlin going to 2.0.6. Having the buffer size set to 32 as per default, the value is still causing the short pause before end of the print.
Unless there is a known reason for having to set the value to |
See MarlinFirmware/Configurations#168 which reverts buffer sizes in SKR Mini E3 V1.0, V1.2, and V2.0-based configs to Marlin defaults. |
@thisiskeithb What is the theoretical advantage to have |
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. |
This issue concerns
#define CONFIG_EXAMPLES_DIR "Creality/Ender-3/BigTreeTech SKR Mini E3 2.0"
file
Configuration_adv.h
At a certain point in time within commits I noticed a bulge in the print just before the end. The extruder would stop for a split second and then finish the print seen here:
Addíng M400 at the last "G" command did not solve the problem.
I've finally found the cause. It concerns one of the following lines:
The above values differ from default values which are:
After setting the above default values the issue vanished.
@thisiskeithb For your info as being the author :-)
For completeness here my config files: Files.zip
The text was updated successfully, but these errors were encountered: