diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2019-06-06 10:15:47 -0400 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2019-06-06 10:15:47 -0400 |
commit | a541c2f60e3c123885b2768e7e8ffd906add1744 (patch) | |
tree | 3eb557f144db73b54df3e15d0c66186670a1bda3 | |
parent | 49a3083d6aa7b32c3ab2aff2ea9cb7492604282b (diff) | |
download | kutter-a541c2f60e3c123885b2768e7e8ffd906add1744.tar.gz kutter-a541c2f60e3c123885b2768e7e8ffd906add1744.tar.xz kutter-a541c2f60e3c123885b2768e7e8ffd906add1744.zip |
docs: Update Config_Changes.md with "samples" move to probe config section
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
-rw-r--r-- | docs/Config_Changes.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/Config_Changes.md b/docs/Config_Changes.md index f317db5d..dc6935fd 100644 --- a/docs/Config_Changes.md +++ b/docs/Config_Changes.md @@ -6,6 +6,12 @@ All dates in this document are approximate. # Changes +20190606: The "samples", "samples_result", and "sample_retract_dist" +config options have been moved to the "probe" config section. These +options are no longer supported in the "delta_calibrate", "bed_tilt", +"bed_mesh", "screws_tilt_adjust", "z_tilt", or "quad_gantry_level" +config sections. + 20190528: The magic "status" variable in gcode_macro template evaluation has been renamed to "printer". |