bigtreetech / SKR-2

195 stars 178 forks source link

Ender 5 pro bed flipped 180 degrees after SKR 2 and TFT 35 e3 v3 install #119

Closed DinWilliam closed 2 years ago

DinWilliam commented 2 years ago

So after i installed my new SKR 2 mainboard the ender 5 parks and start from the lower left corner. I would like to start it from the upper right as it originaly was. It still homes in the upper right direction as it should but it is annoying that it goes straight across the whole bed and kind of blocks the bed after in parks mode. It also seem to be off center in prints so if annyone know how to fix this i would appriciate it. Config files attached

Help.zip

binhamed84 commented 2 years ago

**Hello there,

Maybe you need to edit this commends on "configuration_adv.h" check the code below and try to modify it by your way.**

// // Add the G35 command to read bed corners to help adjust screws. Requires a bed probe. // //#define ASSISTED_TRAMMING

if ENABLED(ASSISTED_TRAMMING)

// Define positions for probe points.

define TRAMMING_POINT_XY { { 20, 20 }, { 180, 20 }, { 180, 180 }, { 20, 180 } }

// Define position names for probe points.

define TRAMMING_POINT_NAME_1 "Front-Left"

define TRAMMING_POINT_NAME_2 "Front-Right"

define TRAMMING_POINT_NAME_3 "Back-Right"

define TRAMMING_POINT_NAME_4 "Back-Left"

define RESTORE_LEVELING_AFTER_G35 // Enable to restore leveling setup after operation

//#define REPORT_TRAMMING_MM // Report Z deviation (mm) for each point relative to the first

//#define ASSISTED_TRAMMING_WIZARD // Add a Tramming Wizard to the LCD menu

//#define ASSISTED_TRAMMING_WAIT_POSITION { X_CENTER, Y_CENTER, 30 } // Move the nozzle out of the way for adjustment

/**

endif

DinWilliam commented 2 years ago

Got it working by just testing a lot of stuff. Cant remember exactily but have moved on to klipper now so have a lot of new troubleshooting to do =) thx for replying