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 /config/example-extras.cfg | |
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 'config/example-extras.cfg')
-rw-r--r-- | config/example-extras.cfg | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/config/example-extras.cfg b/config/example-extras.cfg index 459e71f4..256fa886 100644 --- a/config/example-extras.cfg +++ b/config/example-extras.cfg @@ -377,6 +377,28 @@ # if retries are enabled then retry if largest and smallest probed points # differ more than retry_tolerance +# Printer Skew Correction. It is possible to use software to correct +# printer skew across 3 planes, xy, xz, yz. This is done by printing +# a calibration model along a plane and measuring three lengths. See +# skew_correction.md in the docs directory for more details. +# +#[skew_correction] +#xy_ac_length: +#xy_bd_length: +#xy_ad_length: +# The measured lengths (in mm) on the xy plane skew calibration print. +# If one length is provided all three lengths must be provided. The default +# is no measurement, which results in no skew correction along the xy plane. +#xz_ac_length: +#xz_bd_length: +#xz_ad_length: +# The same as above, on the xz plane. The default is no skew correction +# on the xz plane. +#yz_ac_length: +#yz_bd_length: +#yz_ad_length: +# The same as above on the yz plane. The default is no skew correction +# on the yz plane. # In a multi-extruder printer add an additional extruder section for # each additional extruder. The additional extruder sections should be |