Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] configuration error #27191

Closed
1 task done
Mesgame1 opened this issue Jun 19, 2024 · 1 comment
Closed
1 task done

[BUG] configuration error #27191

Mesgame1 opened this issue Jun 19, 2024 · 1 comment

Comments

@Mesgame1
Copy link

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

Yes, and the problem still exists.

Bug Description

I didn't modify anything special in my config and I can no longer compile

Bug Timeline

No response

Expected behavior

No response

Actual behavior

No response

Steps to Reproduce

No response

Version of Marlin Firmware

Marlin-BUGFIX-2.1.X

Printer model

Creality Ender-3

Electronics

Bigtreetech SKR E3 V3 mini

LCD/Controller

Bigtreetech TFT 35

Other add-ons

No response

Bed Leveling

ABL Bilinear mesh

Your Slicer

Cura

Host Software

SD Card (headless)

Don't forget to include

  • A ZIP file containing your Configuration.h and Configuration_adv.h.

Additional information & file uploads

Config Files:
Marlin.zip

ERROR:



PS C:\Marlin-bugfix-2.1.x> platformio run --silent -e STM32G0B1RE_btt
Marlin\src\inc\Warnings.cpp:694:4: error: #error "Z_SAFE_HOMING is recommended when homing with a probe. (Enable Z_SAFE_HOMING or define NO_Z_SAFE_HOMING_WARNING to suppress this warning.)"
  694 |   #error "Z_SAFE_HOMING is recommended when homing with a probe. (Enable Z_SAFE_HOMING or define NO_Z_SAFE_HOMING_WARNING to suppress this warning.)"
      |    ^~~~~
Marlin\src\inc\Warnings.cpp:706:6: warning: #warning "Motherboard DIAG jumpers must be removed when SENSORLESS_HOMING is disabled. (Define DIAG_JUMPERS_REMOVED to suppress this warning.)" [-Wcpp]
  706 |     #warning "Motherboard DIAG jumpers must be removed when SENSORLESS_HOMING is disabled. (Define DIAG_JUMPERS_REMOVED to suppress this warning.)"
      |      ^~~~~~~
*** [.pio\build\STM32G0B1RE_btt\src\src\inc\Warnings.cpp.o] Error 1
============================================================================================ [FAILED] Took 151.95 seconds ============================================================================================ 

Environment      Status    Duration
---------------  --------  ------------
STM32G0B1RE_btt  FAILED    00:02:31.949
======================================================================================== 1 failed, 0 succeeded in 00:02:31.949 ========================================================================================PS C:\Marlin-bugfix-2.1.x> echo "done" >"C:\Users\devie\AppData\Local\Temp\ipc"```
@thisiskeithb
Copy link
Member

This is not a bug.

#error "Z_SAFE_HOMING is recommended when homing with a probe. (Enable Z_SAFE_HOMING or define NO_Z_SAFE_HOMING_WARNING to suppress this warning.)"

You need to follow what the error says:

Enable Z_SAFE_HOMING or define NO_Z_SAFE_HOMING_WARNING to suppress this warning.


This Issue Queue is for Marlin bug reports and development-related issues, and we prefer not to handle user-support questions here. (As noted on this page.) For best results getting help with configuration and troubleshooting, please use the following resources:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants