Skip to content

Commit ec08426

Browse files
committed
🎨 Fix echoes
1 parent fa9f10a commit ec08426

File tree

800 files changed

+2000
-2000
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

800 files changed

+2000
-2000
lines changed

‎config/default/Configuration.h‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -951,7 +951,7 @@
951951
* protect against a broken or disconnected thermistor wire.
952952
*
953953
* The issue: If a thermistor falls out, it will report the much lower
954-
* temperature of the air in the room, and the the firmware will keep
954+
* temperature of the air in the room, and the firmware will keep
955955
* the heater on.
956956
*
957957
* If you get "Thermal Runaway" or "Heating failed" errors the

‎config/default/Configuration_adv.h‎

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -297,7 +297,7 @@
297297
* protect against a broken or disconnected thermistor wire.
298298
*
299299
* The issue: If a thermistor falls out, it will report the much lower
300-
* temperature of the air in the room, and the the firmware will keep
300+
* temperature of the air in the room, and the firmware will keep
301301
* the heater on.
302302
*
303303
* The solution: Once the temperature reaches the target, start observing.
@@ -778,7 +778,7 @@
778778

779779
// @section endstops
780780

781-
// If you want endstops to stay on (by default) even when not homing
781+
// If you want endstops to stay on (by default) even when not homing,
782782
// enable this option. Override at any time with M120, M121.
783783
//#define ENDSTOPS_ALWAYS_ON_DEFAULT
784784

@@ -1174,7 +1174,7 @@
11741174
#define FTM_SHAPING_V_TOL_Z 0.05f // Vibration tolerance used by EI input shapers for Z axis
11751175

11761176
//#define FTM_SHAPER_E // Include E shaping support
1177-
// Required to synchronise extruder with XYZ (better quality)
1177+
// Required to synchronize extruder with XYZ (better quality)
11781178
#define FTM_DEFAULT_SHAPER_E ftMotionShaper_NONE // Default shaper mode on Extruder axis
11791179
#define FTM_SHAPING_DEFAULT_FREQ_E 21.0f // (Hz) Default peak frequency used by input shapers
11801180
#define FTM_SHAPING_ZETA_E 0.03f // Zeta used by input shapers for E axis
@@ -4285,7 +4285,7 @@
42854285
//#define I2CPE_ENC_1_TICKS_REV (16 * 200) // Only needed for rotary encoders; number of stepper
42864286
// steps per full revolution (motor steps/rev * microstepping)
42874287
//#define I2CPE_ENC_1_INVERT // Invert the direction of axis travel.
4288-
#define I2CPE_ENC_1_EC_METHOD I2CPE_ECM_MICROSTEP // Type of error error correction.
4288+
#define I2CPE_ENC_1_EC_METHOD I2CPE_ECM_MICROSTEP // Type of error correction.
42894289
#define I2CPE_ENC_1_EC_THRESH 0.10 // Threshold size for error (in mm) above which the
42904290
// printer will attempt to correct the error; errors
42914291
// smaller than this are ignored to minimize effects of

‎config/examples/3DFabXYZ/Migbot/Configuration.h‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -953,7 +953,7 @@
953953
* protect against a broken or disconnected thermistor wire.
954954
*
955955
* The issue: If a thermistor falls out, it will report the much lower
956-
* temperature of the air in the room, and the the firmware will keep
956+
* temperature of the air in the room, and the firmware will keep
957957
* the heater on.
958958
*
959959
* If you get "Thermal Runaway" or "Heating failed" errors the

‎config/examples/3DFabXYZ/Migbot/Configuration_adv.h‎

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -297,7 +297,7 @@
297297
* protect against a broken or disconnected thermistor wire.
298298
*
299299
* The issue: If a thermistor falls out, it will report the much lower
300-
* temperature of the air in the room, and the the firmware will keep
300+
* temperature of the air in the room, and the firmware will keep
301301
* the heater on.
302302
*
303303
* The solution: Once the temperature reaches the target, start observing.
@@ -778,7 +778,7 @@
778778

779779
// @section endstops
780780

781-
// If you want endstops to stay on (by default) even when not homing
781+
// If you want endstops to stay on (by default) even when not homing,
782782
// enable this option. Override at any time with M120, M121.
783783
//#define ENDSTOPS_ALWAYS_ON_DEFAULT
784784

@@ -1174,7 +1174,7 @@
11741174
#define FTM_SHAPING_V_TOL_Z 0.05f // Vibration tolerance used by EI input shapers for Z axis
11751175

11761176
//#define FTM_SHAPER_E // Include E shaping support
1177-
// Required to synchronise extruder with XYZ (better quality)
1177+
// Required to synchronize extruder with XYZ (better quality)
11781178
#define FTM_DEFAULT_SHAPER_E ftMotionShaper_NONE // Default shaper mode on Extruder axis
11791179
#define FTM_SHAPING_DEFAULT_FREQ_E 21.0f // (Hz) Default peak frequency used by input shapers
11801180
#define FTM_SHAPING_ZETA_E 0.03f // Zeta used by input shapers for E axis
@@ -4302,7 +4302,7 @@
43024302
//#define I2CPE_ENC_1_TICKS_REV (16 * 200) // Only needed for rotary encoders; number of stepper
43034303
// steps per full revolution (motor steps/rev * microstepping)
43044304
//#define I2CPE_ENC_1_INVERT // Invert the direction of axis travel.
4305-
#define I2CPE_ENC_1_EC_METHOD I2CPE_ECM_MICROSTEP // Type of error error correction.
4305+
#define I2CPE_ENC_1_EC_METHOD I2CPE_ECM_MICROSTEP // Type of error correction.
43064306
#define I2CPE_ENC_1_EC_THRESH 0.10 // Threshold size for error (in mm) above which the
43074307
// printer will attempt to correct the error; errors
43084308
// smaller than this are ignored to minimize effects of

‎config/examples/3DMatik/XL/Configuration.h‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -951,7 +951,7 @@
951951
* protect against a broken or disconnected thermistor wire.
952952
*
953953
* The issue: If a thermistor falls out, it will report the much lower
954-
* temperature of the air in the room, and the the firmware will keep
954+
* temperature of the air in the room, and the firmware will keep
955955
* the heater on.
956956
*
957957
* If you get "Thermal Runaway" or "Heating failed" errors the

‎config/examples/3DMatik/XL/Configuration_adv.h‎

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -297,7 +297,7 @@
297297
* protect against a broken or disconnected thermistor wire.
298298
*
299299
* The issue: If a thermistor falls out, it will report the much lower
300-
* temperature of the air in the room, and the the firmware will keep
300+
* temperature of the air in the room, and the firmware will keep
301301
* the heater on.
302302
*
303303
* The solution: Once the temperature reaches the target, start observing.
@@ -778,7 +778,7 @@
778778

779779
// @section endstops
780780

781-
// If you want endstops to stay on (by default) even when not homing
781+
// If you want endstops to stay on (by default) even when not homing,
782782
// enable this option. Override at any time with M120, M121.
783783
//#define ENDSTOPS_ALWAYS_ON_DEFAULT
784784

@@ -1174,7 +1174,7 @@
11741174
#define FTM_SHAPING_V_TOL_Z 0.05f // Vibration tolerance used by EI input shapers for Z axis
11751175

11761176
//#define FTM_SHAPER_E // Include E shaping support
1177-
// Required to synchronise extruder with XYZ (better quality)
1177+
// Required to synchronize extruder with XYZ (better quality)
11781178
#define FTM_DEFAULT_SHAPER_E ftMotionShaper_NONE // Default shaper mode on Extruder axis
11791179
#define FTM_SHAPING_DEFAULT_FREQ_E 21.0f // (Hz) Default peak frequency used by input shapers
11801180
#define FTM_SHAPING_ZETA_E 0.03f // Zeta used by input shapers for E axis
@@ -4306,7 +4306,7 @@
43064306
//#define I2CPE_ENC_1_TICKS_REV (16 * 200) // Only needed for rotary encoders; number of stepper
43074307
// steps per full revolution (motor steps/rev * microstepping)
43084308
//#define I2CPE_ENC_1_INVERT // Invert the direction of axis travel.
4309-
#define I2CPE_ENC_1_EC_METHOD I2CPE_ECM_MICROSTEP // Type of error error correction.
4309+
#define I2CPE_ENC_1_EC_METHOD I2CPE_ECM_MICROSTEP // Type of error correction.
43104310
#define I2CPE_ENC_1_EC_THRESH 0.10 // Threshold size for error (in mm) above which the
43114311
// printer will attempt to correct the error; errors
43124312
// smaller than this are ignored to minimize effects of

‎config/examples/ADIMLab/Gantry v1/Configuration.h‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -951,7 +951,7 @@
951951
* protect against a broken or disconnected thermistor wire.
952952
*
953953
* The issue: If a thermistor falls out, it will report the much lower
954-
* temperature of the air in the room, and the the firmware will keep
954+
* temperature of the air in the room, and the firmware will keep
955955
* the heater on.
956956
*
957957
* If you get "Thermal Runaway" or "Heating failed" errors the

‎config/examples/ADIMLab/Gantry v1/Configuration_adv.h‎

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -297,7 +297,7 @@
297297
* protect against a broken or disconnected thermistor wire.
298298
*
299299
* The issue: If a thermistor falls out, it will report the much lower
300-
* temperature of the air in the room, and the the firmware will keep
300+
* temperature of the air in the room, and the firmware will keep
301301
* the heater on.
302302
*
303303
* The solution: Once the temperature reaches the target, start observing.
@@ -778,7 +778,7 @@
778778

779779
// @section endstops
780780

781-
// If you want endstops to stay on (by default) even when not homing
781+
// If you want endstops to stay on (by default) even when not homing,
782782
// enable this option. Override at any time with M120, M121.
783783
//#define ENDSTOPS_ALWAYS_ON_DEFAULT
784784

@@ -1174,7 +1174,7 @@
11741174
#define FTM_SHAPING_V_TOL_Z 0.05f // Vibration tolerance used by EI input shapers for Z axis
11751175

11761176
//#define FTM_SHAPER_E // Include E shaping support
1177-
// Required to synchronise extruder with XYZ (better quality)
1177+
// Required to synchronize extruder with XYZ (better quality)
11781178
#define FTM_DEFAULT_SHAPER_E ftMotionShaper_NONE // Default shaper mode on Extruder axis
11791179
#define FTM_SHAPING_DEFAULT_FREQ_E 21.0f // (Hz) Default peak frequency used by input shapers
11801180
#define FTM_SHAPING_ZETA_E 0.03f // Zeta used by input shapers for E axis
@@ -4306,7 +4306,7 @@
43064306
//#define I2CPE_ENC_1_TICKS_REV (16 * 200) // Only needed for rotary encoders; number of stepper
43074307
// steps per full revolution (motor steps/rev * microstepping)
43084308
//#define I2CPE_ENC_1_INVERT // Invert the direction of axis travel.
4309-
#define I2CPE_ENC_1_EC_METHOD I2CPE_ECM_MICROSTEP // Type of error error correction.
4309+
#define I2CPE_ENC_1_EC_METHOD I2CPE_ECM_MICROSTEP // Type of error correction.
43104310
#define I2CPE_ENC_1_EC_THRESH 0.10 // Threshold size for error (in mm) above which the
43114311
// printer will attempt to correct the error; errors
43124312
// smaller than this are ignored to minimize effects of

‎config/examples/ADIMLab/Gantry v2/Configuration.h‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -951,7 +951,7 @@
951951
* protect against a broken or disconnected thermistor wire.
952952
*
953953
* The issue: If a thermistor falls out, it will report the much lower
954-
* temperature of the air in the room, and the the firmware will keep
954+
* temperature of the air in the room, and the firmware will keep
955955
* the heater on.
956956
*
957957
* If you get "Thermal Runaway" or "Heating failed" errors the

‎config/examples/ADIMLab/Gantry v2/Configuration_adv.h‎

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -297,7 +297,7 @@
297297
* protect against a broken or disconnected thermistor wire.
298298
*
299299
* The issue: If a thermistor falls out, it will report the much lower
300-
* temperature of the air in the room, and the the firmware will keep
300+
* temperature of the air in the room, and the firmware will keep
301301
* the heater on.
302302
*
303303
* The solution: Once the temperature reaches the target, start observing.
@@ -778,7 +778,7 @@
778778

779779
// @section endstops
780780

781-
// If you want endstops to stay on (by default) even when not homing
781+
// If you want endstops to stay on (by default) even when not homing,
782782
// enable this option. Override at any time with M120, M121.
783783
//#define ENDSTOPS_ALWAYS_ON_DEFAULT
784784

@@ -1174,7 +1174,7 @@
11741174
#define FTM_SHAPING_V_TOL_Z 0.05f // Vibration tolerance used by EI input shapers for Z axis
11751175

11761176
//#define FTM_SHAPER_E // Include E shaping support
1177-
// Required to synchronise extruder with XYZ (better quality)
1177+
// Required to synchronize extruder with XYZ (better quality)
11781178
#define FTM_DEFAULT_SHAPER_E ftMotionShaper_NONE // Default shaper mode on Extruder axis
11791179
#define FTM_SHAPING_DEFAULT_FREQ_E 21.0f // (Hz) Default peak frequency used by input shapers
11801180
#define FTM_SHAPING_ZETA_E 0.03f // Zeta used by input shapers for E axis
@@ -4306,7 +4306,7 @@
43064306
//#define I2CPE_ENC_1_TICKS_REV (16 * 200) // Only needed for rotary encoders; number of stepper
43074307
// steps per full revolution (motor steps/rev * microstepping)
43084308
//#define I2CPE_ENC_1_INVERT // Invert the direction of axis travel.
4309-
#define I2CPE_ENC_1_EC_METHOD I2CPE_ECM_MICROSTEP // Type of error error correction.
4309+
#define I2CPE_ENC_1_EC_METHOD I2CPE_ECM_MICROSTEP // Type of error correction.
43104310
#define I2CPE_ENC_1_EC_THRESH 0.10 // Threshold size for error (in mm) above which the
43114311
// printer will attempt to correct the error; errors
43124312
// smaller than this are ignored to minimize effects of

0 commit comments

Comments
 (0)