aboutsummaryrefslogtreecommitdiffstats
path: root/config/example-extras.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'config/example-extras.cfg')
-rw-r--r--config/example-extras.cfg62
1 files changed, 34 insertions, 28 deletions
diff --git a/config/example-extras.cfg b/config/example-extras.cfg
index 2c10476a..d301b3b5 100644
--- a/config/example-extras.cfg
+++ b/config/example-extras.cfg
@@ -7,16 +7,6 @@
# section defining the pins must be listed in the config file before
# any sections using those pins.
-# TSLl401CL Based Filament Width Sensor
-#[tsl1401cl_filament_width_sensor]
-#pin: analog5
-#default_nominal_filament_diameter: 1.75 # (mm)
-# Maximum allowed filament diameter difference as mm
-#max_difference: 0.2
-# The distance from sensor to the melting chamber as mm
-#measurement_delay 100
-
-
# Z height probe. One may define this section to enable Z height
# probing hardware. When this section is enabled, PROBE and
@@ -1379,10 +1369,6 @@
# the command invoking the macro.
-# Replicape support - see the generic-replicape.cfg file for further
-# details.
-#[replicape]
-
# Enable the "M118" and "RESPOND" extended commands.
# [respond]
# default_type: echo
@@ -1395,6 +1381,7 @@
# Directly sets the default prefix. If present, this value will override
# the "default_type".
+
# The heater_generic section is used to describe a custom/generic heater.
# These behave the same as typical heaters (extruders, heated beds) and
# can be configured as similarly.
@@ -1423,6 +1410,7 @@
# See the heater section in example.cfg for the definition of the
# above parameters.
+
# Temperature sensors. One can define any number of temperature
# sensors. Their values are reported via the M105 command.
#[temperature_sensor my_sensor]
@@ -1440,26 +1428,44 @@
# Pause/Resume functionality with support of position capture and restore
#[pause_resume]
#recover_velocity: 50.
-# When capture/restore is enabled, the speed at which to return to
-# the captured position (in mm/s). Default is 50.0 mm/s.
+# When capture/restore is enabled, the speed at which to return to
+# the captured position (in mm/s). Default is 50.0 mm/s.
+
# Filament Switch Sensor. Support for filament insert and runout detection
# using a switch sensor, such as an endstop switch.
#[filament_switch_sensor my_sensor]
#pause_on_runout: True
-# When set to True, a PAUSE will execute immediately after a runout is
-# detected. Note that if pause_on_runout is False and the runout_gcode is
-# omitted then runout detection is disabled. Default is True.
+# When set to True, a PAUSE will execute immediately after a runout
+# is detected. Note that if pause_on_runout is False and the
+# runout_gcode is omitted then runout detection is disabled. Default
+# is True.
#runout_gcode:
-# The gcode to run after a filament runout is detected. If pause_on_runout
-# is set to True this gcode will run after the PAUSE is complete. The default
-# is not to run any gcode commands.
+# The gcode to run after a filament runout is detected. If
+# pause_on_runout is set to True this gcode will run after the PAUSE
+# is complete. The default is not to run any gcode commands.
#insert_gcode:
-# The gcode to run after a filament insert is detected. The default is not to
-# run any gcode commands, which disables insert detection.
+# The gcode to run after a filament insert is detected. The default
+# is not to run any gcode commands, which disables insert detection.
#event_delay: 3.0
-# The minimum amount of time in seconds to delay between events. Events
-# triggered during this time period will be silently ignored. The default
-# is 3 seconds.
+# The minimum amount of time in seconds to delay between events.
+# Events triggered during this time period will be silently
+# ignored. The default is 3 seconds.
#switch_pin:
-# The pin on which the switch is connected. This parameter must be provided.
+# The pin on which the switch is connected. This parameter must be
+# provided.
+
+
+# TSLl401CL Based Filament Width Sensor
+#[tsl1401cl_filament_width_sensor]
+#pin: analog5
+#default_nominal_filament_diameter: 1.75 # (mm)
+# Maximum allowed filament diameter difference as mm
+#max_difference: 0.2
+# The distance from sensor to the melting chamber as mm
+#measurement_delay: 100
+
+
+# Replicape support - see the generic-replicape.cfg file for further
+# details.
+#[replicape]