I have currently updated to version Marlin 1.9 on my CR-10s. I have enabled manual mesh bed leveling and it works well. So now I was wondering can I use manual mesh bed leveling with dial indicator to measure my Z axis offset. I have been reading though the documentation and configuration file and get the feeling there mutually exclusive, but I am really not sure.
Below are some guess of what I think may need to change to get this to work, any other suggestion or recommendation are very much appreciated.
1. leave Z-axis stop as is.
2. Enable #define MESH_BED_LEVELING
3. Disable //#define PROBE_MANUALLY
4. Enable #define FIX_MOUNTED_PROBE
5. Find the values for:
#define X_PROBE_OFFSET_FROM_EXTRUDER xx
#define Y_PROBE_OFFSET_FROM_EXTRUDER xx
#define Z_PROBE_OFFSET_FROM_EXTRUDER "0"
6. Not sure, but possibly set these
#define X_MIN_POS xx
#define Y_MIN_POS xx
#define Z_MIN_POS xx
#define X_MAX_POS xx
#define Y_MAX_POS xx
#define Z_MAX_POS xx
Below are some guess of what I think may need to change to get this to work, any other suggestion or recommendation are very much appreciated.
1. leave Z-axis stop as is.
2. Enable #define MESH_BED_LEVELING
3. Disable //#define PROBE_MANUALLY
4. Enable #define FIX_MOUNTED_PROBE
5. Find the values for:
#define X_PROBE_OFFSET_FROM_EXTRUDER xx
#define Y_PROBE_OFFSET_FROM_EXTRUDER xx
#define Z_PROBE_OFFSET_FROM_EXTRUDER "0"
6. Not sure, but possibly set these
#define X_MIN_POS xx
#define Y_MIN_POS xx
#define Z_MIN_POS xx
#define X_MAX_POS xx
#define Y_MAX_POS xx
#define Z_MAX_POS xx