Creality Ender 5 Pro Config Updates#134
Closed
boxman0617 wants to merge 3 commits intoMarlinFirmware:import-2.0.xfrom
Closed
Creality Ender 5 Pro Config Updates#134boxman0617 wants to merge 3 commits intoMarlinFirmware:import-2.0.xfrom
boxman0617 wants to merge 3 commits intoMarlinFirmware:import-2.0.xfrom
Conversation
- Fixed error w/ X_HOME_BUMP_MM not being found - Configured home to match factory bottom left - Updates to Preheat Constants to match standard temperatures
Member
|
The configuration here is not intended to be compatible with 2.0.5.3. |
Member
|
We'll need confirmation and signoff from the original creator of MarlinFirmware/Marlin#16221 which is @thisiskeithb . |
Contributor
|
These changes aren’t correct since Creality ships the Ender-5 with Ender-3 settings, which sets 0,0 to the back right corner, not the front left corner. The machine homes to both X and Y max (where the endstops are located), not min. This has been discussed in the main Marlin repo before (I'm failing to find the thread at the moment), but we should be providing configs with proper settings. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Requirements
Description
When first compiling the Ender 5 Pro configuration files for the latest Marlin 2.0.5.3.
A quick search lead me to this: MarlinFirmware/Marlin#17594
So I fixed it in this configuration file
After flashing Marlin 2.0.5.3 to my Ender 5 Pro with the configurations I am attempting to change, factory homing all of the axes would result in the correct position after hitting the endspots, but after prints where completed the ender would travel to the opposite side (top right).
These changes make it so the X and Y Steppers are NOT inverted and changes the direction of endstops when homing to MIN so we would still home to the factory default (bottom left) and also everything is printed in the correct orientation and the home position is correct on competition.
I have noticed a lot of PLA plastics being set to these temperatures for this machine, so I changed them as I had to keep editing it manually.
Benefits
Related Issues
MarlinFirmware/Marlin#17594