diff options
author | Ulf D <1coderookie@quantentunnel.de> | 2024-03-08 17:49:29 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-03-08 11:49:29 -0500 |
commit | 71604b712a0357b8bdea7cdd2eea18f45f7cec44 (patch) | |
tree | ba64ce1ccc7e7be9819ec73ab5cdcd0243cd5657 /config | |
parent | 31de734d193dca3395803f7bd146476688547ebe (diff) | |
download | kutter-71604b712a0357b8bdea7cdd2eea18f45f7cec44.tar.gz kutter-71604b712a0357b8bdea7cdd2eea18f45f7cec44.tar.xz kutter-71604b712a0357b8bdea7cdd2eea18f45f7cec44.zip |
config: "static_value" in [output_pin enable_pin] is deprecated (#6520)
Signed-off-by: Ulf Dieckmann <1coderookie@quantentunnel.de>
Diffstat (limited to 'config')
-rw-r--r-- | config/printer-anycubic-kobra-go-2022.cfg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/printer-anycubic-kobra-go-2022.cfg b/config/printer-anycubic-kobra-go-2022.cfg index d4fc409f..bb8a9267 100644 --- a/config/printer-anycubic-kobra-go-2022.cfg +++ b/config/printer-anycubic-kobra-go-2022.cfg @@ -118,7 +118,7 @@ cycle_time: 0.00005 #20kHz [output_pin enable_pin] pin: PB6 -static_value: 1 +value: 1 #This pin enables the bed, hotend, extruder fan, part fan. [mcu] |