-
Notifications
You must be signed in to change notification settings - Fork 19
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
Crashes (both hardware and software) running AUTO_CALIBRATION on 119r08 #4
Comments
Same thing happens with 119r07. |
The bed crash seems to be because the steps/mm setting is off.
Perhaps the same microstepping issue discussed here: Things got a little more normal after I adjusted M92:
.... and that tried to calibrate, but doesn't move the head from the center, and eventually spit out a useless calibration and hung:
|
Wow, thank you for all of the effort. It does look like something is terribly off. And as you've discovered, M92 is configured by default for the (presumedly) later models of the printer. This affects not only M92, but also M665 L and H. It looks like the auto-calibrate failed when testing the height -- with H130 the machine "thinks" it's below Z=0 and halts the calibration. Also, L needs to be correct for your machine (auto-calibrate does not change this) -- with L120.8, I think the auto calibration algorithm does not converge. Please, could you try: M502 ; reset to factory defaults
M92 X57.14 Y57.14 Z57.14 E48.50 ; for your machine
M665 L123 H134 ; instead of factory default L120.8 H130
G33 V3 T ; auto-calibrate |
I wanted to spend some checking out the issues you raised here before getting back to you. We've no 1/8 micro-stepping machines to test with, but in the limited testing we have been able to do, I'm "reasonably" sure that the firmware can work with the 1/8 micro-stepping machines. Also, we don't have much experience with the -10Amp variants of the firmware. There is an outside chance, I think, that with steppers running plus nozzle and bed heating, the printer demands more from the power supply than it can deliver. If this is really the issue in your case, then (as a test) using the -05Amp variant of the firmware should eliminate the crashing. I broke out the three (3) main issues of your bug report and registered them as separate issues #8, #9, and #10 to help others zero in on your observations and the possible solutions. Again, thank you for the bug report. It has been helpful. I'll close this issue, but please feel free to follow up, if necessary. |
Two crashes when running the AUTO_CALIBRATION script on mpmd_marlin_1.1.x-119r08-SM0001-ACfan-10Alimit.bin
My MPMD is an indiegogo model (ie, first or second production run).
First, if you have either of the heaters enabled (usually calibration is done with the bed and nozzle heaters enabled to allow them to thermally expand to their "while printing" sizes), the script crashes and resets the controller.
If you run the auto calibration gcode script w/o a heater enabled, it tries to move the head off the bed on the fifth point tested.
The text was updated successfully, but these errors were encountered: