diff options
author | Simo Apell <34631067+sapell@users.noreply.github.com> | 2019-10-13 13:59:43 +0300 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2020-01-06 11:03:05 -0500 |
commit | 90bc1679a2c853b671aefc1d9fc0a96a879add06 (patch) | |
tree | bdd8be33b8027fd0e3172924e6479875e0339b3f /config/example-extras.cfg | |
parent | 6972b6303dd735a85558012c14b07e76076894e9 (diff) | |
download | kutter-90bc1679a2c853b671aefc1d9fc0a96a879add06.tar.gz kutter-90bc1679a2c853b671aefc1d9fc0a96a879add06.tar.xz kutter-90bc1679a2c853b671aefc1d9fc0a96a879add06.zip |
extruder_stepper: Initial support for synchronized extruder steppers
Signed-off-by: Simo Apell <simo.apell@live.fi>
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'config/example-extras.cfg')
-rw-r--r-- | config/example-extras.cfg | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/config/example-extras.cfg b/config/example-extras.cfg index 9c815813..bb07c926 100644 --- a/config/example-extras.cfg +++ b/config/example-extras.cfg @@ -706,6 +706,20 @@ #position_max: # See the example.cfg for the definition of the above parameters. +# Support for additional steppers synchronized to the movement of an +# extruder (one may define any number of sections with an +# "extruder_stepper" prefix). +#[extruder_stepper my_extra_stepper] +#extruder: extruder +# The extruder this stepper is synchronized to. The default is +# "extruder". +#step_pin: +#dir_pin: +#enable_pin: +#step_distance: +# See the "extruder" section in example.cfg for the definition of +# the above parameters. + # Manual steppers (one may define any number of sections with a # "manual_stepper" prefix). These are steppers that are controlled by # the MANUAL_STEPPER g-code command. For example: "MANUAL_STEPPER |