PINDA for HyperCube + Marlin config 3d model
3dmdb logo
Thingiverse
PINDA for HyperCube + Marlin config

PINDA for HyperCube + Marlin config

by Thingiverse
Last crawled date: 4 years, 2 months ago
PINDA or other 8mm sensor is much smaller and lighter than 12mm sensors, but they are just as useful. P.I.N.D.A. is an DC 5V NPN NC inductive proximity sensor.
If you do not use the built-in temperature sensor, you will need to wait a few minutes between each print to cool.
The latest version of Marlin finally includes P.I.N.D.A. probe temperature compensation: https://github.com/MarlinFirmware/Marlin/releases/tag/2.0.2
Temperature calibration: https://marlinfw.org/docs/gcode/G076.html
Marlin config:
#define TEMP_SENSOR_PROBE 1

#define TEMP_PROBE_PIN 15 //TEMP_1_PIN

#define FIX_MOUNTED_PROBE

#define NOZZLE_TO_PROBE_OFFSET { 28, 12, -0.5 }

#define MIN_PROBE_EDGE 30

#define Z_CLEARANCE_DEPLOY_PROBE 0
#define Z_CLEARANCE_BETWEEN_PROBES 1
#define Z_CLEARANCE_MULTI_PROBE 1

#define AUTO_BED_LEVELING_BILINEAR
Wiring:
blue: GND,
brown: +5V
black: signal
white: thermistor
GND, +5V, Signal -> Z min endstop
PINDA thermistor -> second HotEnd thermistor

Result:
https://marlinfw.org/docs/gcode/M871.html
Probe temp: 30.00 C; Offset: 0.00 um
Probe temp: 35.00 C; Offset: 65.00 um
Probe temp: 40.00 C; Offset: 157.00 um
Probe temp: 45.00 C; Offset: 292.00 um
Probe temp: 50.00 C; Offset: 415.00 um
Probe temp: 55.00 C; Offset: 610.00 um
Probe temp: 60.00 C; Offset: 754.00 um
Probe temp: 65.00 C; Offset: 735.00 um
Probe temp: 70.00 C; Offset: 869.00 um
Probe temp: 75.00 C; Offset: 1004.00 um
Probe temp: 80.00 C; Offset: 1138.00 um
Bed temp: 60.00 C; Offset: 0.00 um
Bed temp: 65.00 C; Offset: 25.00 um
Bed temp: 70.00 C; Offset: 35.00 um
Bed temp: 75.00 C; Offset: 37.00 um
Bed temp: 80.00 C; Offset: 37.00 um
Bed temp: 85.00 C; Offset: 46.00 um
Bed temp: 90.00 C; Offset: 56.00 um
Bed temp: 95.00 C; Offset: 66.00 um
Bed temp: 100.00 C; Offset: 75.00 um
Bed temp: 105.00 C; Offset: 85.00 um
Bed temp: 110.00 C; Offset: 94.00 um
Hungarian blog post:https://zen3d.hu/p-i-n-d-a-marlin-konfiguracio/
Mosquito hotend adapter:https://www.thingiverse.com/thing:4032460

Tags