diff options
author | Arkadiusz Gluszyk <agluszyk@virtuslab.com> | 2018-03-24 14:32:37 +0100 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2018-04-09 11:24:31 -0400 |
commit | f616a88b1511b2a1cd9eb7f9b6479099040a0ec0 (patch) | |
tree | 6f69d1f7c487b6ffedee393c707ff16e50340c38 | |
parent | 7c5f9ee458a6f37206e7aa0ae6acb491bc4e918c (diff) | |
download | kutter-f616a88b1511b2a1cd9eb7f9b6479099040a0ec0.tar.gz kutter-f616a88b1511b2a1cd9eb7f9b6479099040a0ec0.tar.xz kutter-f616a88b1511b2a1cd9eb7f9b6479099040a0ec0.zip |
Adjusted Tronxy X5s settings
Signed-off-by: Arkadiusz Gluszyk <agluszyk@cs.com>
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
-rwxr-xr-x[-rw-r--r--] | config/printer-tronxy-x5s-2018.cfg (renamed from config/printer-tronxy-x5s-2017.cfg) | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/config/printer-tronxy-x5s-2017.cfg b/config/printer-tronxy-x5s-2018.cfg index c7b483de..7a8fc711 100644..100755 --- a/config/printer-tronxy-x5s-2017.cfg +++ b/config/printer-tronxy-x5s-2018.cfg @@ -2,6 +2,12 @@ # use this config, the firmware should be compiled for the AVR # atmega1284p. +# UPDATE 2018 +# Newest Tronxy's are coming with bootloader present, so follow +# klipper install instructions but instead of "make flash FLASH_DEVICE=/dev/ttyACM0" +# use: +# avrdude -p atmega1284p -c arduino -b 57600 -P /dev/ttyUSB0 -U out/klipper.elf.hex + # Note, a number of Melzi boards are shipped without a bootloader. In # that case, an external programmer will be needed to flash a # bootloader to the board (for example, see @@ -65,6 +71,11 @@ control: watermark min_temp: 0 max_temp: 150 +[verify_heater heater_bed] +# adjust for personal bed setup, this prevents stock heated bed from issuing +# false positive heating errors due to slow temperature increase +check_gain_time: 600 + [fan] pin: PB4 |