Homing Fails? #104
Replies: 3 comments 5 replies
-
Try running M502_FACTORY.gcode again, without the M92 adjustment. MPMD V1's were shipped with either 1/8 or 1/16 microstepping on the mainboard. It's hard to say which mainboard you have without seeing the EEPROM settings that previously worked with your printer. |
Beta Was this translation helpful? Give feedback.
-
I tried it both with and without the M92_XYZ57_E48.gcode adjustment, and both ways I run into a Homing Fail error. It happens sooner when I run the M92_XYZ57_E48.gcode. That said, I'm pretty sure the M92_XYZ57_E48.gcode is necessary on my machine. It was one of the units from the original v1 Kickstarter, which would mean it's an "older" model, right? And I'd swear I got it working briefly with the M92_XYZ57_E48.gcode. I'm starting to wonder if it's a hardware problem, though I've seen some people claim (with Marlin software, but on other Delta printers) that adjusting the feed rate down for homing helps. I have no idea how to do that via the SD card, though. |
Beta Was this translation helpful? Give feedback.
-
Hmm, could be a hardware problem, but I'd try the following just to be sure: First, the "factory reset" With mpmd_marlin_1.1.x, executing the sequence of gcode files below should restore the printer's configuration parameters to something that works.
Slicer is changing the configuration values If the factory reset does work, and then things go haywire when printing, it posible that the slicer program is adding gcode that alters the printer's configuration and calibration (e.g. M92, M665, etc). If this is the case, it's probably best to disable these "features" of the slicer. A firware quirk Also, when the printer does it's homing calibration, it moves up until it hits the limit switches. A this point the printer (arbitrarily) assigns an initial height (~130mm, I think), and then moves down until it taps the build plate. If for some reason the print reaches "zero" without hitting the build plate, it will generate a fault. More about this in issue #43, but the fix is to bump the initial height up (e.g. M665 H135). If the above measures fail, I would then suspect a hardware problem. Perhaps something here will get your printer working again. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
So, I've searched around and seen that some people have this problem on delta printers, but I haven't figured out how to fix it.
On my MPMD (v1, early model), I was able to configure it once, earlier today. I tried a print, and then halted the print when I noticed that the print head was up high above the print surface and not extruding any filament.
I checked for a clog (none), and then tried to restart the print, but I started getting a "Homing Failed" message. Now, even when I try to recalibrate the printer, I run the following successfully:
M502_FACTORY.gcode
M92_XYZ57_E48.gcode
... and then I get a homing failure when I try to run AUTO_CALIBRATE.gcode. When that happens, the LED on the side (next to the USB drive) starts flashing red.
Any ideas what's wrong? I wasn't getting these homing problems until after trying to print something with a new start code, but now even after a factory reset I'm getting the same issue.
Beta Was this translation helpful? Give feedback.
All reactions