3D Printing

Replace the Ender 3 Hotend with an All-Metal Hotend

Comments (3)
  1. jbernardo says:

    Hi, where do you change the offset in marlin? If I change the X_MIN and Y_MIN, it decides to also reduce the size of the bed.

  2. Keiran says:

    Are you using Marlin 2.0?

    Do not change X or Y Min, they should be 0. Instead once you get your offset numbers for X and Y (for me that was 4 and -19) .

    You then want to find this spot which is commented “Manually set the home position.” and add the offsets there like this.
    #define MANUAL_X_HOME_POS 4
    #define MANUAL_Y_HOME_POS -19

    Make sure you clear you eeprom after flashing the new firmware, I have seen issues with it remembering your old offsets if you don’t do that step.

  3. jbernardo says:

    Thank you so much! I didn’t get a notification of your reply, it was luck that brought me back here.

Leave a Reply

Your email address will not be published. Required fields are marked *