Re: Precision Piezo Z-probe Now available. March 09, 2019 03:11PM |
Registered: 7 years ago Posts: 12 |
Re: Precision Piezo Z-probe Now available. March 09, 2019 07:19PM |
Registered: 7 years ago Posts: 110 |
Re: Precision Piezo Z-probe Now available. March 09, 2019 08:24PM |
Registered: 7 years ago Posts: 12 |
Re: Precision Piezo Z-probe Now available. March 14, 2019 01:39PM |
Registered: 5 years ago Posts: 2 |
Re: Precision Piezo Z-probe Now available. March 15, 2019 04:31AM |
Registered: 5 years ago Posts: 2 |
Re: Precision Piezo Z-probe Now available. March 16, 2019 09:23AM |
Registered: 9 years ago Posts: 111 |
Re: Precision Piezo Z-probe Now available. March 17, 2019 05:45AM |
Registered: 9 years ago Posts: 487 |
Re: Precision Piezo Z-probe Now available. April 02, 2019 08:58AM |
Registered: 5 years ago Posts: 23 |
Re: Precision Piezo Z-probe Now available. April 04, 2019 11:37AM |
Registered: 5 years ago Posts: 17 |
Re: Precision Piezo Z-probe Now available. April 07, 2019 05:53AM |
Registered: 5 years ago Posts: 23 |
Re: Precision Piezo Z-probe Now available. April 07, 2019 10:26AM |
Registered: 9 years ago Posts: 487 |
Re: Precision Piezo Z-probe Now available. April 07, 2019 10:41AM |
Registered: 9 years ago Posts: 77 |
Re: Precision Piezo Z-probe Now available. April 08, 2019 05:21AM |
Registered: 5 years ago Posts: 23 |
Re: Precision Piezo Z-probe Now available. April 08, 2019 07:52AM |
Registered: 9 years ago Posts: 487 |
Re: Precision Piezo Z-probe Now available. April 08, 2019 01:20PM |
Registered: 10 years ago Posts: 465 |
Quote
kulfuerst
I'm having an issue where I cannot z-probe, because my z-min endstops trigger slightly above the bed. When probing, the triggering z-min endstops cause and error and probing fails. I've not found any way to solve this (turning off z-min endstops when probing would be a solution but this doesn't seem to exist in marlin). Does someone here have an idea?
Re: Precision Piezo Z-probe Now available. April 08, 2019 01:50PM |
Registered: 5 years ago Posts: 23 |
Quote
SupraGuy
You have 2 endstop switches already, which you want to keep using, except for while probing, when you want the printer to ignore them.
I don't think that there's any firmware out there that does that. If you set it up to use the 2 endstop switches, then it will use those, and it won't allow you to go below that point. If they aren't accurate enough for you, then you want to use the piezo probe. Using both is kind of silly. If the piezo probe is what you want (for mesh compensation, for example) then use that for everything, including your Z endstop. If the endstops are good enough, then use that, and don't bother with the piezo probe.
Quote
SupraGuy
RRF on a Duet can indeed drive separate Z motors to level the bed (I do this for 2 motors.) I didn't think that Marlin could do that -- I've never seen anything on Marlin that indicates that it can deal with multiple drivers for a given axis, but I will admit that I've never looked for a way to do that, since the boards that I've run Marlin on aren't capable of connecting things that way.
Re: Precision Piezo Z-probe Now available. April 08, 2019 06:40PM |
Registered: 5 years ago Posts: 17 |
Quote
CodeBuster
I have a 27mm piezo sensor on a Rostock Max, but I can't seem to get it interfaced with my RAMBo and Repetier Firmware properly.
I've reflashed the firmware many times, each time changing a setting. I have tested an entire matrix of probe/endstop settings.
I'm certain it is wired correctly from Piezo20 to RAMBo, as I color coded the connectors, and I verified the piezo is in the proper polarity (no trigger on pressure release)
In Repetier Firmware I've tested all combinations of true/false for Z_PROBE_ON_HIGH, ENDSTOP_PULLUP_Z_MIN, and inverted Z Min logic. No matter what it either gives me Z probe triggered before probing, or the Z probe didn't untrigger on repetitive probe; only in two instances of the second situation did the carriage actually do a probe plunge and not raise instantly.
ENDSTOP_Z_MIN_INVERTING | Z_PROBE_ON_HIGH | ENDSTOP_Z_MIN_PULLUP | M119 TRIGGERED (BLUE) ZMIN/PROBE | RESULT | M119 UNTRIGGERED RED ZMIN/PROBE |
X | X | Y | L/L | 1i | L/H |
Y | Y | Y | L/H | 2i | L/L |
Y | X | Y | L/H | 2p | L/L |
X | Y | Y | L/L | 1i | L/H |
X | X | X | L/L | 1i | L/H |
Y | X | X | L/H | 2i | L/L |
X | Y | X | L/L | 1i | L/H |
Y | Y | X | L/H | 2p | L/L |
Re: Precision Piezo Z-probe Now available. April 09, 2019 02:48AM |
Registered: 10 years ago Posts: 14,685 |
Quote
SupraGuy
You have 2 endstop switches already, which you want to keep using, except for while probing, when you want the printer to ignore them.
I don't think that there's any firmware out there that does that.
Re: Precision Piezo Z-probe Now available. April 09, 2019 04:47AM |
Registered: 9 years ago Posts: 487 |
Re: Precision Piezo Z-probe Now available. April 09, 2019 08:48AM |
Registered: 5 years ago Posts: 17 |
Re: Precision Piezo Z-probe Now available. April 09, 2019 10:29AM |
Registered: 10 years ago Posts: 294 |
Re: Precision Piezo Z-probe Now available. April 09, 2019 12:27PM |
Registered: 5 years ago Posts: 23 |
Quote
ruggb
My interpretation is that the above will allow Z to go x distance beyond where Z_PROBE triggers.
It sounds like you want to go x distance beyond where Z_MIN triggers.
Quote
ruggb
I can understand 2 endstops being used with 2 motors to enable racking adjustment but what other benefit does 2 endstops have?
And why would you have 2 endstops enabled at the same location? You are saying Z_MIN is invalid, just keep trucking til Z_PROBE triggers.
I don't think there is a Z_MIN_LOW_POINT function in Marlin. It doesn't make logical sense to me to have that function. If the probe is the endstop then disable the other endstop.
Re: Precision Piezo Z-probe Now available. April 09, 2019 12:54PM |
Registered: 10 years ago Posts: 294 |
Re: Precision Piezo Z-probe Now available. April 09, 2019 04:35PM |
Registered: 5 years ago Posts: 23 |
Re: Precision Piezo Z-probe Now available. April 09, 2019 07:50PM |
Registered: 10 years ago Posts: 294 |
Re: Precision Piezo Z-probe Now available. April 10, 2019 04:35PM |
Registered: 7 years ago Posts: 110 |
Re: Precision Piezo Z-probe Now available. April 10, 2019 09:08PM |
Registered: 10 years ago Posts: 294 |
Re: Precision Piezo Z-probe Now available. April 12, 2019 05:36PM |
Registered: 5 years ago Posts: 1 |
Re: Precision Piezo Z-probe Now available. April 13, 2019 01:34AM |
Registered: 9 years ago Posts: 111 |
Re: Precision Piezo Z-probe Now available. April 13, 2019 07:45PM |
Registered: 10 years ago Posts: 294 |