mriscoc / Ender3V2S1

This is optimized firmware for Ender3 V2/S1 3D printers.
Other
2.67k stars 361 forks source link

[BUG] (Cannot compile FW) #982

Closed drradkov closed 1 year ago

drradkov commented 1 year ago

Did you test with a precompiled firmware?

Yes, and the problem still exists.

Bug Description

When try to compile firmware, error appears: 77 | #error "HAS_GCODE_PREVIEW requires PROUI_EX." 80 | #error "HAS_TOOLBAR requires PROUI_EX." | ^~~~~ Error: Failed to parse Marlin features. See previous error messages.

Bug Timeline

New

Expected behavior

.

Actual behavior

.

Steps to Reproduce

.

Version of Professional Firmware

Latest

Printer model

Creality Ender 3V2

Electronics

Board 4.2.7

Add-ons

No response

Bed Leveling

UBL Bilinear mesh

Your Slicer

Cura

Host Software

OctoPrint

Additional information & file uploads

No response

mriscoc commented 1 year ago

You need to follow those requirements

77 | #error "HAS_GCODE_PREVIEW requires PROUI_EX."
80 | #error "HAS_TOOLBAR requires PROUI_EX."
drradkov commented 1 year ago

Could you please sugdest, how to fix it?

mriscoc commented 1 year ago

It is not an bug, it is a requirement. If you want to use the toolbar, for example, you need to enable PROUI_EX.

drradkov commented 1 year ago

Buh how? i tied to search the repo. Nothing found. Thanks.

mriscoc commented 1 year ago

It is enabled by default in the provided configuration files. https://github.com/mriscoc/Ender3V2S1/wiki#compiling-your-firmware-flavor

drradkov commented 1 year ago

Thank you. Somehow i downloaded an old version of configurator. After dowloading the lates py script, everything is compiling without issues.

Vodlex1 commented 1 year ago

Is there a way that I could disable the toolbar and gcode previewer? And would doing that cause other problems?

mriscoc commented 1 year ago

Is there a way that I could disable the toolbar and gcode previewer? And would doing that cause other problems?

Yes, look for:

  #define HAS_GCODE_PREVIEW 1
  #define HAS_TOOLBAR 1

In the Configuration.h file and disable them.

github-actions[bot] commented 1 year 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.