Skip to content

Commit

Permalink
Fix Typos
Browse files Browse the repository at this point in the history
  • Loading branch information
thinkyhead committed Nov 18, 2024
1 parent 3c9bd3f commit 75d14e8
Show file tree
Hide file tree
Showing 9 changed files with 12 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1947,13 +1947,13 @@
//#define AUTO_BED_LEVELING_UBL
#if DISABLED(I3MEGA_HAS_BLTOUCH)
#define MESH_BED_LEVELING
#endif

/**
* Commands to execute at the end of G29 probing.
* Useful to retract or move the Z probe out of the way.
*/
//#define Z_PROBE_END_SCRIPT "G1 Z10 F12000\nG1 X15 Y330\nG1 Z0.5\nG1 Z10"
#endif

/**
* Normally G28 leaves leveling disabled on completion. Enable one of
Expand Down
2 changes: 1 addition & 1 deletion config/examples/BIQU/B1 - SKR 1.4/Configuration.h
Original file line number Diff line number Diff line change
Expand Up @@ -1921,13 +1921,13 @@
#define AUTO_BED_LEVELING_BILINEAR
#else
#define MESH_BED_LEVELING
#endif

/**
* Commands to execute at the end of G29 probing.
* Useful to retract or move the Z probe out of the way.
*/
//#define Z_PROBE_END_SCRIPT "G1 Z10 F12000\nG1 X15 Y330\nG1 Z0.5\nG1 Z10"
#endif

/**
* Normally G28 leaves leveling disabled on completion. Enable one of
Expand Down
2 changes: 1 addition & 1 deletion config/examples/BIQU/B1 - SKR 2/Configuration.h
Original file line number Diff line number Diff line change
Expand Up @@ -1921,13 +1921,13 @@
#define AUTO_BED_LEVELING_BILINEAR
#else
#define MESH_BED_LEVELING
#endif

/**
* Commands to execute at the end of G29 probing.
* Useful to retract or move the Z probe out of the way.
*/
//#define Z_PROBE_END_SCRIPT "G1 Z10 F12000\nG1 X15 Y330\nG1 Z0.5\nG1 Z10"
#endif

/**
* Normally G28 leaves leveling disabled on completion. Enable one of
Expand Down
2 changes: 1 addition & 1 deletion config/examples/Eryone/Thinker SE/Configuration.h
Original file line number Diff line number Diff line change
Expand Up @@ -1945,13 +1945,13 @@
#endif
#if NONE(BLTOUCH, FIX_MOUNTED_PROBE)
#define MESH_BED_LEVELING
#endif

/**
* Commands to execute at the end of G29 probing.
* Useful to retract or move the Z probe out of the way.
*/
//#define Z_PROBE_END_SCRIPT "G1 Z10 F12000\nG1 X15 Y330\nG1 Z0.5\nG1 Z10"
#endif

/**
* Normally G28 leaves leveling disabled on completion. Enable one of
Expand Down
2 changes: 1 addition & 1 deletion config/examples/Eryone/Thinker V2/Configuration.h
Original file line number Diff line number Diff line change
Expand Up @@ -1942,13 +1942,13 @@
//#define AUTO_BED_LEVELING_UBL
#if DISABLED(AUTO_BED_LEVELING_BILINEAR)
#define MESH_BED_LEVELING
#endif

/**
* Commands to execute at the end of G29 probing.
* Useful to retract or move the Z probe out of the way.
*/
//#define Z_PROBE_END_SCRIPT "G1 Z10 F12000\nG1 X15 Y330\nG1 Z0.5\nG1 Z10"
#endif

/**
* Normally G28 leaves leveling disabled on completion. Enable one of
Expand Down
3 changes: 2 additions & 1 deletion config/examples/Two Trees/BlueR/BlueR V1/Configuration.h
Original file line number Diff line number Diff line change
Expand Up @@ -1935,13 +1935,14 @@
#define AUTO_BED_LEVELING_BILINEAR
#else
#define MESH_BED_LEVELING
#endif

/**
* Commands to execute at the end of G29 probing.
* Useful to retract or move the Z probe out of the way.
*/
//#define Z_PROBE_END_SCRIPT "G1 Z10 F12000\nG1 X15 Y330\nG1 Z0.5\nG1 Z10"
#endif

/**
* Normally G28 leaves leveling disabled on completion. Enable one of
* these options to restore the prior leveling state or to always enable
Expand Down
3 changes: 2 additions & 1 deletion config/examples/Two Trees/BlueR/BlueR V2/Configuration.h
Original file line number Diff line number Diff line change
Expand Up @@ -1940,13 +1940,14 @@
#define AUTO_BED_LEVELING_BILINEAR
#else
#define MESH_BED_LEVELING
#endif

/**
* Commands to execute at the end of G29 probing.
* Useful to retract or move the Z probe out of the way.
*/
//#define Z_PROBE_END_SCRIPT "G1 Z10 F12000\nG1 X15 Y330\nG1 Z0.5\nG1 Z10"
#endif

/**
* Normally G28 leaves leveling disabled on completion. Enable one of
* these options to restore the prior leveling state or to always enable
Expand Down
3 changes: 2 additions & 1 deletion config/examples/Two Trees/BlueR/BlueR V3/Configuration.h
Original file line number Diff line number Diff line change
Expand Up @@ -1947,13 +1947,14 @@
#define AUTO_BED_LEVELING_BILINEAR
#else
#define MESH_BED_LEVELING
#endif

/**
* Commands to execute at the end of G29 probing.
* Useful to retract or move the Z probe out of the way.
*/
//#define Z_PROBE_END_SCRIPT "G1 Z10 F12000\nG1 X15 Y330\nG1 Z0.5\nG1 Z10"
#endif

/**
* Normally G28 leaves leveling disabled on completion. Enable one of
* these options to restore the prior leveling state or to always enable
Expand Down
2 changes: 1 addition & 1 deletion config/examples/Two Trees/Sapphire Pro/Configuration.h
Original file line number Diff line number Diff line change
Expand Up @@ -1937,13 +1937,13 @@
#define AUTO_BED_LEVELING_BILINEAR
#else
#define MESH_BED_LEVELING
#endif

/**
* Commands to execute at the end of G29 probing.
* Useful to retract or move the Z probe out of the way.
*/
//#define Z_PROBE_END_SCRIPT "G1 Z10 F12000\nG1 X15 Y330\nG1 Z0.5\nG1 Z10"
#endif

/**
* Normally G28 leaves leveling disabled on completion. Enable one of
Expand Down

0 comments on commit 75d14e8

Please sign in to comment.