开源改变世界!!

无法访问此网站#4

推推 grbl 2年前 (2023-02-06) 164次浏览
 Open

Marlin Configuration.h needs additional changes#4

vyruz1986 opened this issue on Jul 10, 2019 · 3 comments

Comments

无法访问此网站#4

After following your instructions here I still had to change the following lines to get the firmware to work correctly:

...
#define INVERT_X_DIR true //Change false to true
...
#define DEFAULT_AXIS_STEPS_PER_UNIT { 80, 80, 400, 93 } //Change 4000 to 400

Without these changes, the X-axis is moving in wrong direction, and steps/mm for Z-axis are way too much (1mm = 1cm movement)

无法访问此网站#4

Did you copy the configs from the Marlin config/examples folder for your printer? My settings seemed to be correct for the Ender 3.

无法访问此网站#4

this is also in the origin marlin repo
MarlinFirmware/Marlin#14594

无法访问此网站#4
syampolsky commented on Nov 29, 2019  

For Ender-5, settings from Marlin/examples folder are the opposite of what’s needed. Here’s what it needs to look like:
#define INVERT_X_DIR false
#define INVERT_Y_DIR false
#define INVERT_Z_DIR true

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects

None yet

Development

No branches or pull requests

4 participants
无法访问此网站#4无法访问此网站#4无法访问此网站#4无法访问此网站#4

喜欢 (0)