This doesn't make any sense at all. All the examples show disabling the gamma min endstop to use the probe. But you say that I should set up a seperate z min endstop? But the probe is on the z min endstop connector. Am I suppose to re-purpose a different set of pins for the z-min endstop?
Where is this documented? If the z-probe module is taking over the z min endstop pin, it would seem logical it would also have to take over the z min endstop function it is taking over.
On Sunday, September 6, 2015 at 11:07:13 PM UTC-7, wolfmanjm wrote:generally speaking you cannot have the probe and zmin on the same pin. They are two different functions.It is possible but you need to really understand what you are doing. I'd suggest hooking up a zmin separately.
On Saturday, September 5, 2015 at 2:14:45 PM UTC-7, Edward Boston wrote:I am setting up a Z Probe and have a question about the probe also being the Z min endstop. From the documentation about Z probe, it says to disable the gamma min endstop. I have done that and the output of M119 shows the X and Y endstops and a Probe. No Z. The probe is working but when I did a home all axis, the X and Y homed, but the Z didn't. So if I want the probe to also act as the end stop, do I leave the gamma min endstop defined? The probe is on the gamma min endstop connection.
--
You received this message because you are subscribed to the Google Groups "Smoothieware Support" group.
To unsubscribe from this group and stop receiving emails from it, send an email to smoothieware-sup...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
--
Two different jobs that it seems that other firmware can do with a single sensor. Based on the feedback, it sounds like it is too much for Smoothieware to handle though.
On 9/7/2015 5:33 PM, robin bussell wrote:
On 08/09/2015 01:28, Ed Boston wrote:
So forgetting about the pins, I cannot have the Z probe function as both
the probe and the end stop is the bottom line. I have to have two
different sensors doing the same thing, sensing the location of the bed.
They are for different jobs ... the probe is supposed to move with the head and is used to detect bed height at different locations so that bed levelling can be compensated for. The end stop is usualy fixed to the frame and used for homing or motor protection, depending on your printer type...
Cheers,
Robin.
--
You received this message because you are subscribed to the Google Groups "Smoothieware Support" group.
To unsubscribe from this group and stop receiving emails from it, send an email to smoothieware-sup...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
G28
; move to 5mm above bed
G0 Z5
; then manually jog down until nozzle is on bed or just traps a sheet of thin paper
; sets the Z homing offset based on current position
M306 Z0
G28
G0 Z1
; check nozzle is 1mm above bed
M500
; saves the results in EEPROM equivalentI get if I supply a positive offset it will stop above that much above the bed but will a negative one move past 0?
I'm thinking of a probe that triggers zero before the hot end hits the bed (micro switch, etc) unlike my FSRs that are triggered at zero.