aboutsummaryrefslogtreecommitdiffstats
path: root/config/example-extras.cfg
diff options
context:
space:
mode:
authorKevin O'Connor <kevin@koconnor.net>2020-02-13 21:52:00 -0500
committerKevin O'Connor <kevin@koconnor.net>2020-02-13 21:52:00 -0500
commitfd6baa3d161a02a5ca1933fc460070c17429808c (patch)
tree4c6ca2e45e2f225c7b8b32aee318cad63fb5135f /config/example-extras.cfg
parent79ce3ef1c51d379c3a9a6212ace3966d3937aac3 (diff)
downloadkutter-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.cfg10
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]