Re: Bed Auto Leveling.. check this out March 14, 2014 10:52PM |
Registered: 10 years ago Posts: 5 |
Re: Bed Auto Leveling.. check this out March 15, 2014 09:18AM |
Registered: 12 years ago Posts: 548 |
Re: Bed Auto Leveling.. check this out March 15, 2014 10:19AM |
Registered: 10 years ago Posts: 5 |
Re: Bed Auto Leveling.. check this out March 15, 2014 10:55AM |
Registered: 12 years ago Posts: 548 |
Re: Bed Auto Leveling.. check this out March 15, 2014 11:50AM |
Registered: 10 years ago Posts: 5 |
Re: Bed Auto Leveling.. check this out March 15, 2014 02:15PM |
Registered: 12 years ago Posts: 548 |
Re: Bed Auto Leveling.. check this out March 15, 2014 02:31PM |
Registered: 10 years ago Posts: 5 |
Re: Bed Auto Leveling.. check this out March 15, 2014 05:08PM |
Registered: 12 years ago Posts: 548 |
Re: Bed Auto Leveling.. check this out March 15, 2014 08:49PM |
Registered: 10 years ago Posts: 5 |
Re: Bed Auto Leveling.. check this out March 18, 2014 12:56AM |
Registered: 11 years ago Posts: 7 |
Re: Bed Auto Leveling.. check this out March 18, 2014 02:25PM |
Registered: 10 years ago Posts: 88 |
Re: Bed Auto Leveling.. check this out March 21, 2014 10:25AM |
Registered: 10 years ago Posts: 2 |
Re: Bed Auto Leveling.. check this out March 21, 2014 08:20PM |
Registered: 11 years ago Posts: 791 |
Quote
cmcd2820
I have a MakerFarm 8" Prusa i3. I upgraded the firmware to the latest version (as of 3/19/14) and setup auto bed leveling.
My G28 works, my G29 seems to calibrate correctly. When the probing stops, and the servo retracts the head is 6mm above the print bed.
#define Z_PROBE_OFFSET_FROM_EXTRUDER 6
That is my offset. However, when the print starts, the head is still 6mm above the bed. The Z motors are spinning to level it, but the gap is a little big. What did I miss?
Re: Bed Auto Leveling.. check this out March 21, 2014 11:29PM |
Registered: 10 years ago Posts: 2 |
Re: Bed Auto Leveling.. check this out March 23, 2014 06:08PM |
Registered: 10 years ago Posts: 37 |
Quote
gwandad
Thanks edn. I'd given up. The Rambo pin is PWM pin 5 Pins i & 2 are vcc & Gnd I'm now unsure how to wire up the microswitch that I've mounted on the servo. I've currently got the hall effect magnetic switch. Should I try putting it in series with the existing switch, or replace the hall effect switch with another mechanical switch?
Re: Bed Auto Leveling.. check this out March 29, 2014 04:21PM |
Registered: 10 years ago Posts: 11 |
Re: Bed Auto Leveling.. check this out March 29, 2014 08:22PM |
Registered: 10 years ago Posts: 167 |
Re: Bed Auto Leveling.. check this out March 30, 2014 11:14AM |
Registered: 10 years ago Posts: 37 |
Re: Bed Auto Leveling.. check this out March 30, 2014 08:07PM |
Registered: 10 years ago Posts: 11 |
Re: Bed Auto Leveling.. check this out March 30, 2014 09:20PM |
Registered: 10 years ago Posts: 11 |
Re: Bed Auto Leveling.. check this out March 30, 2014 10:44PM |
Registered: 10 years ago Posts: 167 |
Re: Bed Auto Leveling.. check this out March 30, 2014 10:51PM |
Registered: 10 years ago Posts: 11 |
Re: Bed Auto Leveling.. check this out March 30, 2014 11:28PM |
Registered: 10 years ago Posts: 167 |
Re: Bed Auto Leveling.. check this out March 31, 2014 07:26AM |
Registered: 10 years ago Posts: 11 |
Quote
AbuMaia
You have the same printer as I, yet there are some differences in our firmware.
This block:
#ifdef ENDSTOPPULLUPS
#define ENDSTOPPULLUP_XMAX
#define ENDSTOPPULLUP_YMAX
#define ENDSTOPPULLUP_ZMAX
I have the three "#define"s commented out (//)
Then just after that block, where it says "// The pullups are needed if you directly connect a mechanical endswitch between the signal and ground pins." I have all the following "const bool" set to false.
Ooohhh, do you have your i3 set up to print facing forwards, with the X and Y endstops set as MAX endstops rather than MIN? That might account for it.
Re: Bed Auto Leveling.. check this out March 31, 2014 12:14PM |
Registered: 10 years ago Posts: 11 |
Re: Bed Auto Leveling.. check this out March 31, 2014 01:00PM |
Registered: 10 years ago Posts: 37 |
Re: Bed Auto Leveling.. check this out March 31, 2014 06:28PM |
Registered: 11 years ago Posts: 791 |
Quote
edn
There is a characteristic of the G29 bed leveling probe that I don't like. It raises and lowers the probe for each point. From a repeatability perspective, it is better to just lower it once at the start and raise it at the end. If anybody agrees with this view point and wants to deviate from the norm, I can post the (trivial) changes to do that.
Re: Bed Auto Leveling.. check this out March 31, 2014 07:33PM |
Registered: 12 years ago Posts: 548 |
Re: Bed Auto Leveling.. check this out March 31, 2014 10:02PM |
Registered: 10 years ago Posts: 167 |
Re: Bed Auto Leveling.. check this out April 01, 2014 11:32AM |
Registered: 10 years ago Posts: 37 |
Quote
regpye
Quote
edn
There is a characteristic of the G29 bed leveling probe that I don't like. It raises and lowers the probe for each point. From a repeatability perspective, it is better to just lower it once at the start and raise it at the end. If anybody agrees with this view point and wants to deviate from the norm, I can post the (trivial) changes to do that.
That is how the early version worked and I am still using that version because I have no problems with it. I decided to stay with the early version because I was doubtful that multiple lifts of the probe would be as accurate. I found that spending a little extra time in setting up pays off and gets good results.
There may be some other improvements that are in the current version that I am missing, so yes, I would like to see the change made and then I may move over to the later version.