endorphin3d / endorphin

The Ender 5 as it should be
MIT License
26 stars 2 forks source link

Endorphin on Ender 5 plus #13

Open Stenli37 opened 3 weeks ago

Stenli37 commented 3 weeks ago

Hi. I did stage 1 and 2 simultaneously and will do stage 3 eventually. So I got MGN12H 450mm linear rails and 5 meter belt, everything else stayed the same as in the guide. Firstly, I printed all the parts without any changes, but after disassembling everything I discovered that the rail doesn't fit on the right inside because of the Z-axis rods being mounted to an additional side rail/gantry. So I removed it and the printer worked ok enough to print a modified version of the y mount (https://www.thingiverse.com/thing:6803371/files) (idk how to upload stl files here, sorry). I have it printed and everything fits nicely. Other than that, I didn't move the endstops, since there was no need to. I will upload some vids later. As for the firmware, I used this - https://github.com/InsanityAutomation/Marlin/tree/CrealityDwin2.0_Bleeding with this config, because I can use my stock screen, without any changes https://github.com/MarlinFirmware/Configurations/tree/bugfix-2.1.x/config/examples/Creality/Ender-5%20Plus/CrealityV1%20(RELOADED%20UI). In the marlin config file I had to enable the inverse markforge otherwise the printhead would just run in the opposite direction.

define MARKFORGED_XY

//#define MARKFORGED_YX

if ANY(MARKFORGED_XY, MARKFORGED_YX)

define MARKFORGED_INVERSE // Enable for an inverted Markforged kinematics belt path

endif