config: Minor changes to example-extras.cfg documentation

Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
This commit is contained in:
Kevin O'Connor 2018-08-03 13:00:40 -04:00
parent 82738955d2
commit 43179d7b6c
1 changed files with 10 additions and 11 deletions

View File

@ -11,9 +11,9 @@
# Z height probe. One may define this section to enable Z height # Z height probe. One may define this section to enable Z height
# probing hardware. When this section is enabled, PROBE and # probing hardware. When this section is enabled, PROBE and
# QUERY_PROBE extended g-code commands become available. The probe # QUERY_PROBE extended g-code commands become available. The probe
# section also creates a virtual probe:z_virtual_endstop pin. One may # section also creates a virtual "probe:z_virtual_endstop" pin. One
# set the stepper_z endstop_pin to this virtual pin on cartesian style # may set the stepper_z endstop_pin to this virtual pin on cartesian
# printers that use the probe in place of a z endstop. # style printers that use the probe in place of a z endstop.
#[probe] #[probe]
#pin: ar15 #pin: ar15
# Probe detection pin. This parameter must be provided. # Probe detection pin. This parameter must be provided.
@ -350,8 +350,8 @@
# Run-time configurable output pins (one may define any number of # Run-time configurable output pins (one may define any number of
# sections with an "output_pin" prefix). Pins configured here will be # sections with an "output_pin" prefix). Pins configured here will be
# setup as output pins and one may modify them at run-time using the # setup as output pins and one may modify them at run-time using
# "SET_PIN PIN=my_pin VALUE=.1" extended g-code command. # "SET_PIN PIN=my_pin VALUE=.1" type extended g-code commands.
#[output_pin my_pin] #[output_pin my_pin]
#pin: #pin:
# The pin to configure as an output. This parameter must be # The pin to configure as an output. This parameter must be
@ -367,8 +367,8 @@
# slightly less ram in the micro-controller. The default is to use # slightly less ram in the micro-controller. The default is to use
# runtime configuration of pins. # runtime configuration of pins.
#value: #value:
# The value to initially set the pin to during MCU # The value to initially set the pin to during MCU configuration.
# configuration. The default is 0 (for low voltage). # The default is 0 (for low voltage).
#shutdown_value: #shutdown_value:
# The value to set the pin to on an MCU shutdown event. The default # The value to set the pin to on an MCU shutdown event. The default
# is 0 (for low voltage). # is 0 (for low voltage).
@ -420,9 +420,8 @@
# The value to statically set the given AD5206 channel to. This is # The value to statically set the given AD5206 channel to. This is
# typically set to a number between 0.0 and 1.0 with 1.0 being the # typically set to a number between 0.0 and 1.0 with 1.0 being the
# highest resistance and 0.0 being the lowest resistance. However, # highest resistance and 0.0 being the lowest resistance. However,
# the range may be changed with the 'scale' parameter (see # the range may be changed with the 'scale' parameter (see below).
# below). If a channel is not specified then it is left # If a channel is not specified then it is left unconfigured.
# unconfigured.
#scale: #scale:
# This parameter can be used to alter how the 'channel_x' parameters # This parameter can be used to alter how the 'channel_x' parameters
# are interpreted. If provided, then the 'channel_x' parameters # are interpreted. If provided, then the 'channel_x' parameters
@ -565,7 +564,7 @@
# used in "RepRapDiscount 2004 Smart Controller" type displays), # used in "RepRapDiscount 2004 Smart Controller" type displays),
# "st7920" (which is used in "RepRapDiscount 12864 Full Graphic # "st7920" (which is used in "RepRapDiscount 12864 Full Graphic
# Smart Controller" type displays) or "uc1701" (which is used in # Smart Controller" type displays) or "uc1701" (which is used in
# "MKS Mini 12864 type" displays). This parameter must be provided. # "MKS Mini 12864" type displays). This parameter must be provided.
#rs_pin: #rs_pin:
#e_pin: #e_pin:
#d4_pin: #d4_pin: