diff --git a/Marlin/Configuration.h b/Marlin/Configuration.h index 62aa501d2..9dadb9eaa 100644 --- a/Marlin/Configuration.h +++ b/Marlin/Configuration.h @@ -444,7 +444,7 @@ #define DEFAULT_RETRACT_ACCELERATION 3000 // E acceleration in mm/s^2 for retracts #define DEFAULT_TRAVEL_ACCELERATION 3000 // X, Y, Z acceleration in mm/s^2 for travel (non printing) moves -// "Jerk" specifies the minumum speed change that requires acceleration. +// "Jerk" specifies the minimum speed change that requires acceleration. // When changing speed and direction, if the difference is less than the // value set here, it may happen instantaneously. #define DEFAULT_XYJERK 20.0 // (mm/sec) diff --git a/Marlin/example_configurations/Cartesio/Configuration.h b/Marlin/example_configurations/Cartesio/Configuration.h index fe7c3c1ed..48b0fbff8 100644 --- a/Marlin/example_configurations/Cartesio/Configuration.h +++ b/Marlin/example_configurations/Cartesio/Configuration.h @@ -444,7 +444,7 @@ #define DEFAULT_RETRACT_ACCELERATION 10000 // E acceleration in mm/s^2 for retracts #define DEFAULT_TRAVEL_ACCELERATION 1000 // X, Y, Z acceleration in mm/s^2 for travel (non printing) moves -// "Jerk" specifies the minumum speed change that requires acceleration. +// "Jerk" specifies the minimum speed change that requires acceleration. // When changing speed and direction, if the difference is less than the // value set here, it may happen instantaneously. #define DEFAULT_XYJERK 10.0 // (mm/sec) diff --git a/Marlin/example_configurations/Felix/Configuration.h b/Marlin/example_configurations/Felix/Configuration.h index a222fc845..39976752f 100644 --- a/Marlin/example_configurations/Felix/Configuration.h +++ b/Marlin/example_configurations/Felix/Configuration.h @@ -427,7 +427,7 @@ #define DEFAULT_RETRACT_ACCELERATION 5000 // E acceleration in mm/s^2 for retracts #define DEFAULT_TRAVEL_ACCELERATION 3000 // X, Y, Z acceleration in mm/s^2 for travel (non printing) moves -// "Jerk" specifies the minumum speed change that requires acceleration. +// "Jerk" specifies the minimum speed change that requires acceleration. // When changing speed and direction, if the difference is less than the // value set here, it may happen instantaneously. #define DEFAULT_XYJERK 10.0 // (mm/sec) diff --git a/Marlin/example_configurations/Felix/DUAL/Configuration.h b/Marlin/example_configurations/Felix/DUAL/Configuration.h index 863ae7b05..5862f355c 100644 --- a/Marlin/example_configurations/Felix/DUAL/Configuration.h +++ b/Marlin/example_configurations/Felix/DUAL/Configuration.h @@ -425,7 +425,7 @@ #define DEFAULT_RETRACT_ACCELERATION 5000 // E acceleration in mm/s^2 for retracts #define DEFAULT_TRAVEL_ACCELERATION 3000 // X, Y, Z acceleration in mm/s^2 for travel (non printing) moves -// "Jerk" specifies the minumum speed change that requires acceleration. +// "Jerk" specifies the minimum speed change that requires acceleration. // When changing speed and direction, if the difference is less than the // value set here, it may happen instantaneously. #define DEFAULT_XYJERK 10.0 // (mm/sec) diff --git a/Marlin/example_configurations/Hephestos/Configuration.h b/Marlin/example_configurations/Hephestos/Configuration.h index d82938ea3..c9bd55e34 100644 --- a/Marlin/example_configurations/Hephestos/Configuration.h +++ b/Marlin/example_configurations/Hephestos/Configuration.h @@ -436,7 +436,7 @@ #define DEFAULT_RETRACT_ACCELERATION 1000 // E acceleration in mm/s^2 for retracts #define DEFAULT_TRAVEL_ACCELERATION 1000 // X, Y, Z acceleration in mm/s^2 for travel (non printing) moves -// "Jerk" specifies the minumum speed change that requires acceleration. +// "Jerk" specifies the minimum speed change that requires acceleration. // When changing speed and direction, if the difference is less than the // value set here, it may happen instantaneously. #define DEFAULT_XYJERK 10.0 // (mm/sec) diff --git a/Marlin/example_configurations/Hephestos_2/Configuration.h b/Marlin/example_configurations/Hephestos_2/Configuration.h index 71ecca05f..412cf24cf 100644 --- a/Marlin/example_configurations/Hephestos_2/Configuration.h +++ b/Marlin/example_configurations/Hephestos_2/Configuration.h @@ -438,7 +438,7 @@ #define DEFAULT_RETRACT_ACCELERATION 3000 // E acceleration in mm/s^2 for retracts #define DEFAULT_TRAVEL_ACCELERATION 1000 // X, Y, Z acceleration in mm/s^2 for travel (non printing) moves -// "Jerk" specifies the minumum speed change that requires acceleration. +// "Jerk" specifies the minimum speed change that requires acceleration. // When changing speed and direction, if the difference is less than the // value set here, it may happen instantaneously. #define DEFAULT_XYJERK 20.0 // (mm/sec) diff --git a/Marlin/example_configurations/K8200/Configuration.h b/Marlin/example_configurations/K8200/Configuration.h index 598658281..4aacf0cbc 100644 --- a/Marlin/example_configurations/K8200/Configuration.h +++ b/Marlin/example_configurations/K8200/Configuration.h @@ -461,7 +461,7 @@ #define DEFAULT_RETRACT_ACCELERATION 1000 // E acceleration in mm/s^2 for retracts #define DEFAULT_TRAVEL_ACCELERATION 1000 // X, Y, Z acceleration in mm/s^2 for travel (non printing) moves -// "Jerk" specifies the minumum speed change that requires acceleration. +// "Jerk" specifies the minimum speed change that requires acceleration. // When changing speed and direction, if the difference is less than the // value set here, it may happen instantaneously. #define DEFAULT_XYJERK 20.0 // (mm/sec) diff --git a/Marlin/example_configurations/K8400/Configuration.h b/Marlin/example_configurations/K8400/Configuration.h index aa31de82e..925e65d12 100644 --- a/Marlin/example_configurations/K8400/Configuration.h +++ b/Marlin/example_configurations/K8400/Configuration.h @@ -444,7 +444,7 @@ #define DEFAULT_RETRACT_ACCELERATION 6000 // E acceleration in mm/s^2 for retracts #define DEFAULT_TRAVEL_ACCELERATION 3000 // X, Y, Z acceleration in mm/s^2 for travel (non printing) moves -// "Jerk" specifies the minumum speed change that requires acceleration. +// "Jerk" specifies the minimum speed change that requires acceleration. // When changing speed and direction, if the difference is less than the // value set here, it may happen instantaneously. #define DEFAULT_XYJERK 10.0 // (mm/sec) diff --git a/Marlin/example_configurations/K8400/Dual-head/Configuration.h b/Marlin/example_configurations/K8400/Dual-head/Configuration.h index 98d287799..7ae51f4be 100644 --- a/Marlin/example_configurations/K8400/Dual-head/Configuration.h +++ b/Marlin/example_configurations/K8400/Dual-head/Configuration.h @@ -444,7 +444,7 @@ #define DEFAULT_RETRACT_ACCELERATION 6000 // E acceleration in mm/s^2 for retracts #define DEFAULT_TRAVEL_ACCELERATION 3000 // X, Y, Z acceleration in mm/s^2 for travel (non printing) moves -// "Jerk" specifies the minumum speed change that requires acceleration. +// "Jerk" specifies the minimum speed change that requires acceleration. // When changing speed and direction, if the difference is less than the // value set here, it may happen instantaneously. #define DEFAULT_XYJERK 10.0 // (mm/sec) diff --git a/Marlin/example_configurations/RepRapWorld/Megatronics/Configuration.h b/Marlin/example_configurations/RepRapWorld/Megatronics/Configuration.h index 81562afc5..850d50cd2 100644 --- a/Marlin/example_configurations/RepRapWorld/Megatronics/Configuration.h +++ b/Marlin/example_configurations/RepRapWorld/Megatronics/Configuration.h @@ -444,7 +444,7 @@ #define DEFAULT_RETRACT_ACCELERATION 3000 // E acceleration in mm/s^2 for retracts #define DEFAULT_TRAVEL_ACCELERATION 3000 // X, Y, Z acceleration in mm/s^2 for travel (non printing) moves -// "Jerk" specifies the minumum speed change that requires acceleration. +// "Jerk" specifies the minimum speed change that requires acceleration. // When changing speed and direction, if the difference is less than the // value set here, it may happen instantaneously. #define DEFAULT_XYJERK 20.0 // (mm/sec) diff --git a/Marlin/example_configurations/RigidBot/Configuration.h b/Marlin/example_configurations/RigidBot/Configuration.h index d31276923..335fc61a8 100644 --- a/Marlin/example_configurations/RigidBot/Configuration.h +++ b/Marlin/example_configurations/RigidBot/Configuration.h @@ -442,7 +442,7 @@ #define DEFAULT_RETRACT_ACCELERATION 1000 // E acceleration in mm/s^2 for retracts #define DEFAULT_TRAVEL_ACCELERATION 3000 // X, Y, Z acceleration in mm/s^2 for travel (non printing) moves -// "Jerk" specifies the minumum speed change that requires acceleration. +// "Jerk" specifies the minimum speed change that requires acceleration. // When changing speed and direction, if the difference is less than the // value set here, it may happen instantaneously. #define DEFAULT_XYJERK 8.0 // (mm/sec) diff --git a/Marlin/example_configurations/SCARA/Configuration.h b/Marlin/example_configurations/SCARA/Configuration.h index d2313a246..a709f5d46 100644 --- a/Marlin/example_configurations/SCARA/Configuration.h +++ b/Marlin/example_configurations/SCARA/Configuration.h @@ -452,7 +452,7 @@ #define DEFAULT_RETRACT_ACCELERATION 2000 // E acceleration in mm/s^2 for retracts #define DEFAULT_TRAVEL_ACCELERATION 400 // X, Y, Z acceleration in mm/s^2 for travel (non printing) moves -// "Jerk" specifies the minumum speed change that requires acceleration. +// "Jerk" specifies the minimum speed change that requires acceleration. // When changing speed and direction, if the difference is less than the // value set here, it may happen instantaneously. #define DEFAULT_XYJERK 5.0 // (mm/sec) diff --git a/Marlin/example_configurations/TAZ4/Configuration.h b/Marlin/example_configurations/TAZ4/Configuration.h index b10b542fc..97c781630 100644 --- a/Marlin/example_configurations/TAZ4/Configuration.h +++ b/Marlin/example_configurations/TAZ4/Configuration.h @@ -465,7 +465,7 @@ #define DEFAULT_RETRACT_ACCELERATION 3000 // E acceleration in mm/s^2 for retracts #define DEFAULT_TRAVEL_ACCELERATION 3000 // X, Y, Z acceleration in mm/s^2 for travel (non printing) moves -// "Jerk" specifies the minumum speed change that requires acceleration. +// "Jerk" specifies the minimum speed change that requires acceleration. // When changing speed and direction, if the difference is less than the // value set here, it may happen instantaneously. #define DEFAULT_XYJERK 8.0 // (mm/sec) diff --git a/Marlin/example_configurations/WITBOX/Configuration.h b/Marlin/example_configurations/WITBOX/Configuration.h index f228d3b24..b8e600c15 100644 --- a/Marlin/example_configurations/WITBOX/Configuration.h +++ b/Marlin/example_configurations/WITBOX/Configuration.h @@ -436,7 +436,7 @@ #define DEFAULT_RETRACT_ACCELERATION 3000 // E acceleration in mm/s^2 for retracts #define DEFAULT_TRAVEL_ACCELERATION 3000 // X, Y, Z acceleration in mm/s^2 for travel (non printing) moves -// "Jerk" specifies the minumum speed change that requires acceleration. +// "Jerk" specifies the minimum speed change that requires acceleration. // When changing speed and direction, if the difference is less than the // value set here, it may happen instantaneously. #define DEFAULT_XYJERK 10.0 // (mm/sec) diff --git a/Marlin/example_configurations/adafruit/ST7565/Configuration.h b/Marlin/example_configurations/adafruit/ST7565/Configuration.h index 17fea4b86..6a8834658 100644 --- a/Marlin/example_configurations/adafruit/ST7565/Configuration.h +++ b/Marlin/example_configurations/adafruit/ST7565/Configuration.h @@ -444,7 +444,7 @@ #define DEFAULT_RETRACT_ACCELERATION 3000 // E acceleration in mm/s^2 for retracts #define DEFAULT_TRAVEL_ACCELERATION 3000 // X, Y, Z acceleration in mm/s^2 for travel (non printing) moves -// "Jerk" specifies the minumum speed change that requires acceleration. +// "Jerk" specifies the minimum speed change that requires acceleration. // When changing speed and direction, if the difference is less than the // value set here, it may happen instantaneously. #define DEFAULT_XYJERK 20.0 // (mm/sec) diff --git a/Marlin/example_configurations/delta/biv2.5/Configuration.h b/Marlin/example_configurations/delta/biv2.5/Configuration.h index e73f405f1..e37d2d2ed 100644 --- a/Marlin/example_configurations/delta/biv2.5/Configuration.h +++ b/Marlin/example_configurations/delta/biv2.5/Configuration.h @@ -487,7 +487,7 @@ #define DEFAULT_RETRACT_ACCELERATION 3000 // E acceleration in mm/s^2 for retracts #define DEFAULT_TRAVEL_ACCELERATION 3000 // X, Y, Z acceleration in mm/s^2 for travel (non printing) moves -// "Jerk" specifies the minumum speed change that requires acceleration. +// "Jerk" specifies the minimum speed change that requires acceleration. // When changing speed and direction, if the difference is less than the // value set here, it may happen instantaneously. #define DEFAULT_XYJERK 15.0 // (mm/sec) diff --git a/Marlin/example_configurations/delta/generic/Configuration.h b/Marlin/example_configurations/delta/generic/Configuration.h index 1192234c2..09c52df42 100644 --- a/Marlin/example_configurations/delta/generic/Configuration.h +++ b/Marlin/example_configurations/delta/generic/Configuration.h @@ -487,7 +487,7 @@ #define DEFAULT_RETRACT_ACCELERATION 3000 // E acceleration in mm/s^2 for retracts #define DEFAULT_TRAVEL_ACCELERATION 3000 // X, Y, Z acceleration in mm/s^2 for travel (non printing) moves -// "Jerk" specifies the minumum speed change that requires acceleration. +// "Jerk" specifies the minimum speed change that requires acceleration. // When changing speed and direction, if the difference is less than the // value set here, it may happen instantaneously. #define DEFAULT_XYJERK 20.0 // (mm/sec) diff --git a/Marlin/example_configurations/delta/kossel_mini/Configuration.h b/Marlin/example_configurations/delta/kossel_mini/Configuration.h index 864f58f03..1b17850dd 100644 --- a/Marlin/example_configurations/delta/kossel_mini/Configuration.h +++ b/Marlin/example_configurations/delta/kossel_mini/Configuration.h @@ -487,7 +487,7 @@ #define DEFAULT_RETRACT_ACCELERATION 3000 // E acceleration in mm/s^2 for retracts #define DEFAULT_TRAVEL_ACCELERATION 3000 // X, Y, Z acceleration in mm/s^2 for travel (non printing) moves -// "Jerk" specifies the minumum speed change that requires acceleration. +// "Jerk" specifies the minimum speed change that requires acceleration. // When changing speed and direction, if the difference is less than the // value set here, it may happen instantaneously. #define DEFAULT_XYJERK 20.0 // (mm/sec) diff --git a/Marlin/example_configurations/delta/kossel_pro/Configuration.h b/Marlin/example_configurations/delta/kossel_pro/Configuration.h index 7f1e4443a..34a3181b7 100644 --- a/Marlin/example_configurations/delta/kossel_pro/Configuration.h +++ b/Marlin/example_configurations/delta/kossel_pro/Configuration.h @@ -483,7 +483,7 @@ #define DEFAULT_RETRACT_ACCELERATION 3000 // E acceleration in mm/s^2 for retracts #define DEFAULT_TRAVEL_ACCELERATION 3000 // X, Y, Z acceleration in mm/s^2 for travel (non printing) moves -// "Jerk" specifies the minumum speed change that requires acceleration. +// "Jerk" specifies the minimum speed change that requires acceleration. // When changing speed and direction, if the difference is less than the // value set here, it may happen instantaneously. #define DEFAULT_XYJERK 20.0 // (mm/sec) diff --git a/Marlin/example_configurations/delta/kossel_xl/Configuration.h b/Marlin/example_configurations/delta/kossel_xl/Configuration.h index 075c80032..279456731 100644 --- a/Marlin/example_configurations/delta/kossel_xl/Configuration.h +++ b/Marlin/example_configurations/delta/kossel_xl/Configuration.h @@ -493,7 +493,7 @@ #define DEFAULT_RETRACT_ACCELERATION 3000 // E acceleration in mm/s^2 for retracts #define DEFAULT_TRAVEL_ACCELERATION 3000 // X, Y, Z acceleration in mm/s^2 for travel (non printing) moves -// "Jerk" specifies the minumum speed change that requires acceleration. +// "Jerk" specifies the minimum speed change that requires acceleration. // When changing speed and direction, if the difference is less than the // value set here, it may happen instantaneously. #define DEFAULT_XYJERK 20.0 // (mm/sec) diff --git a/Marlin/example_configurations/makibox/Configuration.h b/Marlin/example_configurations/makibox/Configuration.h index eb2989506..1c49c60d0 100644 --- a/Marlin/example_configurations/makibox/Configuration.h +++ b/Marlin/example_configurations/makibox/Configuration.h @@ -447,7 +447,7 @@ #define DEFAULT_RETRACT_ACCELERATION 3000 // E acceleration in mm/s^2 for retracts #define DEFAULT_TRAVEL_ACCELERATION 3000 // X, Y, Z acceleration in mm/s^2 for travel (non printing) moves -// "Jerk" specifies the minumum speed change that requires acceleration. +// "Jerk" specifies the minimum speed change that requires acceleration. // When changing speed and direction, if the difference is less than the // value set here, it may happen instantaneously. #define DEFAULT_XYJERK 20.0 // (mm/sec) diff --git a/Marlin/example_configurations/tvrrug/Round2/Configuration.h b/Marlin/example_configurations/tvrrug/Round2/Configuration.h index dc6f809ed..176746798 100644 --- a/Marlin/example_configurations/tvrrug/Round2/Configuration.h +++ b/Marlin/example_configurations/tvrrug/Round2/Configuration.h @@ -438,7 +438,7 @@ #define DEFAULT_RETRACT_ACCELERATION 3000 // E acceleration in mm/s^2 for retracts #define DEFAULT_TRAVEL_ACCELERATION 500 // X, Y, Z acceleration in mm/s^2 for travel (non printing) moves -// "Jerk" specifies the minumum speed change that requires acceleration. +// "Jerk" specifies the minimum speed change that requires acceleration. // When changing speed and direction, if the difference is less than the // value set here, it may happen instantaneously. #define DEFAULT_XYJERK 20.0 // (mm/sec)