mirror of
https://github.com/dimalo/klipper-web-control-docker.git
synced 2026-05-05 22:27:03 +02:00
- BREAKING CHANGE: make printer.cfg the main config file, instead of klipper.cfg. existing configs need to be migrated: - copy all include statements from klipper.cfg to printer.cfg - remove klipper.cfg - add run_in_venv script to activate venv correctly, then start klipper/moonraker - add rpi_mcu config file and include in printer.cfg - add cap_add: SYS_NICE to docker-compose to run klipper_mcu - build & run klipper with python3 - precompile klipper C-Code in build stage, remove gcc from run image (https://www.klipper3d.org/Packaging.html) - remove python3 debian packages, globally install with pip instead
24 lines
649 B
Plaintext
24 lines
649 B
Plaintext
# CONFIG_LOW_LEVEL_OPTIONS is not set
|
|
# CONFIG_MACH_AVR is not set
|
|
# CONFIG_MACH_ATSAM is not set
|
|
# CONFIG_MACH_ATSAMD is not set
|
|
# CONFIG_MACH_LPC176X is not set
|
|
# CONFIG_MACH_STM32 is not set
|
|
# CONFIG_MACH_RP2040 is not set
|
|
# CONFIG_MACH_PRU is not set
|
|
CONFIG_MACH_LINUX=y
|
|
# CONFIG_MACH_SIMU is not set
|
|
CONFIG_BOARD_DIRECTORY="linux"
|
|
CONFIG_CLOCK_FREQ=50000000
|
|
CONFIG_LINUX_SELECT=y
|
|
CONFIG_USB_VENDOR_ID=0x1d50
|
|
CONFIG_USB_DEVICE_ID=0x614e
|
|
CONFIG_USB_SERIAL_NUMBER="12345"
|
|
CONFIG_HAVE_GPIO=y
|
|
CONFIG_HAVE_GPIO_ADC=y
|
|
CONFIG_HAVE_GPIO_SPI=y
|
|
CONFIG_HAVE_GPIO_I2C=y
|
|
CONFIG_HAVE_GPIO_HARD_PWM=y
|
|
CONFIG_HAVE_GPIO_BITBANGING=y
|
|
CONFIG_INLINE_STEPPER_HACK=y
|