Error 25 at random times #267
Replies: 6 comments 1 reply
-
Algo I forgot to mention that I am not using the RAMPS board, I have external stepper drivers |
Beta Was this translation helpful? Give feedback.
-
Hi @enriquemilio, Random errors generally occur owing to parameters flash memory corruption. @++; |
Beta Was this translation helpful? Give feedback.
-
Hi @enriquemilio, Please, post your configuration (config.h & cpu_map.h files, @++; |
Beta Was this translation helpful? Give feedback.
-
Hello Gauthier, Very nice to hear from you, thanks for all your time and help. Currently I don't have the $I information has I am temporarily using other build, if you need it, i can flash it again and send it to you. $0 = 10 (Step pulse time, microseconds) |
Beta Was this translation helpful? Give feedback.
-
And here is the GCode i was using. |
Beta Was this translation helpful? Give feedback.
-
Hi @enriquemilio, I tested several times your GCode file on my develop Arduino Mega card with same $$ parameters and axes parameters than you without any error! The first idea which come to me is a communication error... I dont think your problem can come from your cpu_map.h changes. Those changes affect only the destination variable of electronics signals, they does not affect the cpu load.
Another thing which affect the max speed ability is that you enabled the #define ENABLE_RAMPS_HW_LIMITS in cpu_map.h. @++; |
Beta Was this translation helpful? Give feedback.
-
Hello,
First thanks for this great code
I have a problem that triggers error 25 at random times, using the same gcode file over, it fails at different times, it is never in the same line of code.
My setup is 1 stepper for Z, one for X and 2 for Y axis. The Y axis is cloned to the 4th axis, I am able to home both Y's independently so they auto square.
Simple files run just fine, but gcode files with adaptive strategies from Fusion 360 is when the error is generated
Anyone have had the same problem?
How can I fix this?
Thanks in advance for any help!
Beta Was this translation helpful? Give feedback.
All reactions