diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2020-07-16 14:45:48 -0400 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2020-07-25 11:39:39 -0400 |
commit | 428a8d48817646588e09258f258926e50dfdee58 (patch) | |
tree | 750aa082a2c0e95ee8726db10f5361bb0c9837ec /config/example-extras.cfg | |
parent | 122fd88c6ae6af4f5c485b7b74d3b95d8603df88 (diff) | |
download | kutter-428a8d48817646588e09258f258926e50dfdee58.tar.gz kutter-428a8d48817646588e09258f258926e50dfdee58.tar.xz kutter-428a8d48817646588e09258f258926e50dfdee58.zip |
servo: Remove servo ENABLE parameter
Allow one to disable servos via `SET_SERVO WIDTH=0` instead of using
an explicit ENABLE parameter.
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'config/example-extras.cfg')
-rw-r--r-- | config/example-extras.cfg | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/config/example-extras.cfg b/config/example-extras.cfg index 89279da9..6082992b 100644 --- a/config/example-extras.cfg +++ b/config/example-extras.cfg @@ -1254,9 +1254,6 @@ # the mcu resets. Must be between minimum_pulse_width and maximum_pulse_width. # This parameter is optional. If both initial_angle and initial_pulse_width # are set initial_angle will be used -#enable: True -# Enable or disable servo. It can be enabled or disabled later using -# SET_SERVO SERVO=my_servo ENABLE=<0|1> g-command. The default is True (=enabled) # Neopixel (aka WS2812) LED support (one may define any number of # sections with a "neopixel" prefix). One may set the LED color via |