diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2018-01-08 20:50:31 -0500 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2018-01-10 19:30:51 -0500 |
commit | 02b141ac43317cb5bd9f926c450dbed3b8fcb733 (patch) | |
tree | 50aac876f6a653fbd89042793d0dd90e6e2d7a44 /config/generic-replicape.cfg | |
parent | 47e458210ec27f04616242266aeb64c8c56cd351 (diff) | |
download | kutter-02b141ac43317cb5bd9f926c450dbed3b8fcb733.tar.gz kutter-02b141ac43317cb5bd9f926c450dbed3b8fcb733.tar.xz kutter-02b141ac43317cb5bd9f926c450dbed3b8fcb733.zip |
chipmisc: Fix replicape enable line setup
The enable lines are not one per stepper - instead there are 5
distinct enable settings. Handle them properly.
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'config/generic-replicape.cfg')
-rw-r--r-- | config/generic-replicape.cfg | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/config/generic-replicape.cfg b/config/generic-replicape.cfg index 99f3bee4..d9694beb 100644 --- a/config/generic-replicape.cfg +++ b/config/generic-replicape.cfg @@ -98,6 +98,10 @@ host_mcu: host # The name of the mcu config section that communicates with the # Klipper "linux process" mcu instance. This parameter must be # provided. +#standstill_power_down: False +# This parameter controls the CFG6_ENN line on all stepper +# motors. True sets the enable lines to "open". The default is +# False. stepper_x_microstep_mode: spread16 # This parameter controls the CFG1 and CFG2 pins of the given # stepper motor driver. Available options are: disable, 1, 2, |