Ender 3 - Update NOZZLE_TO_PROBE_OFFSET for SATSANA fangs extruder fans

This commit is contained in:
2024-10-10 23:16:30 +02:00
parent 902dca00f0
commit 6e2bbd07ee

View File

@@ -1512,7 +1512,11 @@
* | [-] | * | [-] |
* O-- FRONT --+ * O-- FRONT --+
*/ */
#define NOZZLE_TO_PROBE_OFFSET { -44, -14, -2.725 } // PROBE_OFFSET with original extruder fans
//#define NOZZLE_TO_PROBE_OFFSET { -44, -14, -2.725 }
// PROBE_OFFSET with SATSANA fangs extruder fans
#define NOZZLE_TO_PROBE_OFFSET { -51, -12, 0 }
// Most probes should stay away from the edges of the bed, but // Most probes should stay away from the edges of the bed, but
// with NOZZLE_AS_PROBE this can be negative for a wider probing area. // with NOZZLE_AS_PROBE this can be negative for a wider probing area.