diff options
author | Arksine <arksine.code@gmail.com> | 2019-06-28 15:40:00 -0400 |
---|---|---|
committer | KevinOConnor <kevin@koconnor.net> | 2019-06-29 10:58:46 -0400 |
commit | 57eb0e8975f0fc038dbf323f5ff029073334c611 (patch) | |
tree | 9864badc50a7216fb0706a026b197c71de705ec2 /config/example-extras.cfg | |
parent | 0c379d060fec311c6c80c2b83664602994238e20 (diff) | |
download | kutter-57eb0e8975f0fc038dbf323f5ff029073334c611.tar.gz kutter-57eb0e8975f0fc038dbf323f5ff029073334c611.tar.xz kutter-57eb0e8975f0fc038dbf323f5ff029073334c611.zip |
docs: Update for latest changs to skew_correction
Signed-off-by: Eric Callahan <arksine.code@gmail.com>
Diffstat (limited to 'config/example-extras.cfg')
-rw-r--r-- | config/example-extras.cfg | 23 |
1 files changed, 5 insertions, 18 deletions
diff --git a/config/example-extras.cfg b/config/example-extras.cfg index 6664fec6..c300e964 100644 --- a/config/example-extras.cfg +++ b/config/example-extras.cfg @@ -377,28 +377,15 @@ # 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. +# a calibration model along a plane and measuring three lengths. Due +# to the nature of skew correction these lengths are set via gcode. See +# skew_correction.md and G-Codes.md in the docs directory for 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 |