Delta Printer Use Proximity sensor for auto leveling and how to set up parameters?
I use Proximity sensor for Auto leveling , I can't understand how to set the parameters.
cloud you please help me to setting the parameters below , I attached my drawing
https://drive.google.com/file/d/0B7ralENDwyaGeVQzaHBZU2tnUkk/view?usp=sharing
#define Z_PROBE_X_OFFSET ?
#define Z_PROBE_Y_OFFSET ?
#define Z_PROBE_BED_DISTANCE ?
#define Z_PROBE_SWITCHING_DISTANCE ?
#define Z_PROBE_HEIGHT ?
Thanks and best regards .
Spencer .
Comments
Thank you , I will try .
What I found is:
Z_PROBE_BED_DISTANCE
- stored in Eeprom named Min Nozzle Distance
- is the starting Z position used only for probing/levelling (G30, G32),
- it is not used when ZHoming. (ZHOME_PRE_RAISE_DISTANCE is used there)
- I started with 10 and optimized to 5
Z_PROBE_HEIGHTAt this trigger level the nozzle has a certain distance to the bed, maybe 2,0 mm.
I'm using Z_PROBE_HEIGHT for fine tuning this distance.