MarlinFirmware / Marlin

Marlin is an optimized firmware for RepRap 3D printers based on the Arduino platform. Many commercial 3D printers come with Marlin installed. Check with your vendor if you need source code for your specific machine.
https://marlinfw.org
GNU General Public License v3.0
16.18k stars 19.21k forks source link

[BUG] bugfix-2.0.x Does not compile with Ender 6 config files #21739

Closed msedlak77 closed 3 years ago

msedlak77 commented 3 years ago

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

Yes, and the problem still exists.

Bug Description

bugfix-2.0.x Does not compile with Ender 6 (Creality) config files (Configuration_adv.h, Configuration.h).

Bug Timeline

It compiled with the std config files. Used TH3ds version earlier for ender 6.

Expected behavior

Complete compilation.

Actual behavior

Windows PowerShell Copyright (C) Microsoft Corporation. All rights reserved.

Try the new cross-platform PowerShell https://aka.ms/pscore6

PS D:\Marlin> platformio run -e STM32F103RET6_creality Processing STM32F103RET6_creality (platform: ststm32@~12.0; board: genericSTM32F103RE; framework: arduino)

Verbose mode can be enabled via -v, --verbose option CONFIGURATION: https://docs.platformio.org/page/boards/ststm32/genericSTM32F103RE.html PLATFORM: ST STM32 (12.0.0) > STM32F103RE (64k RAM. 512k Flash) HARDWARE: STM32F103RET6 72MHz, 64KB RAM, 512KB Flash DEBUG: Current (jlink) External (blackmagic, cmsis-dap, jlink, stlink) PACKAGES:

Environment Status Duration


STM32F103RET6_creality FAILED 00:00:06.164 ========================================================================== 1 failed, 0 succeeded in 00:00:06.164 ========================================================================== PS D:\Marlin> echo "done" >C:\Users\Micke\AppData\Local\Temp\ipc PS D:\Marlin>

Steps to Reproduce

  1. Unzipped
  2. Inserted Ender 6 (Creality) config files (Configuration_adv.h, Configuration.h).
  3. Used Visual Studio Code with PlatformIO and Auto Build Marlin.
  4. Build it thru Auto Build Marlin. marlin_page

Version of Marlin Firmware

Marlin bugfix-2.0.x.

Printer model

Creality Ender 6

Electronics

Stock board

Add-ons

No response

Your Slicer

Cura

Host Software

OctoPrint

Additional information & file uploads

Configurations.zip

ellensp commented 3 years ago

Duplicate of https://github.com/MarlinFirmware/Marlin/issues/21274

github-actions[bot] commented 3 years ago

This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.