### 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
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 1to#define SPI_FLASH 1on line 244 of pins_FF_MOTHERBOARD.hScreenshots
No response
Logs
No response
Printer
FlashForge Dreamer
Marlin Version
2.1.2.1
Marlin Features
mks