-
-
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
[1.1.9] Problem with Lost steps with TMC2208 and power loss feature #11479
Comments
I try to modify this values for driver tmc2208 but same problem #define MAXIMUM_STEPPER_RATE 400000
#define MINIMUM_STEPPER_PULSE 0
#define MINIMUM_STEPPER_DIR_DELAY 20 |
The meaning of jerk and acceleration might slightly differ. Keep adjusting until you find acceptable values that give good results. Don't forget |
@campy is this still an issue if you use bugfix 2.0? |
@thinkyhead i think we can close this one |
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. |
Hi, i configure new marlin 1.1.9, i use TMC2208 Standalone driver in MKS GenL to 24V
When i use 1.1.8 i can print to 15 mm/s Jerk and 3500mm/s acceleration without problems or missing steps, but in new marlin when i put this jerk and aceleration i have a lot of missing steps.
I configure driver to TMC2208 Standalone and try to TMC2208 whit library but same problem, always i get missing steps
When i down jerk to 12mm/s and acceleration to 2000mm/s everything works ok but some times lost steps
Another curious thing is happen , when i define power loss features, my printer enter in a infinite bucle and reset when try to do G29 but i disable: #define S_CURVE_ACCELERATION and #define ADAPTIVE_STEP_SMOOTHING and now powerloss works perfectly
Anything have same problem with TMC2208?
Thanks and i apologize for my english
The text was updated successfully, but these errors were encountered: