mirror of https://github.com/Desuuuu/klipper.git
config: Minor changes to printer-creality-cr30-2021.cfg
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
This commit is contained in:
parent
44387568f3
commit
dfcdd51e7f
|
@ -2,13 +2,13 @@
|
||||||
# use this config, during "make menuconfig" select the STM32F103 with
|
# use this config, during "make menuconfig" select the STM32F103 with
|
||||||
# a "28KiB bootloader" and serial (on USART1 PA10/PA9) communication.
|
# a "28KiB bootloader" and serial (on USART1 PA10/PA9) communication.
|
||||||
|
|
||||||
# Flash this firmware by copying "out/klipper.bin" to a SD card and
|
|
||||||
# If you prefer a direct serial connection, in "make menuconfig"
|
# If you prefer a direct serial connection, in "make menuconfig"
|
||||||
# select "Enable extra low-level configuration options" and select
|
# select "Enable extra low-level configuration options" and select
|
||||||
# serial (on USART3 PB11/PB10), which is broken out on the 10 pin IDC
|
# serial (on USART3 PB11/PB10), which is broken out on the 10 pin IDC
|
||||||
# cable used for the LCD module as follows:
|
# cable used for the LCD module as follows:
|
||||||
# 3: Tx, 4: Rx, 9: GND, 10: VCC
|
# 3: Tx, 4: Rx, 9: GND, 10: VCC
|
||||||
|
|
||||||
|
# Flash this firmware by copying "out/klipper.bin" to a SD card and
|
||||||
# turning on the printer with the card inserted. The firmware
|
# turning on the printer with the card inserted. The firmware
|
||||||
# filename must end in ".bin" and must not match the last filename
|
# filename must end in ".bin" and must not match the last filename
|
||||||
# that was flashed.
|
# that was flashed.
|
||||||
|
@ -81,7 +81,6 @@ max_temp: 130
|
||||||
|
|
||||||
[mcu]
|
[mcu]
|
||||||
serial: /dev/serial/by-id/usb-1a86_USB_Serial-if00-port0
|
serial: /dev/serial/by-id/usb-1a86_USB_Serial-if00-port0
|
||||||
baud: 250000
|
|
||||||
restart_method: command
|
restart_method: command
|
||||||
|
|
||||||
[printer]
|
[printer]
|
||||||
|
|
|
@ -125,7 +125,6 @@ static_value: 0
|
||||||
|
|
||||||
[mcu]
|
[mcu]
|
||||||
serial: /dev/serial/by-id/usb-1a86_USB_Serial-if00-port0
|
serial: /dev/serial/by-id/usb-1a86_USB_Serial-if00-port0
|
||||||
baud: 250000
|
|
||||||
restart_method: command
|
restart_method: command
|
||||||
|
|
||||||
[display]
|
[display]
|
||||||
|
|
Loading…
Reference in New Issue