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] BLTOUCH_HS_MODE defaults to off #27607

Closed
1 task done
pmjdebruijn opened this issue Dec 26, 2024 · 1 comment
Closed
1 task done

[BUG] BLTOUCH_HS_MODE defaults to off #27607

pmjdebruijn opened this issue Dec 26, 2024 · 1 comment

Comments

@pmjdebruijn
Copy link
Contributor

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

Yes, and the problem still exists.

Bug Description

With:

Configuration_adv.h: #define BLTOUCH_HS_MODE true

A newly initialized printer, still defaults to having HS_MODE disabled by default.

Presumably this is related:
f5c7b19

Bug Timeline

Not sure

Expected behavior

Configuration_adv.h: #define BLTOUCH_HS_MODE true

should result in HS_MODE being enabled by default

Actual behavior

HS_MODE is disabled by default

Steps to Reproduce

Reinitialize printer settings, check BLTouch HS Mode defaulting to off.

Version of Marlin Firmware

2.1.2.5+1

Printer model

Ender 3

Electronics

SKR E3 RFF

LCD/Controller

stock

Other add-ons

No response

Bed Leveling

ABL Bilinear mesh

Your Slicer

Prusa Slicer

Host Software

None

Don't forget to include

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

Additional information & file uploads

Marlin/Configuration_adv.h:#if ENABLED(BLTOUCH)
Marlin/Configuration_adv.h:  //#define BLTOUCH_DELAY 500
Marlin/Configuration_adv.h:   * Settings for BLTOUCH Classic 1.2, 1.3 or BLTouch Smart 1.0, 2.0, 2.2, 3.0, 3.1, and most clones:
Marlin/Configuration_adv.h:  //#define BLTOUCH_FORCE_SW_MODE
Marlin/Configuration_adv.h:  #define BLTOUCH_SET_5V_MODE
Marlin/Configuration_adv.h:  //#define BLTOUCH_LCD_VOLTAGE_MENU
Marlin/Configuration_adv.h:  //#define BLTOUCH_FORCE_MODE_SET
Marlin/Configuration_adv.h:  #define BLTOUCH_HS_MODE true
Marlin/Configuration_adv.h:#endif // BLTOUCH
Marlin/Configuration.h:#define BLTOUCH
@ellensp
Copy link
Contributor

ellensp commented Dec 26, 2024

being disabled is deliberate due to to the CRTOUCH which doesn't like it.

see #22916

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

No branches or pull requests

3 participants