Skip to content
This repository has been archived by the owner on Feb 8, 2024. It is now read-only.

Update to documentation of user configurable thermal management #63

Closed
wants to merge 3 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 5 additions & 4 deletions configs/default.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ e_axis_active = True
#[[ConstantName]]
#type = constant-control
#value = <number in range 0..255>
#output = <name of output>
#output = <optional output target name>
#
#[[SafetyName]]
#type = safety
Expand All @@ -261,7 +261,7 @@ e_axis_active = True
#on_value = <number in range 0..255>
#off_value = <number in range 0..255>
#sleep = <number, sec, time between control updates>
#output = <output name>
#output = <optional output target name>
#
#
#[[ProportionalControlName]]
Expand All @@ -273,7 +273,7 @@ e_axis_active = True
#min_value = <number in range 0..255>
#ok_range = <number, output=min_value if input is within ok_range of target>
#sleep = <number, sec, time between control updates>
#output = <name of output>
#output = <optional output target name>
#
#[[PIDControlName]]
#type = pid-control
Expand All @@ -283,9 +283,10 @@ e_axis_active = True
#pid_Ti = <number, integral constant>
#pid_Td = <number, derivative constant>
#ok_range = <number, output=0 if input is within ok_range of target>
#on_off_range = <number, output max_value if input is less than target - on_off_range>
#on_off_range = <optional number, output max_value if input is less than target - on_off_range>
#max_value = <number in range 0..255>
#sleep = <number, sec, time between control updates>
#output = <optional output target name>
#
#[[CommandName]]
#type = gcode
Expand Down
Loading