moonglow / FlashForge_Marlin

:shark: Marlin firmware for FlashForge Dreamer/Dreamer NX/Inventor, Bosch Dremel 3D20 3D, PowerSpec Ultra 3D and Monoprice Inventor 1

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

πŸ› [BUG] - 2.1.x Branch Compile Fixes

lemmingDev opened this issue Β· comments

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

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