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

Fix acceleration and feedrate following bq/Marlin #4611

Merged
merged 1 commit into from
Aug 13, 2016

Conversation

silvio-didonna
Copy link
Contributor

@silvio-didonna silvio-didonna commented Aug 12, 2016

Following bq/Marlin@8a3a270 commit.
In addition they didn't define PREFER_MAX_FEEDRATE that set:
#define DEFAULT_MAX_FEEDRATE {200, 200, 3.3, 25} // (mm/sec)
instead of defaults:
#define DEFAULT_MAX_FEEDRATE {85, 85, 3.3, 25} // (mm/sec)

I use the first because the last is really restrictive. But tell me what do you think.
However I've the hephestos and 85mm/s is A LOT for this printer. I currently print at max 60mm/s.

@thinkyhead
Copy link
Member

I tend to agree. I hear a lot of bragging about 100mm/s feedrates (mostly on delta machines) but in practice, I've never gone much above 60mm/s, and then only experimentally. When running at such high feedrates, I find it helps to drop acceleration at the same time.

Anyway, I don't think anyone will be "disappointed" by these settings.

@thinkyhead thinkyhead merged commit 7147c86 into MarlinFirmware:RCBugFix Aug 13, 2016
@thinkyhead thinkyhead mentioned this pull request Oct 24, 2016
@silvio-didonna silvio-didonna deleted the patch-2 branch June 21, 2017 09:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants