# PINDA Inductive Probe

![Testing a PINDA probe. Image from Prusa.](/files/-MS0r98n8AIgPOb6GjYd)

The i3 MK3S uses an inductive probe, called the PINDA, to detect the bed and set the Z coordinates as well as the Z-offset. An inductive probe works by generating an electromagnetic current when it comes into proximity with a metallic object. In this case, the inductive probe senses the spring steel sheet.

{% hint style="warning" %}
Inductive sensors like the PINDA has a certain trigger point, therefore it is important that it is not too far away relative to the nozzle. Otherwise, your nozzle could crash into the bed before the probe triggers!
{% endhint %}

![Offset between the probe and the nozzle relative to the bed surface. Image from 3D Printing Stack Exchange.](/files/-MS0t4rw9fobCRm3Sl5W)

The PINDA probe may need to be altered in terms of its mounting as well as its height relative to the nozzle when doing modifications to the toolhead. Examples of these are non planar 3D printing where the nozzle is significantly longer than a regular nozzle. This requires the PINDA probe's mount to be modified so that the probe can be put closer to the nozzle.

You can read more about installing a PINDA probe as well as testing it here:

{% embed url="<https://help.prusa3d.com/en/article/p-i-n-d-a-sensor-testing_2091>" %}
PINDA Probe Testing
{% endembed %}

{% embed url="<https://help.prusa3d.com/en/guide/5-e-axis-assembly_169235>" %}
Installing the PINDA probe on the E axis
{% endembed %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://ms-kb.msd.unimelb.edu.au/next-lab/3d-printing/open-access-printers/prusa-open-access/hardware-glossary/pinda-inductive-probe.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
