Update PROBE_OFFSET_FROM_EXTRUDER comment section in all example config
files.
This commit is contained in:
parent
b0f5ba0232
commit
143ad74db7
@ -488,26 +488,23 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the l
|
|||||||
|
|
||||||
#endif // AUTO_BED_LEVELING_GRID
|
#endif // AUTO_BED_LEVELING_GRID
|
||||||
|
|
||||||
/*
|
// 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 [of the nozzle] +right
|
#define X_PROBE_OFFSET_FROM_EXTRUDER 10 // X offset: -left [of the nozzle] +right
|
||||||
#define Y_PROBE_OFFSET_FROM_EXTRUDER 10 // Z offset: -front [of the nozzle] +behind
|
#define Y_PROBE_OFFSET_FROM_EXTRUDER 10 // Z offset: -front [of the nozzle] +behind
|
||||||
#define Z_PROBE_OFFSET_FROM_EXTRUDER 0 // Z offset: -below [the nozzle] (always negative!)
|
#define Z_PROBE_OFFSET_FROM_EXTRUDER 0 // Z offset: -below [the nozzle] (always negative!)
|
||||||
|
@ -470,11 +470,26 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the l
|
|||||||
|
|
||||||
#endif // AUTO_BED_LEVELING_GRID
|
#endif // AUTO_BED_LEVELING_GRID
|
||||||
|
|
||||||
// Offsets to the Z probe relative to the nozzle tip.
|
// 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.
|
||||||
#define X_PROBE_OFFSET_FROM_EXTRUDER -25 // Z probe to nozzle X offset: -left +right
|
//
|
||||||
#define Y_PROBE_OFFSET_FROM_EXTRUDER -29 // Z probe to nozzle Y offset: -front +behind
|
// In the following example the X and Y offsets are both positive:
|
||||||
#define Z_PROBE_OFFSET_FROM_EXTRUDER -12.35 // Z probe to nozzle Z offset: -below (always!)
|
// #define X_PROBE_OFFSET_FROM_EXTRUDER 10
|
||||||
|
// #define Y_PROBE_OFFSET_FROM_EXTRUDER 10
|
||||||
|
//
|
||||||
|
// +-- BACK ---+
|
||||||
|
// | |
|
||||||
|
// L | (+) P | R <-- probe (20,20)
|
||||||
|
// E | | I
|
||||||
|
// F | (-) N (+) | G <-- nozzle (10,10)
|
||||||
|
// T | | H
|
||||||
|
// | (-) | T
|
||||||
|
// | |
|
||||||
|
// O-- FRONT --+
|
||||||
|
// (0,0)
|
||||||
|
#define X_PROBE_OFFSET_FROM_EXTRUDER -25 // X offset: -left [of the nozzle] +right
|
||||||
|
#define Y_PROBE_OFFSET_FROM_EXTRUDER -29 // Z offset: -front [of the nozzle] +behind
|
||||||
|
#define Z_PROBE_OFFSET_FROM_EXTRUDER -12.35 // Z offset: -below [the nozzle] (always negative!)
|
||||||
|
|
||||||
#define Z_RAISE_BEFORE_HOMING 4 // (in mm) Raise Z axis before homing (G28) for Z probe clearance.
|
#define Z_RAISE_BEFORE_HOMING 4 // (in mm) Raise Z axis before homing (G28) for Z probe clearance.
|
||||||
// Be sure you have this distance over your Z_MAX_POS in case.
|
// Be sure you have this distance over your Z_MAX_POS in case.
|
||||||
|
@ -441,11 +441,26 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the l
|
|||||||
|
|
||||||
#endif // AUTO_BED_LEVELING_GRID
|
#endif // AUTO_BED_LEVELING_GRID
|
||||||
|
|
||||||
// Offsets to the Z probe relative to the nozzle tip.
|
// 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.
|
||||||
#define X_PROBE_OFFSET_FROM_EXTRUDER -25 // Z probe to nozzle X offset: -left +right
|
//
|
||||||
#define Y_PROBE_OFFSET_FROM_EXTRUDER -29 // Z probe to nozzle Y offset: -front +behind
|
// In the following example the X and Y offsets are both positive:
|
||||||
#define Z_PROBE_OFFSET_FROM_EXTRUDER -12.35 // Z probe to nozzle Z offset: -below (always!)
|
// #define X_PROBE_OFFSET_FROM_EXTRUDER 10
|
||||||
|
// #define Y_PROBE_OFFSET_FROM_EXTRUDER 10
|
||||||
|
//
|
||||||
|
// +-- BACK ---+
|
||||||
|
// | |
|
||||||
|
// L | (+) P | R <-- probe (20,20)
|
||||||
|
// E | | I
|
||||||
|
// F | (-) N (+) | G <-- nozzle (10,10)
|
||||||
|
// T | | H
|
||||||
|
// | (-) | T
|
||||||
|
// | |
|
||||||
|
// O-- FRONT --+
|
||||||
|
// (0,0)
|
||||||
|
#define X_PROBE_OFFSET_FROM_EXTRUDER -25 // X offset: -left [of the nozzle] +right
|
||||||
|
#define Y_PROBE_OFFSET_FROM_EXTRUDER -29 // Z offset: -front [of the nozzle] +behind
|
||||||
|
#define Z_PROBE_OFFSET_FROM_EXTRUDER -12.35 // Z offset: -below [the nozzle] (always negative!)
|
||||||
|
|
||||||
#define Z_RAISE_BEFORE_HOMING 4 // (in mm) Raise Z axis before homing (G28) for Z probe clearance.
|
#define Z_RAISE_BEFORE_HOMING 4 // (in mm) Raise Z axis before homing (G28) for Z probe clearance.
|
||||||
// Be sure you have this distance over your Z_MAX_POS in case.
|
// Be sure you have this distance over your Z_MAX_POS in case.
|
||||||
|
@ -481,11 +481,26 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = true; // set to true to invert the lo
|
|||||||
|
|
||||||
#endif // AUTO_BED_LEVELING_GRID
|
#endif // AUTO_BED_LEVELING_GRID
|
||||||
|
|
||||||
// Offsets to the Z probe relative to the nozzle tip.
|
// 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.
|
||||||
#define X_PROBE_OFFSET_FROM_EXTRUDER -25 // Z probe to nozzle X offset: -left +right
|
//
|
||||||
#define Y_PROBE_OFFSET_FROM_EXTRUDER -29 // Z probe to nozzle Y offset: -front +behind
|
// In the following example the X and Y offsets are both positive:
|
||||||
#define Z_PROBE_OFFSET_FROM_EXTRUDER -12.35 // Z probe to nozzle Z offset: -below (always!)
|
// #define X_PROBE_OFFSET_FROM_EXTRUDER 10
|
||||||
|
// #define Y_PROBE_OFFSET_FROM_EXTRUDER 10
|
||||||
|
//
|
||||||
|
// +-- BACK ---+
|
||||||
|
// | |
|
||||||
|
// L | (+) P | R <-- probe (20,20)
|
||||||
|
// E | | I
|
||||||
|
// F | (-) N (+) | G <-- nozzle (10,10)
|
||||||
|
// T | | H
|
||||||
|
// | (-) | T
|
||||||
|
// | |
|
||||||
|
// O-- FRONT --+
|
||||||
|
// (0,0)
|
||||||
|
#define X_PROBE_OFFSET_FROM_EXTRUDER -25 // X offset: -left [of the nozzle] +right
|
||||||
|
#define Y_PROBE_OFFSET_FROM_EXTRUDER -29 // Z offset: -front [of the nozzle] +behind
|
||||||
|
#define Z_PROBE_OFFSET_FROM_EXTRUDER -12.35 // Z offset: -below [the nozzle] (always negative!)
|
||||||
|
|
||||||
#define Z_RAISE_BEFORE_HOMING 4 // (in mm) Raise Z axis before homing (G28) for Z probe clearance.
|
#define Z_RAISE_BEFORE_HOMING 4 // (in mm) Raise Z axis before homing (G28) for Z probe clearance.
|
||||||
// Be sure you have this distance over your Z_MAX_POS in case.
|
// Be sure you have this distance over your Z_MAX_POS in case.
|
||||||
|
@ -503,11 +503,26 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the l
|
|||||||
|
|
||||||
#endif // AUTO_BED_LEVELING_GRID
|
#endif // AUTO_BED_LEVELING_GRID
|
||||||
|
|
||||||
// Offsets to the Z probe relative to the nozzle tip.
|
// 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.
|
||||||
#define X_PROBE_OFFSET_FROM_EXTRUDER -25 // Z probe to nozzle X offset: -left +right
|
//
|
||||||
#define Y_PROBE_OFFSET_FROM_EXTRUDER -29 // Z probe to nozzle Y offset: -front +behind
|
// In the following example the X and Y offsets are both positive:
|
||||||
#define Z_PROBE_OFFSET_FROM_EXTRUDER -12.35 // Z probe to nozzle Z offset: -below (always!)
|
// #define X_PROBE_OFFSET_FROM_EXTRUDER 10
|
||||||
|
// #define Y_PROBE_OFFSET_FROM_EXTRUDER 10
|
||||||
|
//
|
||||||
|
// +-- BACK ---+
|
||||||
|
// | |
|
||||||
|
// L | (+) P | R <-- probe (20,20)
|
||||||
|
// E | | I
|
||||||
|
// F | (-) N (+) | G <-- nozzle (10,10)
|
||||||
|
// T | | H
|
||||||
|
// | (-) | T
|
||||||
|
// | |
|
||||||
|
// O-- FRONT --+
|
||||||
|
// (0,0)
|
||||||
|
#define X_PROBE_OFFSET_FROM_EXTRUDER -25 // X offset: -left [of the nozzle] +right
|
||||||
|
#define Y_PROBE_OFFSET_FROM_EXTRUDER -29 // Z offset: -front [of the nozzle] +behind
|
||||||
|
#define Z_PROBE_OFFSET_FROM_EXTRUDER -12.35 // Z offset: -below [the nozzle] (always negative!)
|
||||||
|
|
||||||
#define Z_RAISE_BEFORE_HOMING 4 // (in mm) Raise Z axis before homing (G28) for Z probe clearance.
|
#define Z_RAISE_BEFORE_HOMING 4 // (in mm) Raise Z axis before homing (G28) for Z probe clearance.
|
||||||
// Be sure you have this distance over your Z_MAX_POS in case.
|
// Be sure you have this distance over your Z_MAX_POS in case.
|
||||||
|
@ -489,11 +489,26 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the l
|
|||||||
|
|
||||||
#endif // AUTO_BED_LEVELING_GRID
|
#endif // AUTO_BED_LEVELING_GRID
|
||||||
|
|
||||||
// Offsets to the Z probe relative to the nozzle tip.
|
// 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.
|
||||||
#define X_PROBE_OFFSET_FROM_EXTRUDER -25 // Z probe to nozzle X offset: -left +right
|
//
|
||||||
#define Y_PROBE_OFFSET_FROM_EXTRUDER -29 // Z probe to nozzle Y offset: -front +behind
|
// In the following example the X and Y offsets are both positive:
|
||||||
#define Z_PROBE_OFFSET_FROM_EXTRUDER -12.35 // Z probe to nozzle Z offset: -below (always!)
|
// #define X_PROBE_OFFSET_FROM_EXTRUDER 10
|
||||||
|
// #define Y_PROBE_OFFSET_FROM_EXTRUDER 10
|
||||||
|
//
|
||||||
|
// +-- BACK ---+
|
||||||
|
// | |
|
||||||
|
// L | (+) P | R <-- probe (20,20)
|
||||||
|
// E | | I
|
||||||
|
// F | (-) N (+) | G <-- nozzle (10,10)
|
||||||
|
// T | | H
|
||||||
|
// | (-) | T
|
||||||
|
// | |
|
||||||
|
// O-- FRONT --+
|
||||||
|
// (0,0)
|
||||||
|
#define X_PROBE_OFFSET_FROM_EXTRUDER -25 // X offset: -left [of the nozzle] +right
|
||||||
|
#define Y_PROBE_OFFSET_FROM_EXTRUDER -29 // Z offset: -front [of the nozzle] +behind
|
||||||
|
#define Z_PROBE_OFFSET_FROM_EXTRUDER -12.35 // Z offset: -below [the nozzle] (always negative!)
|
||||||
|
|
||||||
#define Z_RAISE_BEFORE_HOMING 4 // (in mm) Raise Z axis before homing (G28) for Z probe clearance.
|
#define Z_RAISE_BEFORE_HOMING 4 // (in mm) Raise Z axis before homing (G28) for Z probe clearance.
|
||||||
// Be sure you have this distance over your Z_MAX_POS in case.
|
// Be sure you have this distance over your Z_MAX_POS in case.
|
||||||
|
@ -479,11 +479,26 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the l
|
|||||||
|
|
||||||
#endif // AUTO_BED_LEVELING_GRID
|
#endif // AUTO_BED_LEVELING_GRID
|
||||||
|
|
||||||
// Offsets to the Z probe relative to the nozzle tip.
|
// 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.
|
||||||
#define X_PROBE_OFFSET_FROM_EXTRUDER -25 // Z probe to nozzle X offset: -left +right
|
//
|
||||||
#define Y_PROBE_OFFSET_FROM_EXTRUDER -29 // Z probe to nozzle Y offset: -front +behind
|
// In the following example the X and Y offsets are both positive:
|
||||||
#define Z_PROBE_OFFSET_FROM_EXTRUDER -12.35 // Z probe to nozzle Z offset: -below (always!)
|
// #define X_PROBE_OFFSET_FROM_EXTRUDER 10
|
||||||
|
// #define Y_PROBE_OFFSET_FROM_EXTRUDER 10
|
||||||
|
//
|
||||||
|
// +-- BACK ---+
|
||||||
|
// | |
|
||||||
|
// L | (+) P | R <-- probe (20,20)
|
||||||
|
// E | | I
|
||||||
|
// F | (-) N (+) | G <-- nozzle (10,10)
|
||||||
|
// T | | H
|
||||||
|
// | (-) | T
|
||||||
|
// | |
|
||||||
|
// O-- FRONT --+
|
||||||
|
// (0,0)
|
||||||
|
#define X_PROBE_OFFSET_FROM_EXTRUDER -25 // X offset: -left [of the nozzle] +right
|
||||||
|
#define Y_PROBE_OFFSET_FROM_EXTRUDER -29 // Z offset: -front [of the nozzle] +behind
|
||||||
|
#define Z_PROBE_OFFSET_FROM_EXTRUDER -12.35 // Z offset: -below [the nozzle] (always negative!)
|
||||||
|
|
||||||
#define Z_RAISE_BEFORE_HOMING 4 // (in mm) Raise Z axis before homing (G28) for Z probe clearance.
|
#define Z_RAISE_BEFORE_HOMING 4 // (in mm) Raise Z axis before homing (G28) for Z probe clearance.
|
||||||
// Be sure you have this distance over your Z_MAX_POS in case.
|
// Be sure you have this distance over your Z_MAX_POS in case.
|
||||||
|
@ -496,11 +496,26 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the l
|
|||||||
|
|
||||||
#endif // AUTO_BED_LEVELING_GRID
|
#endif // AUTO_BED_LEVELING_GRID
|
||||||
|
|
||||||
// Offsets to the Z probe relative to the nozzle tip.
|
// 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.
|
||||||
#define X_PROBE_OFFSET_FROM_EXTRUDER -25 // Z probe to nozzle X offset: -left +right
|
//
|
||||||
#define Y_PROBE_OFFSET_FROM_EXTRUDER -29 // Z probe to nozzle Y offset: -front +behind
|
// In the following example the X and Y offsets are both positive:
|
||||||
#define Z_PROBE_OFFSET_FROM_EXTRUDER -12.35 // Z probe to nozzle Z offset: -below (always!)
|
// #define X_PROBE_OFFSET_FROM_EXTRUDER 10
|
||||||
|
// #define Y_PROBE_OFFSET_FROM_EXTRUDER 10
|
||||||
|
//
|
||||||
|
// +-- BACK ---+
|
||||||
|
// | |
|
||||||
|
// L | (+) P | R <-- probe (20,20)
|
||||||
|
// E | | I
|
||||||
|
// F | (-) N (+) | G <-- nozzle (10,10)
|
||||||
|
// T | | H
|
||||||
|
// | (-) | T
|
||||||
|
// | |
|
||||||
|
// O-- FRONT --+
|
||||||
|
// (0,0)
|
||||||
|
#define X_PROBE_OFFSET_FROM_EXTRUDER -25 // X offset: -left [of the nozzle] +right
|
||||||
|
#define Y_PROBE_OFFSET_FROM_EXTRUDER -29 // Z offset: -front [of the nozzle] +behind
|
||||||
|
#define Z_PROBE_OFFSET_FROM_EXTRUDER -12.35 // Z offset: -below [the nozzle] (always negative!)
|
||||||
|
|
||||||
//#define Z_RAISE_BEFORE_HOMING 4 // (in mm) Raise Z axis before homing (G28) for Z probe clearance.
|
//#define Z_RAISE_BEFORE_HOMING 4 // (in mm) Raise Z axis before homing (G28) for Z probe clearance.
|
||||||
// Be sure you have this distance over your Z_MAX_POS in case.
|
// Be sure you have this distance over your Z_MAX_POS in case.
|
||||||
|
@ -507,11 +507,26 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the l
|
|||||||
|
|
||||||
#endif // AUTO_BED_LEVELING_GRID
|
#endif // AUTO_BED_LEVELING_GRID
|
||||||
|
|
||||||
// Offsets to the Z probe relative to the nozzle tip.
|
// 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.
|
||||||
#define X_PROBE_OFFSET_FROM_EXTRUDER -25 // Z probe to nozzle X offset: -left +right
|
//
|
||||||
#define Y_PROBE_OFFSET_FROM_EXTRUDER -29 // Z probe to nozzle Y offset: -front +behind
|
// In the following example the X and Y offsets are both positive:
|
||||||
#define Z_PROBE_OFFSET_FROM_EXTRUDER -12.35 // Z probe to nozzle Z offset: -below (always!)
|
// #define X_PROBE_OFFSET_FROM_EXTRUDER 10
|
||||||
|
// #define Y_PROBE_OFFSET_FROM_EXTRUDER 10
|
||||||
|
//
|
||||||
|
// +-- BACK ---+
|
||||||
|
// | |
|
||||||
|
// L | (+) P | R <-- probe (20,20)
|
||||||
|
// E | | I
|
||||||
|
// F | (-) N (+) | G <-- nozzle (10,10)
|
||||||
|
// T | | H
|
||||||
|
// | (-) | T
|
||||||
|
// | |
|
||||||
|
// O-- FRONT --+
|
||||||
|
// (0,0)
|
||||||
|
#define X_PROBE_OFFSET_FROM_EXTRUDER -25 // X offset: -left [of the nozzle] +right
|
||||||
|
#define Y_PROBE_OFFSET_FROM_EXTRUDER -29 // Z offset: -front [of the nozzle] +behind
|
||||||
|
#define Z_PROBE_OFFSET_FROM_EXTRUDER -12.35 // Z offset: -below [the nozzle] (always negative!)
|
||||||
|
|
||||||
#define Z_RAISE_BEFORE_HOMING 4 // (in mm) Raise Z axis before homing (G28) for Z probe clearance.
|
#define Z_RAISE_BEFORE_HOMING 4 // (in mm) Raise Z axis before homing (G28) for Z probe clearance.
|
||||||
// Be sure you have this distance over your Z_MAX_POS in case.
|
// Be sure you have this distance over your Z_MAX_POS in case.
|
||||||
|
@ -480,11 +480,26 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = true; // set to true to invert the lo
|
|||||||
|
|
||||||
#endif // AUTO_BED_LEVELING_GRID
|
#endif // AUTO_BED_LEVELING_GRID
|
||||||
|
|
||||||
// Offsets to the Z probe relative to the nozzle tip.
|
// 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.
|
||||||
#define X_PROBE_OFFSET_FROM_EXTRUDER -25 // Z probe to nozzle X offset: -left +right
|
//
|
||||||
#define Y_PROBE_OFFSET_FROM_EXTRUDER -29 // Z probe to nozzle Y offset: -front +behind
|
// In the following example the X and Y offsets are both positive:
|
||||||
#define Z_PROBE_OFFSET_FROM_EXTRUDER -12.35 // Z probe to nozzle Z offset: -below (always!)
|
// #define X_PROBE_OFFSET_FROM_EXTRUDER 10
|
||||||
|
// #define Y_PROBE_OFFSET_FROM_EXTRUDER 10
|
||||||
|
//
|
||||||
|
// +-- BACK ---+
|
||||||
|
// | |
|
||||||
|
// L | (+) P | R <-- probe (20,20)
|
||||||
|
// E | | I
|
||||||
|
// F | (-) N (+) | G <-- nozzle (10,10)
|
||||||
|
// T | | H
|
||||||
|
// | (-) | T
|
||||||
|
// | |
|
||||||
|
// O-- FRONT --+
|
||||||
|
// (0,0)
|
||||||
|
#define X_PROBE_OFFSET_FROM_EXTRUDER -25 // X offset: -left [of the nozzle] +right
|
||||||
|
#define Y_PROBE_OFFSET_FROM_EXTRUDER -29 // Z offset: -front [of the nozzle] +behind
|
||||||
|
#define Z_PROBE_OFFSET_FROM_EXTRUDER -12.35 // Z offset: -below [the nozzle] (always negative!)
|
||||||
|
|
||||||
#define Z_RAISE_BEFORE_HOMING 4 // (in mm) Raise Z axis before homing (G28) for Z probe clearance.
|
#define Z_RAISE_BEFORE_HOMING 4 // (in mm) Raise Z axis before homing (G28) for Z probe clearance.
|
||||||
// Be sure you have this distance over your Z_MAX_POS in case.
|
// Be sure you have this distance over your Z_MAX_POS in case.
|
||||||
|
@ -489,11 +489,26 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the l
|
|||||||
|
|
||||||
#endif // AUTO_BED_LEVELING_GRID
|
#endif // AUTO_BED_LEVELING_GRID
|
||||||
|
|
||||||
// Offsets to the Z probe relative to the nozzle tip.
|
// 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.
|
||||||
#define X_PROBE_OFFSET_FROM_EXTRUDER -25 // Z probe to nozzle X offset: -left +right
|
//
|
||||||
#define Y_PROBE_OFFSET_FROM_EXTRUDER -29 // Z probe to nozzle Y offset: -front +behind
|
// In the following example the X and Y offsets are both positive:
|
||||||
#define Z_PROBE_OFFSET_FROM_EXTRUDER -12.35 // Z probe to nozzle Z offset: -below (always!)
|
// #define X_PROBE_OFFSET_FROM_EXTRUDER 10
|
||||||
|
// #define Y_PROBE_OFFSET_FROM_EXTRUDER 10
|
||||||
|
//
|
||||||
|
// +-- BACK ---+
|
||||||
|
// | |
|
||||||
|
// L | (+) P | R <-- probe (20,20)
|
||||||
|
// E | | I
|
||||||
|
// F | (-) N (+) | G <-- nozzle (10,10)
|
||||||
|
// T | | H
|
||||||
|
// | (-) | T
|
||||||
|
// | |
|
||||||
|
// O-- FRONT --+
|
||||||
|
// (0,0)
|
||||||
|
#define X_PROBE_OFFSET_FROM_EXTRUDER -25 // X offset: -left [of the nozzle] +right
|
||||||
|
#define Y_PROBE_OFFSET_FROM_EXTRUDER -29 // Z offset: -front [of the nozzle] +behind
|
||||||
|
#define Z_PROBE_OFFSET_FROM_EXTRUDER -12.35 // Z offset: -below [the nozzle] (always negative!)
|
||||||
|
|
||||||
#define Z_RAISE_BEFORE_HOMING 4 // (in mm) Raise Z axis before homing (G28) for Z probe clearance.
|
#define Z_RAISE_BEFORE_HOMING 4 // (in mm) Raise Z axis before homing (G28) for Z probe clearance.
|
||||||
// Be sure you have this distance over your Z_MAX_POS in case.
|
// Be sure you have this distance over your Z_MAX_POS in case.
|
||||||
|
@ -527,11 +527,26 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = true; // set to true to invert the lo
|
|||||||
|
|
||||||
#endif // AUTO_BED_LEVELING_GRID
|
#endif // AUTO_BED_LEVELING_GRID
|
||||||
|
|
||||||
// Offsets to the Z probe relative to the nozzle tip.
|
// 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.
|
||||||
#define X_PROBE_OFFSET_FROM_EXTRUDER 0 // Z probe to nozzle X offset: -left +right
|
//
|
||||||
#define Y_PROBE_OFFSET_FROM_EXTRUDER -10 // Z probe to nozzle Y offset: -front +behind
|
// In the following example the X and Y offsets are both positive:
|
||||||
#define Z_PROBE_OFFSET_FROM_EXTRUDER -3.5 // Z probe to nozzle Z offset: -below (always!)
|
// #define X_PROBE_OFFSET_FROM_EXTRUDER 10
|
||||||
|
// #define Y_PROBE_OFFSET_FROM_EXTRUDER 10
|
||||||
|
//
|
||||||
|
// +-- BACK ---+
|
||||||
|
// | |
|
||||||
|
// L | (+) P | R <-- probe (20,20)
|
||||||
|
// E | | I
|
||||||
|
// F | (-) N (+) | G <-- nozzle (10,10)
|
||||||
|
// T | | H
|
||||||
|
// | (-) | T
|
||||||
|
// | |
|
||||||
|
// O-- FRONT --+
|
||||||
|
// (0,0)
|
||||||
|
#define X_PROBE_OFFSET_FROM_EXTRUDER 0 // X offset: -left [of the nozzle] +right
|
||||||
|
#define Y_PROBE_OFFSET_FROM_EXTRUDER -10 // Z offset: -front [of the nozzle] +behind
|
||||||
|
#define Z_PROBE_OFFSET_FROM_EXTRUDER -3.5 // Z offset: -below [the nozzle] (always negative!)
|
||||||
|
|
||||||
#define Z_RAISE_BEFORE_HOMING 4 // (in mm) Raise Z axis before homing (G28) for Z probe clearance.
|
#define Z_RAISE_BEFORE_HOMING 4 // (in mm) Raise Z axis before homing (G28) for Z probe clearance.
|
||||||
// Be sure you have this distance over your Z_MAX_POS in case.
|
// Be sure you have this distance over your Z_MAX_POS in case.
|
||||||
|
@ -528,8 +528,23 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = true; // set to true to invert the lo
|
|||||||
|
|
||||||
#endif // AUTO_BED_LEVELING_GRID
|
#endif // AUTO_BED_LEVELING_GRID
|
||||||
|
|
||||||
// Offsets to the Z probe relative to the nozzle tip.
|
// 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:
|
||||||
|
// #define X_PROBE_OFFSET_FROM_EXTRUDER 10
|
||||||
|
// #define Y_PROBE_OFFSET_FROM_EXTRUDER 10
|
||||||
|
//
|
||||||
|
// +-- BACK ---+
|
||||||
|
// | |
|
||||||
|
// L | (+) P | R <-- probe (20,20)
|
||||||
|
// E | | I
|
||||||
|
// F | (-) N (+) | G <-- nozzle (10,10)
|
||||||
|
// T | | H
|
||||||
|
// | (-) | T
|
||||||
|
// | |
|
||||||
|
// O-- FRONT --+
|
||||||
|
// (0,0)
|
||||||
#define X_PROBE_OFFSET_FROM_EXTRUDER 0 // Z probe to nozzle X offset: -left +right
|
#define X_PROBE_OFFSET_FROM_EXTRUDER 0 // Z probe to nozzle X offset: -left +right
|
||||||
#define Y_PROBE_OFFSET_FROM_EXTRUDER -10 // Z probe to nozzle Y offset: -front +behind
|
#define Y_PROBE_OFFSET_FROM_EXTRUDER -10 // Z probe to nozzle Y offset: -front +behind
|
||||||
#define Z_PROBE_OFFSET_FROM_EXTRUDER -3.5 // Z probe to nozzle Z offset: -below (always!)
|
#define Z_PROBE_OFFSET_FROM_EXTRUDER -3.5 // Z probe to nozzle Z offset: -below (always!)
|
||||||
|
@ -528,11 +528,26 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the l
|
|||||||
|
|
||||||
#endif // AUTO_BED_LEVELING_GRID
|
#endif // AUTO_BED_LEVELING_GRID
|
||||||
|
|
||||||
// Offsets to the Z probe relative to the nozzle tip.
|
// 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.
|
||||||
#define X_PROBE_OFFSET_FROM_EXTRUDER 0 // Z probe to nozzle X offset: -left +right
|
//
|
||||||
#define Y_PROBE_OFFSET_FROM_EXTRUDER -10 // Z probe to nozzle Y offset: -front +behind
|
// In the following example the X and Y offsets are both positive:
|
||||||
#define Z_PROBE_OFFSET_FROM_EXTRUDER -3.5 // Z probe to nozzle Z offset: -below (always!)
|
// #define X_PROBE_OFFSET_FROM_EXTRUDER 10
|
||||||
|
// #define Y_PROBE_OFFSET_FROM_EXTRUDER 10
|
||||||
|
//
|
||||||
|
// +-- BACK ---+
|
||||||
|
// | |
|
||||||
|
// L | (+) P | R <-- probe (20,20)
|
||||||
|
// E | | I
|
||||||
|
// F | (-) N (+) | G <-- nozzle (10,10)
|
||||||
|
// T | | H
|
||||||
|
// | (-) | T
|
||||||
|
// | |
|
||||||
|
// O-- FRONT --+
|
||||||
|
// (0,0)
|
||||||
|
#define X_PROBE_OFFSET_FROM_EXTRUDER 0 // X offset: -left [of the nozzle] +right
|
||||||
|
#define Y_PROBE_OFFSET_FROM_EXTRUDER -10 // Z offset: -front [of the nozzle] +behind
|
||||||
|
#define Z_PROBE_OFFSET_FROM_EXTRUDER -3.5 // Z offset: -below [the nozzle] (always negative!)
|
||||||
|
|
||||||
#define Z_RAISE_BEFORE_HOMING 15 // (in mm) Raise Z axis before homing (G28) for Z probe clearance.
|
#define Z_RAISE_BEFORE_HOMING 15 // (in mm) Raise Z axis before homing (G28) for Z probe clearance.
|
||||||
// Be sure you have this distance over your Z_MAX_POS in case.
|
// Be sure you have this distance over your Z_MAX_POS in case.
|
||||||
|
@ -515,8 +515,23 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the l
|
|||||||
|
|
||||||
#endif // AUTO_BED_LEVELING_GRID
|
#endif // AUTO_BED_LEVELING_GRID
|
||||||
|
|
||||||
// Offsets to the Z probe relative to the nozzle tip.
|
// 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:
|
||||||
|
// #define X_PROBE_OFFSET_FROM_EXTRUDER 10
|
||||||
|
// #define Y_PROBE_OFFSET_FROM_EXTRUDER 10
|
||||||
|
//
|
||||||
|
// +-- BACK ---+
|
||||||
|
// | |
|
||||||
|
// L | (+) P | R <-- probe (20,20)
|
||||||
|
// E | | I
|
||||||
|
// F | (-) N (+) | G <-- nozzle (10,10)
|
||||||
|
// T | | H
|
||||||
|
// | (-) | T
|
||||||
|
// | |
|
||||||
|
// O-- FRONT --+
|
||||||
|
// (0,0)
|
||||||
#define X_PROBE_OFFSET_FROM_EXTRUDER -23 // KosselPro actual: -22.919
|
#define X_PROBE_OFFSET_FROM_EXTRUDER -23 // KosselPro actual: -22.919
|
||||||
#define Y_PROBE_OFFSET_FROM_EXTRUDER -6 // KosselPro actual: -6.304
|
#define Y_PROBE_OFFSET_FROM_EXTRUDER -6 // KosselPro actual: -6.304
|
||||||
// Kossel Pro note: The correct value is likely -17.45 but I'd rather err on the side of
|
// Kossel Pro note: The correct value is likely -17.45 but I'd rather err on the side of
|
||||||
|
@ -520,11 +520,26 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the l
|
|||||||
|
|
||||||
#endif // AUTO_BED_LEVELING_GRID
|
#endif // AUTO_BED_LEVELING_GRID
|
||||||
|
|
||||||
// Offsets to the Z probe relative to the nozzle tip.
|
// 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.
|
||||||
#define X_PROBE_OFFSET_FROM_EXTRUDER 0.0 // Z probe to nozzle X offset: -left +right
|
//
|
||||||
#define Y_PROBE_OFFSET_FROM_EXTRUDER 0.0 // Z probe to nozzle Y offset: -front +behind
|
// In the following example the X and Y offsets are both positive:
|
||||||
#define Z_PROBE_OFFSET_FROM_EXTRUDER 0.3 // Z probe to nozzle Z offset: -below (always!)
|
// #define X_PROBE_OFFSET_FROM_EXTRUDER 10
|
||||||
|
// #define Y_PROBE_OFFSET_FROM_EXTRUDER 10
|
||||||
|
//
|
||||||
|
// +-- BACK ---+
|
||||||
|
// | |
|
||||||
|
// L | (+) P | R <-- probe (20,20)
|
||||||
|
// E | | I
|
||||||
|
// F | (-) N (+) | G <-- nozzle (10,10)
|
||||||
|
// T | | H
|
||||||
|
// | (-) | T
|
||||||
|
// | |
|
||||||
|
// O-- FRONT --+
|
||||||
|
// (0,0)
|
||||||
|
#define X_PROBE_OFFSET_FROM_EXTRUDER 0.0 // X offset: -left [of the nozzle] +right
|
||||||
|
#define Y_PROBE_OFFSET_FROM_EXTRUDER 0.0 // Z offset: -front [of the nozzle] +behind
|
||||||
|
#define Z_PROBE_OFFSET_FROM_EXTRUDER 0.3 // Z offset: -below [the nozzle] (always negative!)
|
||||||
|
|
||||||
#define Z_RAISE_BEFORE_HOMING 7 // (in mm) Raise Z axis before homing (G28) for Z probe clearance.
|
#define Z_RAISE_BEFORE_HOMING 7 // (in mm) Raise Z axis before homing (G28) for Z probe clearance.
|
||||||
// Be sure you have this distance over your Z_MAX_POS in case.
|
// Be sure you have this distance over your Z_MAX_POS in case.
|
||||||
@ -617,7 +632,7 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the l
|
|||||||
#define HOMING_FEEDRATE {60*60, 60*60, 60*60, 0} // set the homing speeds (mm/min)
|
#define HOMING_FEEDRATE {60*60, 60*60, 60*60, 0} // set the homing speeds (mm/min)
|
||||||
|
|
||||||
// default settings
|
// default settings
|
||||||
#define XYZ_FULL_STEPS_PER_ROTATION 200
|
#define XYZ_FULL_STEPS_PER_ROTATION 200
|
||||||
#define XYZ_MICROSTEPS 16
|
#define XYZ_MICROSTEPS 16
|
||||||
#define XYZ_BELT_PITCH 2
|
#define XYZ_BELT_PITCH 2
|
||||||
#define XYZ_PULLEY_TEETH 16
|
#define XYZ_PULLEY_TEETH 16
|
||||||
@ -779,7 +794,7 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the l
|
|||||||
|
|
||||||
// Panucatt VIKI LCD with status LEDs, integrated click & L/R/U/P buttons, separate encoder inputs
|
// Panucatt VIKI LCD with status LEDs, integrated click & L/R/U/P buttons, separate encoder inputs
|
||||||
//#define LCD_I2C_VIKI
|
//#define LCD_I2C_VIKI
|
||||||
|
|
||||||
// SSD1306 OLED generic display support
|
// SSD1306 OLED generic display support
|
||||||
// ==> REMEMBER TO INSTALL U8glib to your ARDUINO library folder: http://code.google.com/p/u8glib/wiki/u8glib
|
// ==> REMEMBER TO INSTALL U8glib to your ARDUINO library folder: http://code.google.com/p/u8glib/wiki/u8glib
|
||||||
//#define U8GLIB_SSD1306
|
//#define U8GLIB_SSD1306
|
||||||
|
@ -491,11 +491,26 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the l
|
|||||||
|
|
||||||
#endif // AUTO_BED_LEVELING_GRID
|
#endif // AUTO_BED_LEVELING_GRID
|
||||||
|
|
||||||
// Offsets to the Z probe relative to the nozzle tip.
|
// 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.
|
||||||
#define X_PROBE_OFFSET_FROM_EXTRUDER -25 // Z probe to nozzle X offset: -left +right
|
//
|
||||||
#define Y_PROBE_OFFSET_FROM_EXTRUDER -29 // Z probe to nozzle Y offset: -front +behind
|
// In the following example the X and Y offsets are both positive:
|
||||||
#define Z_PROBE_OFFSET_FROM_EXTRUDER -12.35 // Z probe to nozzle Z offset: -below (always!)
|
// #define X_PROBE_OFFSET_FROM_EXTRUDER 10
|
||||||
|
// #define Y_PROBE_OFFSET_FROM_EXTRUDER 10
|
||||||
|
//
|
||||||
|
// +-- BACK ---+
|
||||||
|
// | |
|
||||||
|
// L | (+) P | R <-- probe (20,20)
|
||||||
|
// E | | I
|
||||||
|
// F | (-) N (+) | G <-- nozzle (10,10)
|
||||||
|
// T | | H
|
||||||
|
// | (-) | T
|
||||||
|
// | |
|
||||||
|
// O-- FRONT --+
|
||||||
|
// (0,0)
|
||||||
|
#define X_PROBE_OFFSET_FROM_EXTRUDER -25 // X offset: -left [of the nozzle] +right
|
||||||
|
#define Y_PROBE_OFFSET_FROM_EXTRUDER -29 // Z offset: -front [of the nozzle] +behind
|
||||||
|
#define Z_PROBE_OFFSET_FROM_EXTRUDER -12.35 // Z offset: -below [the nozzle] (always negative!)
|
||||||
|
|
||||||
#define Z_RAISE_BEFORE_HOMING 4 // (in mm) Raise Z axis before homing (G28) for Z probe clearance.
|
#define Z_RAISE_BEFORE_HOMING 4 // (in mm) Raise Z axis before homing (G28) for Z probe clearance.
|
||||||
// Be sure you have this distance over your Z_MAX_POS in case.
|
// Be sure you have this distance over your Z_MAX_POS in case.
|
||||||
|
@ -479,11 +479,26 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = true; // set to true to invert the lo
|
|||||||
|
|
||||||
#endif // AUTO_BED_LEVELING_GRID
|
#endif // AUTO_BED_LEVELING_GRID
|
||||||
|
|
||||||
// Offsets to the Z probe relative to the nozzle tip.
|
// 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.
|
||||||
#define X_PROBE_OFFSET_FROM_EXTRUDER -25 // Z probe to nozzle X offset: -left +right
|
//
|
||||||
#define Y_PROBE_OFFSET_FROM_EXTRUDER -29 // Z probe to nozzle Y offset: -front +behind
|
// In the following example the X and Y offsets are both positive:
|
||||||
#define Z_PROBE_OFFSET_FROM_EXTRUDER -12.35 // Z probe to nozzle Z offset: -below (always!)
|
// #define X_PROBE_OFFSET_FROM_EXTRUDER 10
|
||||||
|
// #define Y_PROBE_OFFSET_FROM_EXTRUDER 10
|
||||||
|
//
|
||||||
|
// +-- BACK ---+
|
||||||
|
// | |
|
||||||
|
// L | (+) P | R <-- probe (20,20)
|
||||||
|
// E | | I
|
||||||
|
// F | (-) N (+) | G <-- nozzle (10,10)
|
||||||
|
// T | | H
|
||||||
|
// | (-) | T
|
||||||
|
// | |
|
||||||
|
// O-- FRONT --+
|
||||||
|
// (0,0)
|
||||||
|
#define X_PROBE_OFFSET_FROM_EXTRUDER -25 // X offset: -left [of the nozzle] +right
|
||||||
|
#define Y_PROBE_OFFSET_FROM_EXTRUDER -29 // Z offset: -front [of the nozzle] +behind
|
||||||
|
#define Z_PROBE_OFFSET_FROM_EXTRUDER -12.35 // Z offset: -below [the nozzle] (always negative!)
|
||||||
|
|
||||||
#define Z_RAISE_BEFORE_HOMING 4 // (in mm) Raise Z axis before homing (G28) for Z probe clearance.
|
#define Z_RAISE_BEFORE_HOMING 4 // (in mm) Raise Z axis before homing (G28) for Z probe clearance.
|
||||||
// Be sure you have this distance over your Z_MAX_POS in case.
|
// Be sure you have this distance over your Z_MAX_POS in case.
|
||||||
|
Loading…
Reference in New Issue
Block a user