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 /docs/Config_Changes.md | |
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 'docs/Config_Changes.md')
-rw-r--r-- | docs/Config_Changes.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/Config_Changes.md b/docs/Config_Changes.md index abce75be..40060205 100644 --- a/docs/Config_Changes.md +++ b/docs/Config_Changes.md @@ -6,6 +6,11 @@ All dates in this document are approximate. # Changes +20190628: All configuration options have been removed from the +[skew_correction] section. Configuration for skew_correction +is now done via the SET_SKEW gcode. See skew_correction.md +for recommended usage. + 20190607: The "variable_X" parameters of gcode_macro (along with the VALUE parameter of SET_GCODE_VARIABLE) are now parsed as Python literals. If a value needs to be assigned a string then wrap the value |