NNP Near Nozzle Probe

NNP Near Nozzle Probe

thingiverse

The ideal position for an ABL probe is obviously at the nozzle. But probing with the nozzle has its own problems: when hot, the nozzle could damage the bed and when cold, there might be plastic offsetting the position triggering the probe ... So, the next best thing would be a probe as close as possible to the nozzle, but that's easier said than done ... or is it? Presenting the Near Nozzle Probe. The idea is simple: use a metal "needle" to get as close as possible to the probe, but move out of the way during printing (and away from the heat). The "detection-unit" is an optical end-stop and is moved sufficiently up - away from the rotation axis - to avoid too much loss of accuracy with the long distance from the needle point to the rotation axis. That axis uses 2 MR115 bearings, but more on that below. To move the needle up and down a 3.7g SG37 servo is used and the needle used to be a paper-clip, now bent into the position wanted. It is fixated into the arm by heating it up using a soldering iron - ideally including a 90° angle touching the arm side to prevent it from rotating (see youtube movie). And everything is bolted shut using M3 20mm and one M3 30mm bolts (as those is what I had around). Now, despite the bearings, gravity was not enough to "deploy" the probe reliably, which is why the servo doesn't just have a deploy and stow position, but also a measure position, i.e. the deploy angle pushes the needle down, then the servo moves back so that the needle has room to be pushed back up when pressing against the bed. But as far as I could tell, Marlin only supported 2 states for a servo probe, so I had to add some support for the extra "measuring angle" and because I want to have the needle retracted while moving (to avoid hitting something), also added a Z_SERVO_INTERMEDIATE_STOW setting for that. The changes I had to made can be found on [github](https://github.com/MarlinFirmware/Marlin/pull/21427/commits/407d2e0f61d28698edcde5146c6c56858983b137). With everything put together, we get a pretty decent standard deviation of 0.002693 mm without moving X and Y as seen in this [Youtube movie](https://www.youtube.com/watch?v=1wUFTY2nHnQ) and the `M48 S1 P20 V4` test results in a decent: ``` Mean: 0.003375 Min: -0.005 Max: 0.013 Range: 0.018 Standard Deviation: 0.005550 ``` This was with the needle bent so it ends behind the nozzle, giving me an offset of: ``` #define NOZZLE_TO_PROBE_OFFSET { -4, +12, -2.8 } ``` So, using Pythagoras, this means we're probing at 12.6mm from the nozzle, not too bad, right? So, is this probe better than others? Time will tell, but it's definitely good to have options and to allow everyone to build on this and try to improve it, I have included the Fusion 3D design. Feel free to analyze, modify, extend and otherwise use it, but when you do publish something based on it, please just gimme a bit of credit ;-)

Download Model from thingiverse

With this file you will be able to print NNP Near Nozzle Probe with your 3D printer. Click on the button and save the file on your computer to work, edit or customize your design. You can also find more 3D designs for printers on NNP Near Nozzle Probe.