aboutsummaryrefslogtreecommitdiffstats
path: root/docs/Config_Reference.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/Config_Reference.md')
-rw-r--r--docs/Config_Reference.md10
1 files changed, 0 insertions, 10 deletions
diff --git a/docs/Config_Reference.md b/docs/Config_Reference.md
index 708b1bec..a4ad4c0a 100644
--- a/docs/Config_Reference.md
+++ b/docs/Config_Reference.md
@@ -1155,16 +1155,6 @@ G-Code macros (one may define any number of sections with a
# A list of G-Code commands to execute in place of "my_cmd". See
# docs/Command_Templates.md for G-Code format. This parameter must
# be provided.
-#default_parameter_<parameter>:
-# One may define any number of options with a "default_parameter_"
-# prefix. Use this to define default values for g-code parameters.
-# For example, if one were to define the macro MY_DELAY with gcode
-# "G4 P{DELAY}" along with "default_parameter_DELAY = 50" then the
-# command "MY_DELAY" would evaluate to "G4 P50". To override the
-# default parameter when calling the command then using
-# "MY_DELAY DELAY=30" would evaluate to "G4 P30". The default is
-# to require that all parameters used in the gcode script be
-# present in the command invoking the macro.
#variable_<name>:
# One may specify any number of options with a "variable_" prefix.
# The given variable name will be assigned the given value (parsed