-
Notifications
You must be signed in to change notification settings - Fork 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
M204 used instead of M201 when setting acceleration #106
Labels
Comments
Thanks, I know @lordofhyphens did some fixes for repetier on the main Slic3r. I will port them once I have the current code base released. |
Thanks @bubnikv for the quick response 👍 For anyone wanting a quick fix without needing another build of Slic3r, I've created this post processing script that seems to do the job:
|
Hopefully fixed by #106 |
Jebtrix
pushed a commit
to Jebtrix/PrusaSlicer
that referenced
this issue
Nov 23, 2019
… instead of distance_to prusa3d#106
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Version
1.31.6-prusa3d
Operating system type + version
Mac OS X El Capitan 10.11.6
Behavior
Setting the acceleration in the advanced tab sends M204 GCodes instead of M201.
To reproduce, set the acceleration in the advanced tab to 100 for the first layer, then 1000 for the default acceleration.
The GCode produced uses M204 to set acceleration, instead of the more compatible M201. Note, Repetier uses M204 to set PID values, not acceleration.
Here are some links describing the problem:
repetier/Repetier-Firmware#290
http://reprap.org/wiki/G-code#M201:_Set_max_printing_acceleration
Is there a way to modify the printer settings so that it uses M201 instead of M204?
This isn't really a new request, more a bug fix.
Not that it really helps, but I've added the config file here:
acceleration_config.ini.zip
The text was updated successfully, but these errors were encountered: