diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2021-04-16 00:16:09 -0400 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2021-04-16 00:16:09 -0400 |
commit | dcf6d30abafee04c8b0a76974c156aca91e22f42 (patch) | |
tree | 8983ea8359a0ff468efc5a54153ab310c4a5f0e6 | |
parent | f6cb1d0450e73ee9458331efeb3aba733d8a215d (diff) | |
download | kutter-dcf6d30abafee04c8b0a76974c156aca91e22f42.tar.gz kutter-dcf6d30abafee04c8b0a76974c156aca91e22f42.tar.xz kutter-dcf6d30abafee04c8b0a76974c156aca91e22f42.zip |
config: Updates to printer-tronxy-x5sa-pro-2020.cfg
Minor updates to use default values.
Also, add to printers.test test cases.
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
-rw-r--r-- | config/printer-tronxy-x5sa-pro-2020.cfg | 9 | ||||
-rw-r--r-- | test/klippy/printers.test | 1 |
2 files changed, 1 insertions, 9 deletions
diff --git a/config/printer-tronxy-x5sa-pro-2020.cfg b/config/printer-tronxy-x5sa-pro-2020.cfg index b88f5eeb..63af6392 100644 --- a/config/printer-tronxy-x5sa-pro-2020.cfg +++ b/config/printer-tronxy-x5sa-pro-2020.cfg @@ -86,7 +86,6 @@ pid_Ki: 0.821 pid_Kd: 108.044 min_temp: 0 max_temp: 260 -min_extrude_temp: 180 max_extrude_only_distance: 350 [heater_bed] @@ -102,17 +101,9 @@ pid_Kd: 898.279 [heater_fan hotend_fan] pin: PG14 -heater: extruder -max_power: 1.0 -shutdown_speed: 0 -cycle_time: 0.010 -kick_start_time: 0.100 -heater_temp: 50.0 -fan_speed: 1.0 [fan] pin: PG13 -max_power: 1.0 [controller_fan drivers_fan] pin: PD6 diff --git a/test/klippy/printers.test b/test/klippy/printers.test index f708bed7..927a6664 100644 --- a/test/klippy/printers.test +++ b/test/klippy/printers.test @@ -143,6 +143,7 @@ CONFIG ../../config/printer-creality-ender3pro-2020.cfg CONFIG ../../config/printer-creality-ender6-2020.cfg CONFIG ../../config/printer-flsun-q5-2020.cfg CONFIG ../../config/printer-tronxy-x5sa-v6-2019.cfg +CONFIG ../../config/printer-tronxy-x5sa-pro-2020.cfg CONFIG ../../config/printer-twotrees-sapphire-pro-2020.cfg CONFIG ../../config/printer-twotrees-sapphire-plus-2020.cfg |