diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2021-05-06 11:08:57 -0400 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2021-05-06 11:08:57 -0400 |
commit | dfcdd51e7f0071d8d4a49ad13bbcfd2ba225999b (patch) | |
tree | a91291a8825c6b19189d03cee69953d49985a9eb /config | |
parent | 44387568f30909d5d43bd1e6f493433d4ad2f597 (diff) | |
download | kutter-dfcdd51e7f0071d8d4a49ad13bbcfd2ba225999b.tar.gz kutter-dfcdd51e7f0071d8d4a49ad13bbcfd2ba225999b.tar.xz kutter-dfcdd51e7f0071d8d4a49ad13bbcfd2ba225999b.zip |
config: Minor changes to printer-creality-cr30-2021.cfg
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'config')
-rw-r--r-- | config/generic-creality-v4.2.10.cfg | 3 | ||||
-rw-r--r-- | config/printer-creality-cr30-2021.cfg | 1 |
2 files changed, 1 insertions, 3 deletions
diff --git a/config/generic-creality-v4.2.10.cfg b/config/generic-creality-v4.2.10.cfg index e3be80c0..80535b61 100644 --- a/config/generic-creality-v4.2.10.cfg +++ b/config/generic-creality-v4.2.10.cfg @@ -2,13 +2,13 @@ # use this config, during "make menuconfig" select the STM32F103 with # 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" # select "Enable extra low-level configuration options" and select # serial (on USART3 PB11/PB10), which is broken out on the 10 pin IDC # cable used for the LCD module as follows: # 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 # filename must end in ".bin" and must not match the last filename # that was flashed. @@ -81,7 +81,6 @@ max_temp: 130 [mcu] serial: /dev/serial/by-id/usb-1a86_USB_Serial-if00-port0 -baud: 250000 restart_method: command [printer] diff --git a/config/printer-creality-cr30-2021.cfg b/config/printer-creality-cr30-2021.cfg index 7d4f6c95..de946920 100644 --- a/config/printer-creality-cr30-2021.cfg +++ b/config/printer-creality-cr30-2021.cfg @@ -125,7 +125,6 @@ static_value: 0 [mcu] serial: /dev/serial/by-id/usb-1a86_USB_Serial-if00-port0 -baud: 250000 restart_method: command [display] |