Results 141 to 150 of 156
Thread: Rumba and Auto-Bed level
-
05-26-2015, 03:48 PM #141
-
05-26-2015, 03:51 PM #142
My suggestion would be to get the BeckDac release at: https://github.com/beckdac/Marlin
That will be very close to what you need. Wire things up and if you have questions or problems, there will be a number of people here that can help you.
-
05-27-2015, 03:53 PM #143
I agree with Roxy, having gone through this recently! With the BeckDac release, very few changes are needed. If you need a list of what I changed let me know.
-
05-27-2015, 09:51 PM #144
- Join Date
- May 2015
- Location
- Melbourne Australia
- Posts
- 10
Colin said there's an auto leveling kit coming very soon for around $10 from Makerfarm (both Rumba and Ramps)
-
05-27-2015, 10:03 PM #145
- Join Date
- Feb 2015
- Posts
- 371
Feel free to add/change this list. Just copy it and repost it into your new post to keep it clear...
1) print all parts needed for ABL and install new unstops and servos.
2) Download the current BeckDak release and install. https://github.com/beckdac/Marlin
3) Change esteps to fit your printers needs. I had to change the extruder steps.
4) Change the pins.h file to enable the servo on the rumba. Add the following code at line 1704 (right before the #endif //MOTHERBOARD==80). This will allow you to use pins 2, 4, and 6 on EXP3 header pins. Pay careful attention as you will need to rewire the ends as they do not match the servo wiring. Just use an exacto blade to lift the catch on the plug to pull the wires and rearrange them.
Code:#ifdef NUM_SERVOS#define SERVO0_PIN 5 // For Rumba PWM_1 is to be used for the servo it is on expansion slot 3, pin 5 #endif[/i]
6) adjust the marlinmain.ccp file line 1604 to look like the following code. For me I had to add the +4
Code:current_position[Z_AXIS] += zprobe_zoffset+4; //Add Z_Probe offset (the distance is negative)
-
05-28-2015, 12:59 AM #146
- Join Date
- Apr 2015
- Location
- Lakeport, CA.
- Posts
- 174
Hope this isn't considered a thread hijack..., but..., question:
When ABL is enabled, and once printing begins, is the Z correction applied continuously throughout the print, or is it disabled after the first few layers? Programmable option?
Thx!
-
05-28-2015, 08:57 AM #147
-
05-28-2015, 09:33 AM #148
- Join Date
- Nov 2014
- Posts
- 138
-
05-28-2015, 02:41 PM #149
- Join Date
- Apr 2015
- Location
- Lakeport, CA.
- Posts
- 174
-
12-06-2016, 11:31 PM #150
- Join Date
- Sep 2015
- Posts
- 22
Haven not fully read through this thread but really wanting to get auto bed leveling setup on my Makerfarm 10" i3V with Rumba board.
I am wishing I had opted for the basic RAMPS because I cant hardly find info for this board....
Anyways can someone with a fully working 10" post a github of there modified Marlin firmware? Would help so much!
Ender 3v2 poor printing quality
10-28-2024, 09:08 AM in Tips, Tricks and Tech Help