<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel>
        <title>Z-Probe not triggered when calibrating</title>
        <description> I have just built the printer and everything is fine until I try to calibrate the bed position. The instructions say that after the Home All process the head should stop 4mm above the bed, but it is more like15mm.  When I try a z-probe calibration the head moves around and lowers until it should contact the bed but stops just a millimetre above it, then moves onto the next point. The result is a failed calibration: &quot;Error: Z probe was not triggered during probing move&quot;.

Any help would be greatly appreciated.</description>
        <link>https://reprap.org/forum/read.php?409,743051,743051#msg-743051</link>
        <lastBuildDate>Thu, 18 Jun 2026 10:57:11 -0400</lastBuildDate>
        <generator>Phorum 5.2.23</generator>
        <item>
            <guid>https://reprap.org/forum/read.php?409,743051,770222#msg-770222</guid>
            <title>Re: Z-Probe not triggered when calibrating</title>
            <link>https://reprap.org/forum/read.php?409,743051,770222#msg-770222</link>
            <description><![CDATA[ It's normal for the carriages to home twice. The second time is at a lower speed for greater accuracy. This behaviour is defined in the homedelta.g file.<br />
<br />
All the motor currents are reduced to the idle percentage after 30 seconds. This is probably what you can feel on the Z motor.<br />
<br />
Are you still getting error messages when you run auto calibration? Such as Z probe not triggered during the move, or already triggered at the start of the move?]]></description>
            <dc:creator>dc42</dc:creator>
            <category>Fisher</category>
            <pubDate>Fri, 26 May 2017 01:13:10 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?409,743051,770165#msg-770165</guid>
            <title>Re: Z-Probe not triggered when calibrating</title>
            <link>https://reprap.org/forum/read.php?409,743051,770165#msg-770165</link>
            <description><![CDATA[ Latest. <br />
If I set M665 H to 163 from the default 161 I can get the head down to 4mm.<br />
I notice however the Z axis motor does not stop like the other two. <br />
If you touch the spindle you can feel and hear it still trying to turn. (although it doesn't)<br />
This lasts for around 30 seconds when it finally stops completely like the other 2.<br />
Also should the rise to the top of each axis trigger the microswitches twice.<br />
They go up, trigger the switch, do a little bounce then trigger them again before going down.]]></description>
            <dc:creator>moggymoo</dc:creator>
            <category>Fisher</category>
            <pubDate>Thu, 25 May 2017 15:42:51 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?409,743051,769657#msg-769657</guid>
            <title>Re: Z-Probe not triggered when calibrating</title>
            <link>https://reprap.org/forum/read.php?409,743051,769657#msg-769657</link>
            <description><![CDATA[ Yes the probe down is working fine on all locations and changes as it should from 0 to 1000.<br />
I'm using the commission procedure at<br />
[<a href="https://emaker.io/documentation/fisher-build-instructions/commissioning/" target="_blank"  rel="nofollow">emaker.io</a>]<br />
<br />
The heatbed upgrade turned up today and I've fitted it, re-named the config file to suit, still the same although it looks to be around 10mm now instead of 15 but still not low enough.]]></description>
            <dc:creator>moggymoo</dc:creator>
            <category>Fisher</category>
            <pubDate>Mon, 22 May 2017 19:58:18 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?409,743051,769617#msg-769617</guid>
            <title>Re: Z-Probe not triggered when calibrating</title>
            <link>https://reprap.org/forum/read.php?409,743051,769617#msg-769617</link>
            <description><![CDATA[ When you press the bed down, does the Z probe reading in the web interface change from about 0 to about 1000 ?]]></description>
            <dc:creator>dc42</dc:creator>
            <category>Fisher</category>
            <pubDate>Mon, 22 May 2017 16:04:12 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?409,743051,769525#msg-769525</guid>
            <title>Re: Z-Probe not triggered when calibrating</title>
            <link>https://reprap.org/forum/read.php?409,743051,769525#msg-769525</link>
            <description><![CDATA[ There's no config/override file in /sys<br />
<br />
These are the files in that directory as received on the mico SD card with the kit.<br />
FILE	bed.g<br />
FILE	config.g<br />
FILE	config.heatbed.g<br />
FILE	deployprobe.g<br />
FILE	homeall.g<br />
FILE	homedelta.g<br />
FILE	homex.g<br />
FILE	homey.g<br />
FILE	homez.g<br />
FILE	iap.bin<br />
FILE	pause.g<br />
FILE	resume.g<br />
FILE	retractprobe.g<br />
FILE	stop.g<br />
FILE	tfree0.g<br />
FILE	tfree1.g<br />
FILE	tpost0.g<br />
FILE	tpost1.g<br />
FILE	tpre0.g<br />
FILE	tpre1.g<br />
<br />
And the original config.g contents is<br />
<br />
; Configuration file for RepRap Fisher - delta 3D printer<br />
<br />
; Communication and general<br />
M111 S0                             ; Debug off<br />
M550 Preprapfisher		                ; Machine name (can be anything you like)<br />
M551 Preprap                        ; Machine password (used for FTP)<br />
M540 P0xBE:0xEF:0xDE:0xAD:0xFE:0x01 ; MAC Address (must be unique on your network)<br />
M552 P0.0.0.0                       ; use DHCP<br />
;M554 P192.168.1.1                  ; Gateway<br />
M553 P255.255.255.0                 ; Netmask<br />
M555 P2                             ; Set output to look like Marlin<br />
G21                                 ; Work in millimetres<br />
G90                                 ; Send absolute coordinates...<br />
M83                                 ; ...but relative extruder moves<br />
<br />
; Axis and motor configuration<br />
M569 P0 S1							; Drive 0 goes forwards<br />
M569 P1 S1							; Drive 1 goes forwards<br />
M569 P2 S1							; Drive 2 goes forwards<br />
M569 P3 S1							; Drive 3 goes forwards<br />
M569 P4 S1							; Drive 4 goes forwards<br />
M574 X2 Y2 Z2 S1					; set endstop configuration (all endstops at high end, active high)<br />
M665 R81.0 L160.0 B75 H164			; set delta radius, diagonal rod length, printable radius and homed height<br />
M666 X0 Y0 Z0.0  			    ; put your endstop adjustments here<br />
M92 X87.489 Y87.489 Z87.489  		; Set axis steps/mm<br />
M906 X800 Y800 Z800 E1000			; Set motor currents (mA)<br />
M201 X4000 Y4000 Z4000 E4000		; Accelerations (mm/s^2)<br />
M203 X15000 Y15000 Z15000 E9000	; Maximum speeds (mm/min)<br />
M210 Z50                            ; Homing feedrate<br />
M566 X1200 Y1200 Z1200 E1200		; Maximum instant speed changes mm/minute<br />
<br />
; Thermistors<br />
;M305 P0 R4700 T100000              ; Uncomment for heatbed<br />
;M301 H0 P5 S0.7                    ; Uncomment for heatbed<br />
M305 P1 R4700                   	<br />
<br />
; Tool definitions<br />
M140 H-1                            ; Disable heatbed<br />
<br />
M563 P0 D0 H1                       ; Define tool 0<br />
G10 P0 S210 R-273                        ; Set tool 0 operating and standby temperatures<br />
M301 H1 P12 I0.4 D80 W180 S0.6 B300      ; Set tool 0 PID parameters<br />
M92 E310 	                       	; Set extruder steps per mm<br />
<br />
;// Z probe and compensation definition<br />
M558 P4 X0 Y0 Z0 H4					; Set Z probe type and dive height<br />
G31 X0 Y0 Z0.0 P200			    ; Set the zprobe height and threshold (put your own values here)<br />
<br />
;*** If you are using axis compensation, put the figures in the following command<br />
M556 S78 X0 Y0 Z0                   ; Axis compensation here<br />
<br />
<br />
I've checked the top switches and they are in the correct location/orientation <br />
Thanks for your help.]]></description>
            <dc:creator>moggymoo</dc:creator>
            <category>Fisher</category>
            <pubDate>Mon, 22 May 2017 06:39:41 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?409,743051,769404#msg-769404</guid>
            <title>Re: Z-Probe not triggered when calibrating</title>
            <link>https://reprap.org/forum/read.php?409,743051,769404#msg-769404</link>
            <description><![CDATA[ Bear in mind that if you have a config-override file in /sys then that may contain delta parameters that override the ones in config.sys.]]></description>
            <dc:creator>dc42</dc:creator>
            <category>Fisher</category>
            <pubDate>Sun, 21 May 2017 17:23:22 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?409,743051,769229#msg-769229</guid>
            <title>Re: Z-Probe not triggered when calibrating</title>
            <link>https://reprap.org/forum/read.php?409,743051,769229#msg-769229</link>
            <description><![CDATA[ Hi again. So I followed your helpful advise DC42 but sorry no change.<br />
Status so far.<br />
I'm getting the exact symptoms DanF124 is getting. <br />
Head stops about 15mm above. (Although head position says 4.0)<br />
M558 original is H4. So I changed it to H24 as suggested and did a calibration.<br />
When the head goes to the side during calibration it jumps up about 20mm then lowers to the base.<br />
After it's finished it shows Head Position for Z as 28.13<br />
So after noting the original figures for M665 and M666 I ran them with no parameters.<br />
They returned the exact same parameters that were already in there.<br />
Returned M558 to H4.<br />
Result - no change. <br />
<br />
If I set M665 to H170 it seems to go down enough when I run Home All but I've yet to measure the gap.<br />
The Head position then says 4.0<br />
If I then run the Auto Delta Calibration the Z goes down to 2.09 Run it again and it's back to 4.00<br />
Thereafter stays at 4.<br />
Not sure where to go from here. I'm beginning to think it may be a hardware reason the<br />
head is not going down enough but I've double and treble checked my build and can't see anything obvious.<br />
Your help is most appreciated.]]></description>
            <dc:creator>moggymoo</dc:creator>
            <category>Fisher</category>
            <pubDate>Sat, 20 May 2017 17:42:13 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?409,743051,768932#msg-768932</guid>
            <title>Re: Z-Probe not triggered when calibrating</title>
            <link>https://reprap.org/forum/read.php?409,743051,768932#msg-768932</link>
            <description><![CDATA[ Cheers, I'll try that sometime. <br />
I'm not in a rush to do things so faster probing doesn't bother me.<br />
It currently works as I've printed the robot and 3 extra feet to lift it off the worktop for better ventilation.<br />
Took over a week to build the thing in the first place!<br />
Lots of learning over the coming weeks.]]></description>
            <dc:creator>moggymoo</dc:creator>
            <category>Fisher</category>
            <pubDate>Fri, 19 May 2017 08:03:37 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?409,743051,768911#msg-768911</guid>
            <title>Re: Z-Probe not triggered when calibrating</title>
            <link>https://reprap.org/forum/read.php?409,743051,768911#msg-768911</link>
            <description><![CDATA[ <blockquote class="bbcode"><div><small>Quote<br /></small><strong>gromyjoe</strong><br />
I did just that and it works perfectly! Thanks!</div></blockquote>
<br />
If you now run M665 and M666 with no parameters and copy the values it returns into the M665 and M666 commands in config.g (notably the M665 H parameter - see previous post), you will be able to reduce the M558 H parameter back to a lower value, for faster probing.]]></description>
            <dc:creator>dc42</dc:creator>
            <category>Fisher</category>
            <pubDate>Fri, 19 May 2017 07:15:06 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?409,743051,768862#msg-768862</guid>
            <title>Re: Z-Probe not triggered when calibrating</title>
            <link>https://reprap.org/forum/read.php?409,743051,768862#msg-768862</link>
            <description><![CDATA[ Mine was exactly the same. All I did was change M665 setting to H170. Now works perfectly.]]></description>
            <dc:creator>moggymoo</dc:creator>
            <category>Fisher</category>
            <pubDate>Fri, 19 May 2017 04:43:55 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?409,743051,757281#msg-757281</guid>
            <title>Re: Z-Probe not triggered when calibrating</title>
            <link>https://reprap.org/forum/read.php?409,743051,757281#msg-757281</link>
            <description><![CDATA[ I did just that and it works perfectly! Thanks!]]></description>
            <dc:creator>gromyjoe</dc:creator>
            <category>Fisher</category>
            <pubDate>Mon, 20 Mar 2017 20:22:42 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?409,743051,757062#msg-757062</guid>
            <title>Re: Z-Probe not triggered when calibrating</title>
            <link>https://reprap.org/forum/read.php?409,743051,757062#msg-757062</link>
            <description><![CDATA[ Try increasing the dive height (M558 H parameter), in case it isn't pushing down far enough.]]></description>
            <dc:creator>dc42</dc:creator>
            <category>Fisher</category>
            <pubDate>Sun, 19 Mar 2017 18:16:19 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?409,743051,756890#msg-756890</guid>
            <title>Re: Z-Probe not triggered when calibrating</title>
            <link>https://reprap.org/forum/read.php?409,743051,756890#msg-756890</link>
            <description><![CDATA[ I am having a similar issue. except it does 4 probes, triggering the proximity sensor. after the probe, it displays "Error: Z probe was not triggered during probing move"<br />
I have it connected to AD12, same as the diagram on here [<a href="http://forums.reprap.org/read.php?13,585345" target="_blank"  rel="nofollow">forums.reprap.org</a>]<br />
I just don't get why it probes fine and shows triggered with M119 but it says probing canceled due to errors.]]></description>
            <dc:creator>gromyjoe</dc:creator>
            <category>Fisher</category>
            <pubDate>Sat, 18 Mar 2017 19:29:55 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?409,743051,743803#msg-743803</guid>
            <title>Re: Z-Probe not triggered when calibrating</title>
            <link>https://reprap.org/forum/read.php?409,743051,743803#msg-743803</link>
            <description><![CDATA[ Hi,<br />
I would check your micro switch operating positions, there are always going to be small differences between builds and this has to be compensated for in configuration settings, this however sounds rather a big difference and I would imagine some mechanical problem.<br />
<br />
Changing the settings as dc42 suggests is not as difficult as it sounds and you will need to become aware of the settings available in the<br />
config.g - homedelta.g and bed.g files to get practical use of the machines superb abilities, it's a steep learning curve but well worth it.<br />
I haven't posted much on here but have read Lots! and would like to thank dc42 and the other contributors for all their efforts, hopefully now I have mine running well I will be able to help others too.<br />
<br />
Steve.<br />
<br />
P.S. If you can, try to post your config.g text file, it would help to see if your starting settings are something close to begin with.]]></description>
            <dc:creator>Steve906</dc:creator>
            <category>Fisher</category>
            <pubDate>Mon, 30 Jan 2017 16:54:04 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?409,743051,743108#msg-743108</guid>
            <title>Re: Z-Probe not triggered when calibrating</title>
            <link>https://reprap.org/forum/read.php?409,743051,743108#msg-743108</link>
            <description><![CDATA[ Thanks for the reply, however I am completely new to 3d printing and that sounds very complicated for something that should be working out of the box.]]></description>
            <dc:creator>DanF124</dc:creator>
            <category>Fisher</category>
            <pubDate>Sat, 28 Jan 2017 13:36:38 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?409,743051,743054#msg-743054</guid>
            <title>Re: Z-Probe not triggered when calibrating</title>
            <link>https://reprap.org/forum/read.php?409,743051,743054#msg-743054</link>
            <description><![CDATA[ It sounds like he H parameter in your M665 command in config.g is too low. However, instead of changing it directly, I suggest you increase the H parameter in the M558 command by 20, then auto calibrate. Then run M665 and M666 with no parameters, and plug the values it displays into the M665 and M666 commands in config.g, and at the same time reduce M558 H back to normal.]]></description>
            <dc:creator>dc42</dc:creator>
            <category>Fisher</category>
            <pubDate>Sat, 28 Jan 2017 10:39:58 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?409,743051,743051#msg-743051</guid>
            <title>Z-Probe not triggered when calibrating</title>
            <link>https://reprap.org/forum/read.php?409,743051,743051#msg-743051</link>
            <description><![CDATA[ I have just built the printer and everything is fine until I try to calibrate the bed position. The instructions say that after the Home All process the head should stop 4mm above the bed, but it is more like15mm.  When I try a z-probe calibration the head moves around and lowers until it should contact the bed but stops just a millimetre above it, then moves onto the next point. The result is a failed calibration: "Error: Z probe was not triggered during probing move".<br />
<br />
Any help would be greatly appreciated.]]></description>
            <dc:creator>DanF124</dc:creator>
            <category>Fisher</category>
            <pubDate>Sat, 28 Jan 2017 10:30:55 -0500</pubDate>
        </item>
    </channel>
</rss>
