diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2020-02-13 21:52:00 -0500 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2020-02-13 21:52:00 -0500 |
commit | fd6baa3d161a02a5ca1933fc460070c17429808c (patch) | |
tree | 4c6ca2e45e2f225c7b8b32aee318cad63fb5135f /config/example-extras.cfg | |
parent | 79ce3ef1c51d379c3a9a6212ace3966d3937aac3 (diff) | |
download | kutter-fd6baa3d161a02a5ca1933fc460070c17429808c.tar.gz kutter-fd6baa3d161a02a5ca1933fc460070c17429808c.tar.xz kutter-fd6baa3d161a02a5ca1933fc460070c17429808c.zip |
config: Minor wording change to gcode_macro rename_existing description
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'config/example-extras.cfg')
-rw-r--r-- | config/example-extras.cfg | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/config/example-extras.cfg b/config/example-extras.cfg index d4013364..fe3a9731 100644 --- a/config/example-extras.cfg +++ b/config/example-extras.cfg @@ -422,11 +422,11 @@ # not use upper case characters. #rename_existing: # This option will cause the macro to override an existing G-Code -# command, and the existing definition for the command will be -# renamed to the name provided here. This can be used to override -# builtin G-Code commands. Care should be taken when overriding -# commands as that can cause complex and unexpected results. The -# default is to not override an existing G-Code command. +# command and provide the previous definition of the command via the +# name provided here. This can be used to override builtin G-Code +# commands. Care should be taken when overriding commands as it can +# cause complex and unexpected results. The default is to not +# override an existing G-Code command. # Execute a gcode on a set delay. #[delayed_gcode my_delayed_gcode] |