We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
bugfix-2.1.x
Yes, and the problem still exists.
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
Not sure
should result in HS_MODE being enabled by default
HS_MODE is disabled by default
Reinitialize printer settings, check BLTouch HS Mode defaulting to off.
2.1.2.5+1
Ender 3
SKR E3 RFF
stock
No response
ABL Bilinear mesh
Prusa Slicer
None
Configuration.h
Configuration_adv.h
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
The text was updated successfully, but these errors were encountered:
being disabled is deliberate due to to the CRTOUCH which doesn't like it.
see #22916
Sorry, something went wrong.
No branches or pull requests
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
Configuration.h
andConfiguration_adv.h
.Additional information & file uploads
The text was updated successfully, but these errors were encountered: