-
-
Notifications
You must be signed in to change notification settings - Fork 19.4k
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
Limit printing speed #27686
base: bugfix-2.1.x
Are you sure you want to change the base?
Limit printing speed #27686
Conversation
I’m not sure I follow. How would limiting the print speed help? I would recommend this remain a slicer-controlled feature set via print profiles. |
In the same way as limiting volumetric flow helps. For the given flow speed could greatly vary with extrusion width/layer height affecting quality. Sure both could be controlled by slicer but it could be handy for real time printing adjusting. |
I actually miss this! The printer gets loud at high speeds and I wish I could slow it down while I do something else in the room. I would use the speed %, but it also slows down travel and I get stringing |
df5457d
to
614eae0
Compare
614eae0
to
26cb79f
Compare
It might be possible to set a limit on the E axis speed to achieve this. |
Not really, as the same E speed could results in different printing speed. |
Specifically for my use case, maybe it would be best for me to make a PR with an option to make the feed rate percentage only affect moves with extrusion (except (un)retractions. |
You are welcome!))
I tool a look on code - It seems to be possible, but demands some changes in several functions, as applying percent to speed is done on high level, where E distance is still not accessible. |
4354891
to
efa1758
Compare
In addition to volumetric speed limit this PR adds also feedrate printing limit. It allows more option for print speed tuning.