Re: Folger Tech 2020 i3 Printer Kit (Official Thread) January 27, 2016 09:03PM |
Registered: 8 years ago Posts: 314 |
Re: Folger Tech 2020 i3 Printer Kit (Official Thread) January 27, 2016 10:19PM |
Registered: 8 years ago Posts: 93 |
Quote
tjnamtiw
Quote
Bert3D
Quote
DaveA
Quote
Bert3D
Quote
DaveA
I just installed a BLTouch sensor but I'm a little unsure how to set up the Z axis offsets. I'm running on Marlin RC3 with the changes from the Wiki merged in. I just need a little help in getting the vertical position set right.
I'm using [www.thingiverse.com] as the BLTouch mount on the stock FT extruder head. Anyone recently done this?
With that mount, assuming yours extruder is just like mine, it will be 31mm offset to the left on x, and 0 offset Y. The Z will vary, depending on the adjustment of your BLTouch. I raised mine up a bit to give the probe more clearance. That is a 2mm hex adjustment socket in the top of the BLTouch, which raises and lowers the pin.
Here are my settings, but yours could be different, so consider them just an example:
#define X_PROBE_OFFSET_FROM_EXTRUDER -31 // Z probe to nozzle X offset: -left +right #define Y_PROBE_OFFSET_FROM_EXTRUDER 0 // Z probe to nozzle Y offset: -front +behind #define Z_PROBE_OFFSET_FROM_EXTRUDER -4.3 // -3.8 // Z probe to nozzle Z offset: -below (always!) #define Z_RAISE_BEFORE_HOMING 7 // (in mm) Raise Z axis before homing (G28) for Z probe clearance. // Be sure you have this distance over your Z_MAX_POS in case. #define XY_TRAVEL_SPEED 8000 // X and Y axis travel speed between probes, in mm/min. #define Z_RAISE_BEFORE_PROBING 9 // How much the Z axis will be raised before traveling to the first probing point. #define Z_RAISE_BETWEEN_PROBINGS 9 // How much the Z axis will be raised when traveling from between next probing points. #define Z_RAISE_AFTER_PROBING 9 // How much the Z axis will be raised after the last probing point.
Thanks Bert3D. How did you arrive at the -4.3 offset for Z. Did you just sneak up on the trip point of the BLTouch with the probe extended and record the position and then sneak up on the nozzle just slightly above the bed and recording that point and then do the arithmetic?
Using that method I came up with -3.9 so maybe that's the correct approach.
I'm going to revert to RC2 and my original Z stop for a test after work. With my current setup the prints are awlful - just a ball of filament. So I'm not sure if it's the bed leveling or something else I missed in RC3
I just homed using G28, then started lowering the printhead using negative Z movements, like G1 Z-0.5 then G1 Z-1, etc., until I got the nozzle to just touch the bed. Then I noted the distance that made it just barely make contact, which was G1 Z-4.3. To insure accuracy, I raised the head to 2mm using G1 Z2, then lowered it again, verifying he nozzle stopped just where I wanted it. Tweak the number until it goes down to the exact right height, and that number is your z offset.
If you can't get it to move to negative coordinates, you can compare with my config here https://github.com/AlwaysTinkering/Marlin to see what's different.
My other code changes are for my hardware setup with the Graphic controller, Z Lead Screws, and X endstop on the left. I'm using the stock extruder and hot end setup.
I too am in the short strokes of installing/setting up the BLTouch. Mounted, wiring done, etc. I was under the impression that the Z offset was how high the nozzle was when the BLTouch tripped but it sounds like you used the point where the probe, while extended, hits the plate as the height below when the nozzle hits. I wonder which it is.
Incidentally, to get the X and Y offsets, I put a piece of masking tape on the table, raised the Z axis, put a little lipstick on the probe tip and nozzle and then lowered them down until they both made marks. Worked great.
Re: Folger Tech 2020 i3 Printer Kit (Official Thread) January 27, 2016 10:24PM |
Registered: 8 years ago Posts: 276 |
Quote
sonnylowe
Quote
therippa
Quote
sonnylowe
Quote
mindstormmaster1
I need to calibrate my printer, but before I do I wanted to I wanted to upgrade my firmware from the stock firmware. I keep seeing talks about a new version (Merging RC2 and RC3) so I am wondering should I wait?
Also since my printer is running well what is the best process for upgrading without messing up all my settings?
You want therippa's version of Marlin (it's in his sig or the Wikia page), it is already RC3. The talk about merging RC2/RC3 was between a few select people. You will most likely still need to merge your current version of marlin with RC3 as there are a few setting that will need to translate over (E-Steps, PID if you ran autotune, Etc.).
As far as waiting to calibrate, it doesn't really matter if you do it now or later, either way those setting (mentioned above) will need to be transferred.
Hmmm, now that I think about it a bit more, I guess if you did it before you calibrated and missed an e-step setting (or got it wrong) it wouldn't matte as much since you'd be calibrating it after anyway...so now might actually be better in the long run!?!?
The firmware in my sig isn't RC3, it's the latest stable release.
My bad...I thought you were running RC3!?!?
Re: Folger Tech 2020 i3 Printer Kit (Official Thread) January 27, 2016 10:46PM |
Registered: 8 years ago Posts: 314 |
Re: Folger Tech 2020 i3 Printer Kit (Official Thread) January 27, 2016 10:50PM |
Registered: 8 years ago Posts: 268 |
Quote
therippa
Quote
sonnylowe
Quote
therippa
Quote
sonnylowe
Quote
mindstormmaster1
I need to calibrate my printer, but before I do I wanted to I wanted to upgrade my firmware from the stock firmware. I keep seeing talks about a new version (Merging RC2 and RC3) so I am wondering should I wait?
Also since my printer is running well what is the best process for upgrading without messing up all my settings?
You want therippa's version of Marlin (it's in his sig or the Wikia page), it is already RC3. The talk about merging RC2/RC3 was between a few select people. You will most likely still need to merge your current version of marlin with RC3 as there are a few setting that will need to translate over (E-Steps, PID if you ran autotune, Etc.).
As far as waiting to calibrate, it doesn't really matter if you do it now or later, either way those setting (mentioned above) will need to be transferred.
Hmmm, now that I think about it a bit more, I guess if you did it before you calibrated and missed an e-step setting (or got it wrong) it wouldn't matte as much since you'd be calibrating it after anyway...so now might actually be better in the long run!?!?
The firmware in my sig isn't RC3, it's the latest stable release.
My bad...I thought you were running RC3!?!?
I am personally running RC3, but the link in my sig is for the latest stable with the Folgertech stock settings
Re: Folger Tech 2020 i3 Printer Kit (Official Thread) January 27, 2016 10:51PM |
Registered: 8 years ago Posts: 268 |
Quote
UltiFix
I can't get the aluminum bed baring to pop in, did you guys sand it down?
Re: Folger Tech 2020 i3 Printer Kit (Official Thread) January 27, 2016 11:08PM |
Registered: 8 years ago Posts: 268 |
Re: Folger Tech 2020 i3 Printer Kit (Official Thread) January 27, 2016 11:18PM |
Registered: 8 years ago Posts: 131 |
Quote
sonnylowe
Well I had some printer downtime tonight so I decided to install the Gen-2 Offset Belt version of my Y-Axis upgrade. Here's a couple pix and a short video of it homing. I have used a lot of force to try to get the gantry to wobble, shift, sway, pitch, roll, yaw, move in any way other than right down the rail...I am happy to say it is as stable as the center belt version, but we all know time (and printing) will tell the full story ;-)
ALBUM
VIDEO
BTW: I am currently testing a Capacitive Sensor, I used my finger to trip it when probing Z...pretty damn cool if you ask me
Re: Folger Tech 2020 i3 Printer Kit (Official Thread) January 28, 2016 12:41AM |
Registered: 8 years ago Posts: 314 |
Dremel works nice, It's all in place nowQuote
sonnylowe
Quote
UltiFix
I can't get the aluminum bed baring to pop in, did you guys sand it down?
Do whatever it takes to make it fit, you can always print out therippa's version once your printer in up and running
Re: Folger Tech 2020 i3 Printer Kit (Official Thread) January 28, 2016 03:33AM |
Registered: 8 years ago Posts: 51 |
Quote
sonnylowe
Well I had some printer downtime tonight so I decided to install the Gen-2 Offset Belt version of my Y-Axis upgrade. Here's a couple pix and a short video of it homing. I have used a lot of force to try to get the gantry to wobble, shift, sway, pitch, roll, yaw, move in any way other than right down the rail...I am happy to say it is as stable as the center belt version, but we all know time (and printing) will tell the full story ;-)
ALBUM
VIDEO
BTW: I am currently testing a Capacitive Sensor, I used my finger to trip it when probing Z...pretty damn cool if you ask me
Re: Folger Tech 2020 i3 Printer Kit (Official Thread) January 28, 2016 03:55AM |
Registered: 8 years ago Posts: 268 |
Quote
marc2912
Quote
sonnylowe
Well I had some printer downtime tonight so I decided to install the Gen-2 Offset Belt version of my Y-Axis upgrade. Here's a couple pix and a short video of it homing. I have used a lot of force to try to get the gantry to wobble, shift, sway, pitch, roll, yaw, move in any way other than right down the rail...I am happy to say it is as stable as the center belt version, but we all know time (and printing) will tell the full story ;-)
ALBUM
VIDEO
BTW: I am currently testing a Capacitive Sensor, I used my finger to trip it when probing Z...pretty damn cool if you ask me
Pretty cool, printer seems nice and quiet. Does the capacitive sensor plug right where the z min sensor goes?
Re: Folger Tech 2020 i3 Printer Kit (Official Thread) January 28, 2016 09:20AM |
Registered: 7 years ago Posts: 13 |
Re: Folger Tech 2020 i3 Printer Kit (Official Thread) January 28, 2016 04:37PM |
Registered: 8 years ago Posts: 314 |
Re: Folger Tech 2020 i3 Printer Kit (Official Thread) January 28, 2016 04:57PM |
Registered: 8 years ago Posts: 314 |
Re: Folger Tech 2020 i3 Printer Kit (Official Thread) January 28, 2016 05:34PM |
Registered: 8 years ago Posts: 171 |
Quote
UltiFix
Im stuck on a supposedly simple step, I need to attach the motor's to the mounts and use an acrylic rod keeper, they don't picture it and im not sure were it goes or what it is...
Edit
Im assuming the clear pieces are what they are talking about? In the picture they are black and blend in....
Re: Folger Tech 2020 i3 Printer Kit (Official Thread) January 28, 2016 05:44PM |
Registered: 8 years ago Posts: 314 |
Awesome thanks! I don't think having the bearing holders 3d printed was a good idea...Quote
markts
Quote
UltiFix
Im stuck on a supposedly simple step, I need to attach the motor's to the mounts and use an acrylic rod keeper, they don't picture it and im not sure were it goes or what it is...
Edit
Im assuming the clear pieces are what they are talking about? In the picture they are black and blend in....
Yes, it's hard to see in the picture because they're clear. Just get the orientation correct where the hole goes (that holds the rod). It's explained in the text of the manual.
Re: Folger Tech 2020 i3 Printer Kit (Official Thread) January 28, 2016 06:19PM |
Registered: 8 years ago Posts: 314 |
Re: Folger Tech 2020 i3 Printer Kit (Official Thread) January 28, 2016 06:56PM |
Registered: 8 years ago Posts: 314 |
Re: Folger Tech 2020 i3 Printer Kit (Official Thread) January 28, 2016 08:26PM |
Registered: 8 years ago Posts: 430 |
Quote
UltiFix
When I installed the bearings into the left side 3d printed part the side cracked, think it will still hold up fine? Not exactly sure why it's attached there anyway.
[prntscr.com]
Re: Folger Tech 2020 i3 Printer Kit (Official Thread) January 28, 2016 08:33PM |
Registered: 7 years ago Posts: 25 |
Re: Folger Tech 2020 i3 Printer Kit (Official Thread) January 28, 2016 08:37PM |
Registered: 8 years ago Posts: 131 |
Quote
john-i
Quick question: My X-Axis motor is pretty hot to the touch, I can leave my thumb on it for about 30-45 seconds before I have to pull it off. Whereas my Y-Axis motor is warm but not at all hot.. Is the X-Axis motor suppose to run so warm? If not, what do I need to do to run it cooler?
Re: Folger Tech 2020 i3 Printer Kit (Official Thread) January 28, 2016 08:39PM |
Registered: 8 years ago Posts: 285 |
Quote
UltiFix
Am I supposed to cut the 2 meter belt in half? It doesn't say in the instructions... It just calls for a 1 meter belt. Also I didn't see anything in the build blog. Just don't want to mess up the parts!
Thanks!
Sam
Re: Folger Tech 2020 i3 Printer Kit (Official Thread) January 28, 2016 08:48PM |
Registered: 8 years ago Posts: 541 |
Quote
sonnylowe
Well I had some printer downtime tonight so I decided to install the Gen-2 Offset Belt version of my Y-Axis upgrade. Here's a couple pix and a short video of it homing. I have used a lot of force to try to get the gantry to wobble, shift, sway, pitch, roll, yaw, move in any way other than right down the rail...I am happy to say it is as stable as the center belt version, but we all know time (and printing) will tell the full story ;-)
ALBUM
VIDEO
BTW: I am currently testing a Capacitive Sensor, I used my finger to trip it when probing Z...pretty damn cool if you ask me
Re: Folger Tech 2020 i3 Printer Kit (Official Thread) January 28, 2016 11:23PM |
Registered: 8 years ago Posts: 541 |
Re: Folger Tech 2020 i3 Printer Kit (Official Thread) January 29, 2016 12:42AM |
Registered: 8 years ago Posts: 314 |
Re: Folger Tech 2020 i3 Printer Kit (Official Thread) January 29, 2016 01:54AM |
Registered: 8 years ago Posts: 314 |
Re: Folger Tech 2020 i3 Printer Kit (Official Thread) January 29, 2016 02:09AM |
Registered: 8 years ago Posts: 285 |
Quote
UltiFix
Well I can't attach the extruder to the 3d printed part... The holes arent lined up and I may have stripped the motor a bit. Am I screwed?
Re: Folger Tech 2020 i3 Printer Kit (Official Thread) January 29, 2016 04:28AM |
Registered: 8 years ago Posts: 268 |
Quote
tjnamtiw
Still working to get the BLTouch to work with my 2020 and RC3. I tried the settings on the Wikia as well as those on Bert's git page. My Z axis goes up instead of down, which it never did before. Strange.
The biggest head scratcher is that with the laptop hooked up via USB, the BLTouch goes through it's self test and then solid red waiting for a probe. If I unhook the USB and go strictly off of the power supply, I get no self test and just flashing on the BlTouch. Any idea what that might be? Searches yield nothing.
Thanks! I WILL PREVAIL!!!! Grrrrrrrrrr.
Re: Folger Tech 2020 i3 Printer Kit (Official Thread) January 29, 2016 04:50AM |
Registered: 8 years ago Posts: 38 |
Quote
sonnylowe
Quote
tjnamtiw
Still working to get the BLTouch to work with my 2020 and RC3. I tried the settings on the Wikia as well as those on Bert's git page. My Z axis goes up instead of down, which it never did before. Strange.
The biggest head scratcher is that with the laptop hooked up via USB, the BLTouch goes through it's self test and then solid red waiting for a probe. If I unhook the USB and go strictly off of the power supply, I get no self test and just flashing on the BlTouch. Any idea what that might be? Searches yield nothing.
Thanks! I WILL PREVAIL!!!! Grrrrrrrrrr.
Is your BLt getting power directly from the Ramps, if so there could be a lack of power from the ramps, usually the BLt can run off the lower current on those contacts!?!? Does it go into alarm mode when you unplug the laptop? In that case the simple fix might be to unplug the BLt power leads from the Ramps to reset it. These is a command prompt that will do that as well but I can't think of it off the top of my head!?!?
Here's my config-h
Re: Folger Tech 2020 i3 Printer Kit (Official Thread) January 29, 2016 05:26AM |
Registered: 8 years ago Posts: 268 |
Quote
GrouchoDuke
Quote
sonnylowe
Quote
tjnamtiw
Still working to get the BLTouch to work with my 2020 and RC3. I tried the settings on the Wikia as well as those on Bert's git page. My Z axis goes up instead of down, which it never did before. Strange.
The biggest head scratcher is that with the laptop hooked up via USB, the BLTouch goes through it's self test and then solid red waiting for a probe. If I unhook the USB and go strictly off of the power supply, I get no self test and just flashing on the BlTouch. Any idea what that might be? Searches yield nothing.
Thanks! I WILL PREVAIL!!!! Grrrrrrrrrr.
Is your BLt getting power directly from the Ramps, if so there could be a lack of power from the ramps, usually the BLt can run off the lower current on those contacts!?!? Does it go into alarm mode when you unplug the laptop? In that case the simple fix might be to unplug the BLt power leads from the Ramps to reset it. These is a command prompt that will do that as well but I can't think of it off the top of my head!?!?
Here's my config-h
I'm seeing pretty much the same thing on mine...except my BLTouch gives me a fast flashing LED no matter what I do. Is that a power issue? If so, where besides the servo pins is good to get power to it?