So what is new?
I have a nozzle mounted piezo probe/endstop == NOT carriage mounted, The Nozzle IS the probe.
based on this excerpt from configuration.h, I should enable both FIX_MOUNTED_PROBE and NOZZLE_AS_PROBE
but that does not work
/**
* A Fix-Mounted Probe either doesn't deploy or needs manual deployment.
* (e.g., an inductive probe or a nozzle-based probe-switch.)
*/
//#define FIX_MOUNTED_PROBE
/**
* Use the nozzle as the probe, as with a conductive
* nozzle system or a piezo-electric smart effector.
*/
//#define NOZZLE_AS_PROBE
So what should I do?
I have a nozzle mounted piezo probe/endstop == NOT carriage mounted, The Nozzle IS the probe.
based on this excerpt from configuration.h, I should enable both FIX_MOUNTED_PROBE and NOZZLE_AS_PROBE
but that does not work
/**
* A Fix-Mounted Probe either doesn't deploy or needs manual deployment.
* (e.g., an inductive probe or a nozzle-based probe-switch.)
*/
//#define FIX_MOUNTED_PROBE
/**
* Use the nozzle as the probe, as with a conductive
* nozzle system or a piezo-electric smart effector.
*/
//#define NOZZLE_AS_PROBE
So what should I do?