Jump to content

CR10 S5 and SKR Mini E3 V2 Manual Bed Leveling points are very wrong


Furinex

Recommended Posts

Hello all.  I have a CR10 S5 and SKR Mini E3 V2 and Ive found an issue where when I go to Tram my bed, Manual Bed Leveling points are very wrong.  All 4 "Corners" are not in the corners, they are in a 100x100 space on the front left of my bed.  My bed is 500x500.  Its set to this in the marlin firmware.  I even changed the Tramming point coordinates to be accurate in the firmware.    Is there something Im missing here?  Auto-bed Leveling brings my CR in 25 spots on the bed, accurately.  Im not understanding why the Manual Tramming points are incorrect,

Link to comment
Share on other sites

Figured I'd post this here as well, some code that I was referring to:

Tramming points:

#define ASSISTED_TRAMMING
#if ENABLED(ASSISTED_TRAMMING)
 
  // Define positions for probe points.
  #define TRAMMING_POINT_XY { {  30, 30 }, { 470,  30 }, { 470, 470 }, { 30, 470 } }
 
and the bed size:
#define X_BED_SIZE 500
#define Y_BED_SIZE 500
 
// Travel limits (linear=mm, rotational=°) after homing, corresponding to endstop positions.
#define X_MIN_POS 0
#define Y_MIN_POS 0
#define Z_MIN_POS 0
#define X_MAX_POS X_BED_SIZE
#define Y_MAX_POS Y_BED_SIZE
#define Z_MAX_POS 200
 
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...