diff options
author | Robert <13837429+RobLil@users.noreply.github.com> | 2023-03-21 20:12:58 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-03-21 15:12:58 -0400 |
commit | 52f4e20c26039a67da7c223fc72fd34a8ef9a294 (patch) | |
tree | a5245a0d1a84a182abb7dd7760f4c7671f3f8bb1 /config | |
parent | 2466b7a2c6544fb585acb47871c75f2816629a2b (diff) | |
download | kutter-52f4e20c26039a67da7c223fc72fd34a8ef9a294.tar.gz kutter-52f4e20c26039a67da7c223fc72fd34a8ef9a294.tar.xz kutter-52f4e20c26039a67da7c223fc72fd34a8ef9a294.zip |
config: Update printer-anycubic-vyper-2021.cfg (#6113)
Having the controller fan PA14 in the config is important for the stepper drivers not to overheat and skip steps.
Signed-off-by: Robert Lilienthal <13837429+RobLil@users.noreply.github.com>
Diffstat (limited to 'config')
-rw-r--r-- | config/printer-anycubic-vyper-2021.cfg | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/config/printer-anycubic-vyper-2021.cfg b/config/printer-anycubic-vyper-2021.cfg index 08cf56e8..a98cb2bc 100644 --- a/config/printer-anycubic-vyper-2021.cfg +++ b/config/printer-anycubic-vyper-2021.cfg @@ -102,6 +102,10 @@ max_temp: 110 [fan] pin: PA0 +[controller_fan controller_fan] +pin: PA14 +stepper: stepper_x,stepper_y,stepper_z,stepper_z1 + [probe] pin: !PB12 z_offset: 0 |