diff options
author | Thijs Triemstra <info@collab.nl> | 2025-07-27 18:12:48 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-07-27 12:12:48 -0400 |
commit | 6773ab074b132d6dc417e91b379d5a7b8d986b8d (patch) | |
tree | 22ef798e4902e53e0e7a1cd8cb5d4105b9c6163c /docs | |
parent | 4a567c8d1050d95ea22019545877715b842fa1b3 (diff) | |
download | kutter-6773ab074b132d6dc417e91b379d5a7b8d986b8d.tar.gz kutter-6773ab074b132d6dc417e91b379d5a7b8d986b8d.tar.xz kutter-6773ab074b132d6dc417e91b379d5a7b8d986b8d.zip |
docs: Fix typos in config and docs (#6991)
* fix typos in configs
* fix typos in docs
Signed-off-by: Thijs Triemstra <info@collab.nl>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/Bed_Mesh.md | 2 | ||||
-rw-r--r-- | docs/Bootloaders.md | 2 | ||||
-rw-r--r-- | docs/CONTRIBUTING.md | 2 | ||||
-rw-r--r-- | docs/Config_Changes.md | 6 | ||||
-rw-r--r-- | docs/Config_Reference.md | 6 | ||||
-rw-r--r-- | docs/G-Codes.md | 2 | ||||
-rw-r--r-- | docs/Load_Cell.md | 4 | ||||
-rw-r--r-- | docs/Measuring_Resonances.md | 2 | ||||
-rw-r--r-- | docs/Skew_Correction.md | 2 | ||||
-rw-r--r-- | docs/Slicers.md | 2 | ||||
-rw-r--r-- | docs/Status_Reference.md | 2 |
11 files changed, 16 insertions, 16 deletions
diff --git a/docs/Bed_Mesh.md b/docs/Bed_Mesh.md index 9956de9c..5df081d1 100644 --- a/docs/Bed_Mesh.md +++ b/docs/Bed_Mesh.md @@ -267,7 +267,7 @@ by heat or interference. This can make calculating the probe's z-offset challenging, particularly at different bed temperatures. As such, some printers use an endstop for homing the Z axis and a probe for calibrating the mesh. In this configuration it is possible offset the mesh so that the (X, Y) -`reference position` applies zero adjustment. The `reference postion` should +`reference position` applies zero adjustment. The `reference position` should be the location on the bed where a [Z_ENDSTOP_CALIBRATE](./Manual_Level.md#calibrating-a-z-endstop) paper test is performed. The bed_mesh module provides the diff --git a/docs/Bootloaders.md b/docs/Bootloaders.md index 56a81095..ee125ae1 100644 --- a/docs/Bootloaders.md +++ b/docs/Bootloaders.md @@ -194,7 +194,7 @@ Alternatively, one can use a When using OpenOCD with the SAMC21, extra steps must be taken to first put the chip into Cold Plugging mode if the board makes use of the -SWD pins for other purposes. If using OpenOCD on a Rasberry Pi, this +SWD pins for other purposes. If using OpenOCD on a Raspberry Pi, this can be done by running the following commands before invoking OpenOCD. ``` SWCLK=25 diff --git a/docs/CONTRIBUTING.md b/docs/CONTRIBUTING.md index db664c86..31267b99 100644 --- a/docs/CONTRIBUTING.md +++ b/docs/CONTRIBUTING.md @@ -323,7 +323,7 @@ a month without updates. Once the requirements are met, you need to: -1. update klipper-tranlations repository +1. update klipper-translations repository [active_translations](https://github.com/Klipper3d/klipper-translations/blob/translations/active_translations) 2. Optional: add a manual-index.md file in klipper-translations repository's `docs\locals\<lang>` folder to replace the language specific index.md (generated diff --git a/docs/Config_Changes.md b/docs/Config_Changes.md index 559c84f8..4ab7d33d 100644 --- a/docs/Config_Changes.md +++ b/docs/Config_Changes.md @@ -62,7 +62,7 @@ object were issued faster than the minimum scheduling time (typically 100ms) then actual updates could be queued far into the future. Now if many updates are issued in rapid succession then it is possible that only the latest request will be applied. If the previous behavior is -requried then consider adding explicit `G4` delay commands between +required then consider adding explicit `G4` delay commands between updates. 20240912: Support for `maximum_mcu_duration` and `static_value` @@ -135,7 +135,7 @@ carriage are exported as `printer.dual_carriage.carriage_0` and `printer.dual_carriage.carriage_1`. 20230619: The `relative_reference_index` option has been deprecated -and superceded by the `zero_reference_position` option. Refer to the +and superseded by the `zero_reference_position` option. Refer to the [Bed Mesh Documentation](./Bed_Mesh.md#the-deprecated-relative_reference_index) for details on how to update the configuration. With this deprecation the `RELATIVE_REFERENCE_INDEX` is no longer available as a parameter @@ -369,7 +369,7 @@ endstop phases by running the ENDSTOP_PHASE_CALIBRATE command. `gear_ratio` for their rotary steppers, and they may no longer specify a `step_distance` parameter. See the [config reference](Config_Reference.md#stepper) for the format of the -new gear_ratio paramter. +new gear_ratio parameter. 20201213: It is not valid to specify a Z "position_endstop" when using "probe:z_virtual_endstop". An error will now be raised if a Z diff --git a/docs/Config_Reference.md b/docs/Config_Reference.md index 3fd035a6..a9b6db6c 100644 --- a/docs/Config_Reference.md +++ b/docs/Config_Reference.md @@ -5180,7 +5180,7 @@ sensor_type: # load cell will be igfiltered outnored. This option requires the SciPy # library. Default: None #buzz_filter_delay: 2 -# The delay, or 'order', of the buzz filter. This controle the number of +# The delay, or 'order', of the buzz filter. This controls the number of # samples required to make a trigger detection. Can be 1 or 2, the default # is 2. #notch_filter_frequencies: 50, 60 @@ -5314,7 +5314,7 @@ chip: ADS1115 # scales all values read from the ADC. Options are: 6.144V, 4.096V, 2.048V, # 1.024V, 0.512V, 0.256V #adc_voltage: 3.3 -# The suppy voltage for the device. This allows additional software scaling +# The supply voltage for the device. This allows additional software scaling # for all values read from the ADC. i2c_mcu: host i2c_bus: i2c.1 @@ -5333,7 +5333,7 @@ sensor_pin: my_ads1x1x:AIN0 # A combination of the name of the ads1x1x chip and the pin. Possible # pin values are AIN0, AIN1, AIN2 and AIN3 for single ended lines and # DIFF01, DIFF03, DIFF13 and DIFF23 for differential between their -# correspoding lines. For example +# corresponding lines. For example # DIFF03 measures the differential between line 0 and 3. Only specific # combinations for the differentials are allowed. ``` diff --git a/docs/G-Codes.md b/docs/G-Codes.md index 184bc66a..7a60aa8a 100644 --- a/docs/G-Codes.md +++ b/docs/G-Codes.md @@ -372,7 +372,7 @@ restored and "MOVE_SPEED" is specified, then the toolhead moves will be performed with the given speed (in mm/s); otherwise the toolhead move will use the rail homing speed. Note that the carriages restore their positions only over their own axis, which may be necessary to correctly restore COPY -and MIRROR mode of the dual carraige. +and MIRROR mode of the dual carriage. ### [endstop_phase] diff --git a/docs/Load_Cell.md b/docs/Load_Cell.md index 93ed36bb..8345cae4 100644 --- a/docs/Load_Cell.md +++ b/docs/Load_Cell.md @@ -36,7 +36,7 @@ Things you can check with this data: * 'Unique values' should be a large percentage of the 'Samples Collected' value. If 'Unique values' is 1 it is very likely a wiring issue. * Tap or push on the sensor while `LOAD_CELL_DIAGNOSTIC` runs. If - things are working correctly ths should increase the 'Sample range'. + things are working correctly this should increase the 'Sample range'. ## Calibrating a Load Cell @@ -189,7 +189,7 @@ Multiple cycles of this will result in ever-increasing force on the toolhead. `force_safety_limit` stops this cycle from running out of control. Another way this run-away can happen is damage to a strain gauge. If the metal -part is permanently bent it wil change the `reference_tare_counts` of the +part is permanently bent it will change the `reference_tare_counts` of the device. This puts the starting tare value much closer to the limit making it more likely to be violated. You want to be notified if this is happening because your hardware has been permanently damaged. diff --git a/docs/Measuring_Resonances.md b/docs/Measuring_Resonances.md index e4f9b8e9..49c050e0 100644 --- a/docs/Measuring_Resonances.md +++ b/docs/Measuring_Resonances.md @@ -152,7 +152,7 @@ Recommended connection scheme for I2C on the Raspberry Pi: | SDA | 03 | GPIO02 (SDA1) | | SCL | 05 | GPIO03 (SCL1) | -The RPi has buit-in 1.8K pull-ups on both SCL and SDA. +The RPi has built-in 1.8K pull-ups on both SCL and SDA.  diff --git a/docs/Skew_Correction.md b/docs/Skew_Correction.md index 55bc22b0..9191b7c4 100644 --- a/docs/Skew_Correction.md +++ b/docs/Skew_Correction.md @@ -31,7 +31,7 @@ AD do not include the flats on the corners that some test objects provide. ## Configure your skew Make sure `[skew_correction]` is in printer.cfg. You may now use the `SET_SKEW` -gcode to configure skew_correcton. For example, if your measured lengths +gcode to configure skew_correction. For example, if your measured lengths along XY are as follows: ``` diff --git a/docs/Slicers.md b/docs/Slicers.md index afffe749..f6964ab9 100644 --- a/docs/Slicers.md +++ b/docs/Slicers.md @@ -121,5 +121,5 @@ M104 S0 before the macro call. Also note that SuperSlicer has a "custom gcode only" button option, which achieves the same outcome. -An example of a START_PRINT macro using these paramaters can +An example of a START_PRINT macro using these parameters can be found in config/sample-macros.cfg diff --git a/docs/Status_Reference.md b/docs/Status_Reference.md index c75f1d6f..f6f649b0 100644 --- a/docs/Status_Reference.md +++ b/docs/Status_Reference.md @@ -300,7 +300,7 @@ The following information is available for each `[led led_name]`, - `color_data`: A list of color lists containing the RGBW values for a led in the chain. Each value is represented as a float from 0.0 to 1.0. Each color list contains 4 items (red, green, blue, white) even - if the underyling LED supports fewer color channels. For example, + if the underlying LED supports fewer color channels. For example, the blue value (3rd item in color list) of the second neopixel in a chain could be accessed at `printer["neopixel <config_name>"].color_data[1][2]`. |