Nozzle travels beyond printable radius while auto bed levelling
Hi!
I am using a delta printer with RAMPS 1.4 and configured it to run homing which works ok. Now I am trying to auto bed level, but the extruder nozzle moves away from the printable radius. I am trying to set the X_MAX_LENGTH and Y_MAX_LENGTH TO 150, but it behaves same way. May be I am unable to save the settings in EEPROM.
I have been working on this issue from days together but could not find any solution. Please help me.
I am using a delta printer with RAMPS 1.4 and configured it to run homing which works ok. Now I am trying to auto bed level, but the extruder nozzle moves away from the printable radius. I am trying to set the X_MAX_LENGTH and Y_MAX_LENGTH TO 150, but it behaves same way. May be I am unable to save the settings in EEPROM.
I have been working on this issue from days together but could not find any solution. Please help me.
Comments
x/y length is not really used for deltas I think.
But I am new to 3D printers. I configured it for first time. So I knew only few parameters by which I was able To perform homing operation. Now for auto bed levelling, I am using Bl Touch sensor, which is working for one point on bed, and moves beyond columns to test other 2 points. This generates grilling noise and I had to emergency stop.
So,
"So select a rectangle inside your bed that is allowed including offset."
how do I select rectangle on bed? Like, do i need to set them in repetier host?
Please guide me thru.
I checked in firmware eeprom configuration.
The rectangle is as shown in image.
Anyways, thanks for support.
Till now, I am able to home and auto bed level with 3 points. Further, what do I need to do more tests to start printing?
Printing is working anyways, when I set the probe distance with bed manually (using paper).
My printer has 165 mm printable radius, 531.95 height.
How to verify this?
P1 = -69.28, -40
P2 = 69.28, -40
P3 = -69,28, 80
Old p3 was not above P1 but diagonally over it which made it a parallelogram.
I checked with following
150, 0 It hit border
0, 150 aprox 5mm out of border
0, -150 approx 15 mm inside border
When the first coordinate hits the border, then why other 2 don't hit borders? I think Iam going wrong somewhere. Please guide.
G28
G1 Z10
G30 P1
Now probe is active. Move to the edges to find your limits. Check log for message about invalid position. If not invalid that is reachable with probe. If you get invalid coordinates redo G28-G30 and continue until you have your square testable. Easiest solution I think.
But the motors were locked after this step, and I couldn't move the probe, until I used M84 command.
After this, when I touched the bed, I got no response, and the Bl Touch sensor red LED started blinking.
Also, thanks for the continuous support.
G1 Z10: Worked, but the distance between probe and bed was 6mm, and not 10 mm.
G30 P1: Hit one point near origin and stopped
My point was, as you said, move the probe to find limits. I couldn't move the probe. Log showed nothing, after this.
The last response was ;
I still cannot find any solution. Please help.