Skip to content

Commit

Permalink
Change "Auto Load Bed Leveling Data" Default to Disabled (#2613)
Browse files Browse the repository at this point in the history
  • Loading branch information
thisiskeithb committed Nov 10, 2022
1 parent cc4aa93 commit 42634cb
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Copy to SD Card root directory to update/config.ini
Original file line number Diff line number Diff line change
Expand Up @@ -498,7 +498,7 @@ ext_speed:S60 N600 F1200
# If the mesh is invalid / incomplete leveling will not be enabled.
#
# Options: [disable: 0, enable: 1]
auto_load_leveling:1
auto_load_leveling:0

#### Onboard / Printer Media Support
# Enable/disable presence of onboard media.
Expand Down
2 changes: 1 addition & 1 deletion Copy to SD Card root directory to update/config_rrf.ini
Original file line number Diff line number Diff line change
Expand Up @@ -470,7 +470,7 @@ ext_speed:S60 N600 F1200
# If the mesh is invalid / incomplete leveling will not be enabled.
#
# Options: [disable: 0, enable: 1]
auto_load_leveling:1
auto_load_leveling:0

#### Onboard / Printer Media Support
# Enable/disable presence of onboard media.
Expand Down
2 changes: 1 addition & 1 deletion TFT/src/User/Configuration.h
Original file line number Diff line number Diff line change
Expand Up @@ -511,7 +511,7 @@
*
* Options: [disable: 0, enable: 1]
*/
#define AUTO_LOAD_LEVELING 1 // Default: 1
#define AUTO_LOAD_LEVELING 0 // Default: 0

/**
* Onboard / Printer Media
Expand Down
2 changes: 1 addition & 1 deletion TFT/src/User/config.ini
Original file line number Diff line number Diff line change
Expand Up @@ -498,7 +498,7 @@ ext_speed:S60 N600 F1200
# If the mesh is invalid / incomplete leveling will not be enabled.
#
# Options: [disable: 0, enable: 1]
auto_load_leveling:1
auto_load_leveling:0

#### Onboard / Printer Media Support
# Enable/disable presence of onboard media.
Expand Down
2 changes: 1 addition & 1 deletion TFT/src/User/config_rrf.ini
Original file line number Diff line number Diff line change
Expand Up @@ -470,7 +470,7 @@ ext_speed:S60 N600 F1200
# If the mesh is invalid / incomplete leveling will not be enabled.
#
# Options: [disable: 0, enable: 1]
auto_load_leveling:1
auto_load_leveling:0

#### Onboard / Printer Media Support
# Enable/disable presence of onboard media.
Expand Down

0 comments on commit 42634cb

Please sign in to comment.