mriscoc / Ender3V2S1

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

Using old configuration files causes compile errors #1081

Closed gsuresh2u closed 1 year ago

gsuresh2u commented 1 year ago

Did you test with a precompiled firmware?

No, but I will test it now!

Bug Description

Hi, when i try to compile my own firemware with your source for SKR Mini E3 V3, its giving error "\marlin\src\lcd\e3v2\proui\proui.h:97:21: error: 'DEF_PROBEZFIX' was not declared in this scope"

Configs.zip

Bug Timeline

form release Ender3V2S1-20230904

Expected behavior

Need to compile

Actual behavior

Not compiling

Steps to Reproduce

No response

Version of Professional Firmware

20230904

Printer model

Ender 3V2

Electronics

SKR Mini

Add-ons

No response

Bed Leveling

UBL Bilinear mesh

Your Slicer

Cura

Host Software

None

Additional information & file uploads

No response

mriscoc commented 1 year ago

Update your configuration files with https://github.com/mriscoc/Special_Configurations

gsuresh2u commented 1 year ago

Sir, i am using source files from https://github.com/mriscoc/Special_Configurations/tree/main/Ender3V2-SKRME3V3-BLTUBL-MPC

mriscoc commented 1 year ago

DEF_PROBEZFIX is defined there: https://github.com/mriscoc/Special_Configurations/tree/main/Ender3V2-SKRME3V3-BLTUBL-MPC/Configuration.h#L3390

Travois123 commented 1 year ago

I had this same issue. Ender 3 v2 with an ezabl, 4.2.2 board. Came here looking for a solution after beating my head against the wall for 3 days. Added in the line of code that mriscoc posted in the previous comment and it compiled and am now happily printing again. TYSVM!

Viperuss2009 commented 1 year ago

Sir, i am using source files from https://github.com/mriscoc/Special_Configurations/tree/main/Ender3V2-SKRME3V3-BLTUBL-MPC

compiled successfully, need to download special configuration from page itself, not form releases if that makes sense image

mriscoc commented 1 year ago

Pre-made configurations files have been deleted; as of now, the proper way to have correct configuration files is by using the Configurator.

gsuresh2u commented 1 year ago

Sir, sorry for late reply, still getting same error, from where can i download source files? i downloaded from https://github.com/mriscoc/Ender3V2S1

mriscoc commented 1 year ago

from where can i download source files?

You must use the Configurator to generate the configuration files and firmware sources from the main repository.

gsuresh2u commented 1 year ago

Yes, I used configurator, still same error

mriscoc commented 1 year ago

Yes, I used configurator, still same error

Look for DEF_PROBEZFIX in your configuration files, if you don't find it, you have old configuration files and you should try downloading the files again until you get DEF_PROBEZFIX.

gsuresh2u commented 1 year ago

I found the files, when i try to use configurator, now its giving error

Configurator

mriscoc commented 1 year ago

You need to download all files from the special configurations repository.

image

gsuresh2u commented 1 year ago

Ok, Thanks

github-actions[bot] commented 11 months 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.