|
|
@ -897,23 +897,23 @@ Black rubber belt(MXL), 18 - tooth aluminium pulley : 87.489 step per mm (Huxley
|
|
|
|
//
|
|
|
|
//
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
/**
|
|
|
|
* Z Probe to nozzle (X,Y) offset, relative to (0, 0).
|
|
|
|
* Z Probe to nozzle (X,Y) offset, relative to (0, 0).
|
|
|
|
* X and Y offsets must be integers.
|
|
|
|
* X and Y offsets must be integers.
|
|
|
|
*
|
|
|
|
*
|
|
|
|
* In the following example the X and Y offsets are both positive:
|
|
|
|
* In the following example the X and Y offsets are both positive:
|
|
|
|
* #define X_PROBE_OFFSET_FROM_EXTRUDER 10
|
|
|
|
* #define X_PROBE_OFFSET_FROM_EXTRUDER 10
|
|
|
|
* #define Y_PROBE_OFFSET_FROM_EXTRUDER 10
|
|
|
|
* #define Y_PROBE_OFFSET_FROM_EXTRUDER 10
|
|
|
|
*
|
|
|
|
*
|
|
|
|
* +-- BACK ---+
|
|
|
|
* +-- BACK ---+
|
|
|
|
* | |
|
|
|
|
* | |
|
|
|
|
* L | (+) P | R <-- probe (20,20)
|
|
|
|
* L | (+) P | R <-- probe (20,20)
|
|
|
|
* E | | I
|
|
|
|
* E | | I
|
|
|
|
* F | (-) N (+) | G <-- nozzle (10,10)
|
|
|
|
* F | (-) N (+) | G <-- nozzle (10,10)
|
|
|
|
* T | | H
|
|
|
|
* T | | H
|
|
|
|
* | (-) | T
|
|
|
|
* | (-) | T
|
|
|
|
* | |
|
|
|
|
* | |
|
|
|
|
* O-- FRONT --+
|
|
|
|
* O-- FRONT --+
|
|
|
|
* (0,0)
|
|
|
|
* (0,0)
|
|
|
|
*/
|
|
|
|
*/
|
|
|
|
#define X_PROBE_OFFSET_FROM_EXTRUDER 10 // X offset: -left +right [of the nozzle]
|
|
|
|
#define X_PROBE_OFFSET_FROM_EXTRUDER 10 // X offset: -left +right [of the nozzle]
|
|
|
|
#define Y_PROBE_OFFSET_FROM_EXTRUDER 10 // Y offset: -front +behind [the nozzle]
|
|
|
|
#define Y_PROBE_OFFSET_FROM_EXTRUDER 10 // Y offset: -front +behind [the nozzle]
|
|
|
|