We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Comment out or delete the line #define DEFAULT_AXIS_STEPS_PER_UNIT { 80, 80, 400, 500 } on line 1251 of Configuration.h
#define DEFAULT_AXIS_STEPS_PER_UNIT { 80, 80, 400, 500 }
Change #define HAS_SPI_FLASH 1 to #define SPI_FLASH 1 on line 244 of pins_FF_MOTHERBOARD.h
#define HAS_SPI_FLASH 1
#define SPI_FLASH 1
No response
FlashForge Dreamer
2.1.2.1
mks
The text was updated successfully, but these errors were encountered:
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
Sorry, something went wrong.
No branches or pull requests
Description
Reproduction steps
Fixes
Comment out or delete the line
#define DEFAULT_AXIS_STEPS_PER_UNIT { 80, 80, 400, 500 }
on line 1251 of Configuration.hChange
#define HAS_SPI_FLASH 1
to#define SPI_FLASH 1
on line 244 of pins_FF_MOTHERBOARD.hScreenshots
No response
Logs
No response
Printer
FlashForge Dreamer
Marlin Version
2.1.2.1
Marlin Features
mks
The text was updated successfully, but these errors were encountered: