makerbase-mks / Mks-Robin-Nano-Marlin2.0-Firmware

The firmware of Mks Robin Nano, based on Marlin-2.0.x, adding the color GUI.
GNU General Public License v3.0
261 stars 284 forks source link

Cant Compile for Nano v1 #334

Open Stewie-040882 opened 1 year ago

Stewie-040882 commented 1 year ago

Did you test the latest bugfix-2.0.x code?

Yes, and the problem still exists.

Bug Description

In file included from Marlin\src\HAL\STM32../../inc/MarlinConfig.h:49, from Marlin\src\HAL\STM32\HAL.cpp:30: Marlin\src\HAL\STM32../../inc/SanityCheck.h:2897:4: error: #error "TMC2208 or TMC2209 on X requires X_HARDWARE_SERIAL or XSERIAL(RX|TX)_PIN."

Bug Timeline

No response

Expected behavior

Expect to Compile

Actual behavior

Compile Fail

Steps to Reproduce

  1. Modify Platform ini file to match v1
  2. Modify config file to match v1
  3. modify config.adv to match v1
  4. build

Version of Marlin Firmware

2.0.92

Printer model

Fokoos f3

Electronics

No response

Add-ons

No response

Bed Leveling

None

Your Slicer

None

Host Software

None

Additional information & file uploads

No response

WashingtonJunior commented 1 year ago

Change to TMC2209_STANDALONE drivers and it should work.