diff options
author | Thijs Triemstra <info@collab.nl> | 2023-02-20 17:06:25 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-02-20 11:06:25 -0500 |
commit | 848a78d1a548cfe28af20d5d0ab021558368cfae (patch) | |
tree | 8a8b3ea53c6b105171579643f1995d2394d877a9 /docs/Config_Reference.md | |
parent | aca0c71a2b2eb1679923ca2491aadad38cc43081 (diff) | |
download | kutter-848a78d1a548cfe28af20d5d0ab021558368cfae.tar.gz kutter-848a78d1a548cfe28af20d5d0ab021558368cfae.tar.xz kutter-848a78d1a548cfe28af20d5d0ab021558368cfae.zip |
docs: Fix typos (#6032)
Signed-off-by: Thijs Triemstra <info@collab.nl>
Diffstat (limited to 'docs/Config_Reference.md')
-rw-r--r-- | docs/Config_Reference.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/Config_Reference.md b/docs/Config_Reference.md index 113fbbce..dda7266b 100644 --- a/docs/Config_Reference.md +++ b/docs/Config_Reference.md @@ -346,7 +346,7 @@ max_z_velocity: #min_angle: 5 # This represents the minimum angle (in degrees) relative to horizontal # that the deltesian arms are allowed to achieve. This parameter is -# intended to restrict the arms from becomming completely horizontal, +# intended to restrict the arms from becoming completely horizontal, # which would risk accidental inversion of the XZ axis. The default is 5. #print_width: # The distance (in mm) of valid toolhead X coordinates. One may use @@ -383,7 +383,7 @@ arm_x_length: # for stepper_right, this parameter defaults to the value specified for # stepper_left. -# The stepper_right section is used to desribe the stepper controlling the +# The stepper_right section is used to describe the stepper controlling the # right tower. [stepper_right] @@ -4323,7 +4323,7 @@ serial: #auto_load_speed: 2 # Extrude feedrate when autoloading, default is 2 (mm/s) #auto_cancel_variation: 0.1 -# Auto cancel print when ping varation is above this threshold +# Auto cancel print when ping variation is above this threshold ``` ### [angle] |