Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: MarlinFirmware/Marlin
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0a5bd2733427c2516b7de677bcf4a39dc0e13a3c
Choose a base ref
..
head repository: MarlinFirmware/Marlin
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: bd426d40cd72bad9935a00914b007a0318365646
Choose a head ref
Showing with 4 additions and 6 deletions.
  1. +3 −3 Marlin/Configuration_adv.h
  2. +1 −3 Marlin/src/module/settings.cpp
6 changes: 3 additions & 3 deletions Marlin/Configuration_adv.h
Original file line number Diff line number Diff line change
@@ -853,14 +853,14 @@
//#define BLTOUCH_FORCE_MODE_SET

/**
* Set "HIGH SPEED" mode for probing by default.
* Use "HIGH SPEED" mode for probing.
* Danger: Disable if your probe sometimes fails. Only suitable for stable well-adjusted systems.
* This feature was designed for Deltabots with very fast Z moves; however, higher speed Cartesians
* might be able to use it. If the machine can't raise Z fast enough the BLTouch may go into ALARM.
*
* This sets the default state. Can be changed via 'M401 S' or MarlinUI menu item.
* This sets the default state. Can be changed through the SCD
*/
//#define BLTOUCH_HS_MODE true
//#define BLTOUCH_HS_MODE

// Safety: Enable voltage mode settings in the LCD menu.
//#define BLTOUCH_LCD_VOLTAGE_MENU
4 changes: 1 addition & 3 deletions Marlin/src/module/settings.cpp
Original file line number Diff line number Diff line change
@@ -2744,9 +2744,7 @@ void MarlinSettings::reset() {
//
// BLTouch
//
#ifdef BLTOUCH_HS_MODE
bltouch.high_speed_mode = ENABLED(BLTOUCH_HS_MODE);
#endif
TERN_(BLTOUCH, bltouch.high_speed_mode = ENABLED(BLTOUCH_HS_MODE));

//
// Kinematic settings