Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

🐛 [BUG] - 2.1.x Branch Compile Fixes #161

Open
lemmingDev opened this issue Nov 24, 2023 · 1 comment
Open

🐛 [BUG] - 2.1.x Branch Compile Fixes #161

lemmingDev opened this issue Nov 24, 2023 · 1 comment
Labels
bug Something isn't working

Comments

@lemmingDev
Copy link

lemmingDev commented Nov 24, 2023

Description

  1. DEFAULT_AXIS_STEPS_PER_UNIT gives a redefined warning
  2. Compiling with -g (USE_MKS_UI) fails

Reproduction steps

  1. DEFAULT_AXIS_STEPS_PER_UNIT warning happens with all options
  2. Compiling fails with -g (USE_MKS_UI)

Fixes

  1. Comment out or delete the line #define DEFAULT_AXIS_STEPS_PER_UNIT { 80, 80, 400, 500 } on line 1251 of Configuration.h

  2. Change #define HAS_SPI_FLASH 1 to #define SPI_FLASH 1 on line 244 of pins_FF_MOTHERBOARD.h

Screenshots

No response

Logs

No response

Printer

FlashForge Dreamer

Marlin Version

2.1.2.1

Marlin Features

mks

@lemmingDev lemmingDev added the bug Something isn't working label Nov 24, 2023
@lemmingDev
Copy link
Author

lemmingDev commented Nov 26, 2023

Got around to loading on my Dreamer. FYI - The printer EEPROM won't initialise and the AXIS won't move "Homing Failed: PRINTER HALTED Please Restart"

I will investigate further

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant