I recently went form Marlin 1.1.8 to Marlin 2.1.2 for better stepper support and am now struggling with bed postioning and lineair probing.
I'm now using the following settings in configuration.h:
Probing gets the following first three positons:
X46 Y20 (should be X56, Y is oke)
X146 Y20
X245 Y20
Homing Z gives me: X146 Y115, while this should be (nozzle wise spoken): X120 Y115
With the nozzle on X home position, the bed edge is at about 17 mm to the right of it.
Question: can anybody point me to the correct values for Z homing and lineair probing?
Z homing should be at X120
First probing should be on X56
Been struggling for days now and tried several different values here and there, but must be overlooking something (simple?) and guessing won't get me any further, it seems :S
I'm now using the following settings in configuration.h:
#define NOZZLE_TO_PROBE_OFFSET { -36, -10, 1 } ///Probe is left and in front of the nozzle #define PROBING_MARGIN 10 #define MULTIPLE_PROBING 2 #define X_HOME_DIR -1 #define Y_HOME_DIR -1 #define Z_HOME_DIR -1 #define X_BED_SIZE 220 #define Y_BED_SIZE 210 /// (Due to the X carriage the nozzle can't reach the whole bed in Y direction) #define X_MIN_POS 0 #define Y_MIN_POS 0 #define X_MAX_POS 245 #define Y_MAX_POS 218 #define AUTO_BED_LEVELING_LINEAR #define GRID_MAX_POINTS_X 3 #define BED_CENTER_AT_120_105
Probing gets the following first three positons:
X46 Y20 (should be X56, Y is oke)
X146 Y20
X245 Y20
Homing Z gives me: X146 Y115, while this should be (nozzle wise spoken): X120 Y115
With the nozzle on X home position, the bed edge is at about 17 mm to the right of it.
Question: can anybody point me to the correct values for Z homing and lineair probing?
Z homing should be at X120
First probing should be on X56
Been struggling for days now and tried several different values here and there, but must be overlooking something (simple?) and guessing won't get me any further, it seems :S