diff options
author | Arksine <arksine.code@gmail.com> | 2019-06-12 20:26:58 -0400 |
---|---|---|
committer | KevinOConnor <kevin@koconnor.net> | 2019-06-26 20:16:35 -0400 |
commit | a3b4543c978f3fe6cdcdf1fc96af61750b186646 (patch) | |
tree | 71bc0ba3727ef12fe88b0cb31dec5d0e92d296a5 /docs/G-Codes.md | |
parent | b37222e3a1ef1401d8f4fa5854c78d961740cb7c (diff) | |
download | kutter-a3b4543c978f3fe6cdcdf1fc96af61750b186646.tar.gz kutter-a3b4543c978f3fe6cdcdf1fc96af61750b186646.tar.xz kutter-a3b4543c978f3fe6cdcdf1fc96af61750b186646.zip |
skew_correction: add documentation
Signed-Off-By: Eric Callahan <arksine.code@gmail.com>
Diffstat (limited to 'docs/G-Codes.md')
-rw-r--r-- | docs/G-Codes.md | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/docs/G-Codes.md b/docs/G-Codes.md index 3fcdd88e..12b43fb4 100644 --- a/docs/G-Codes.md +++ b/docs/G-Codes.md @@ -468,3 +468,17 @@ of retraction required. parameters. - `G11`: Unretracts the extruder using the currently configured parameters. + +## Skew Correction + +The following commands are available when the "skew_correction" config +section is enabled. + - `GET_CURRENT_SKEW`: Reports the current printer skew for each plane in + both radians and degrees. The skew is calculated based on parameters + provided to the [skew_correction] section of printer.cfg. + - `CALC_MEASURED_SKEW [AC=<ac_length>] [BD=<bd_length>] [AD=<ad_length>]`: + Calculates and reports the skew (in radians and degrees) based on a + measured print. This can be useful for determining the printer's current + skew after correction has been applied. It may also be useful before + correction is applied to determine if skew correction is necessary. See + skew_correction.md for details on skew calibration objects and measurements. |