diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2019-06-07 19:30:17 -0400 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2019-06-07 19:33:31 -0400 |
commit | 8b005808848dd5395792dba8b9f470ac441c5e72 (patch) | |
tree | d14322e6056d6652d3e15e77fb06698cdf588978 /docs/Config_Changes.md | |
parent | 01f3b50e7399f3ea327c6de2130dc16b6f8a27f5 (diff) | |
download | kutter-8b005808848dd5395792dba8b9f470ac441c5e72.tar.gz kutter-8b005808848dd5395792dba8b9f470ac441c5e72.tar.xz kutter-8b005808848dd5395792dba8b9f470ac441c5e72.zip |
gcode_macro: Parse variable_X parameters using ast.literal_eval()
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
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 dc6935fd..abce75be 100644 --- a/docs/Config_Changes.md +++ b/docs/Config_Changes.md @@ -6,6 +6,11 @@ All dates in this document are approximate. # Changes +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 +in quotes so that it is evaluated as a string. + 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", |