Adjusted Tronxy X5s settings
Signed-off-by: Arkadiusz Gluszyk <agluszyk@cs.com> Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
This commit is contained in:
parent
7c5f9ee458
commit
f616a88b15
11
config/printer-tronxy-x5s-2017.cfg → config/printer-tronxy-x5s-2018.cfg
Normal file → Executable file
11
config/printer-tronxy-x5s-2017.cfg → config/printer-tronxy-x5s-2018.cfg
Normal file → Executable file
|
@ -2,6 +2,12 @@
|
||||||
# use this config, the firmware should be compiled for the AVR
|
# use this config, the firmware should be compiled for the AVR
|
||||||
# atmega1284p.
|
# 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
|
# Note, a number of Melzi boards are shipped without a bootloader. In
|
||||||
# that case, an external programmer will be needed to flash a
|
# that case, an external programmer will be needed to flash a
|
||||||
# bootloader to the board (for example, see
|
# bootloader to the board (for example, see
|
||||||
|
@ -65,6 +71,11 @@ control: watermark
|
||||||
min_temp: 0
|
min_temp: 0
|
||||||
max_temp: 150
|
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]
|
[fan]
|
||||||
pin: PB4
|
pin: PB4
|
||||||
|
|
Loading…
Reference in New Issue