Hello everyone! How to install a klipper firmware on the duet 3 6hc? It is documentation for duet 3 mini https://github.com/KevinOConnor/klipper/pull/4133? Why after all update config files the klipper give error
"Creating symbolic link out/board
warning: the choice symbol MACH_SAME70 (defined at src/atsam/Kconfig:2, src/atsam/Kconfig:38, src/atsam/Kconfig:53) is selected by the following symbols, but select/imply has no effect on choice symbols
- MACH_SAME70 (defined at src/atsam/Kconfig:2, src/atsam/Kconfig:38, src/atsam/Kconfig:53)
- MACH_SAME70 (defined at src/atsam/Kconfig:2, src/atsam/Kconfig:38, src/atsam/Kconfig:53)
warning: the choice symbol MACH_SAME70 (defined at src/atsam/Kconfig:2, src/atsam/Kconfig:38, src/atsam/Kconfig:53) is defined with a prompt outside the choice
lib/kconfiglib/menuconfig.py: Dependency loop
===============
MACH_SAME70 (defined at src/atsam/Kconfig:2, src/atsam/Kconfig:38, src/atsam/Kconfig:53), with definition...
config MACH_SAME70
bool "SAME70Q20 (Duet3 6HC)"
select MACH_SAME70
config MACH_SAME70
bool "SAME70Q20 (Duet3 6HC)"
select MACH_SAME70
depends on <choice>
config MACH_SAME70
bool
depends on MACH_ATSAM
(select-related dependencies: MACH_SAME70 || (MACH_SAME70 && <choice>))
...depends again on MACH_SAME70 (defined at src/atsam/Kconfig:2, src/atsam/Kconfig:38, src/atsam/Kconfig:53)
make: *** [Makefile:112: menuconfig] Error 1".
Please tell me.