diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2020-08-30 13:04:40 -0400 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2020-08-30 13:04:40 -0400 |
commit | 1d201c3592f1e29048eff3dc62c70aa650c3985e (patch) | |
tree | c423e5785708a884be53b15087d0ee2a97cb95df /config/printer-tronxy-x5sa-v6-2019.cfg | |
parent | 15853da28c32543e40dd571a49fb7a819adbfc4f (diff) | |
download | kutter-1d201c3592f1e29048eff3dc62c70aa650c3985e.tar.gz kutter-1d201c3592f1e29048eff3dc62c70aa650c3985e.tar.xz kutter-1d201c3592f1e29048eff3dc62c70aa650c3985e.zip |
config: Minor updates to printer-tronxy-x5sa-v6-2019.cfg
Minor changes to default config and add to printers.test.
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'config/printer-tronxy-x5sa-v6-2019.cfg')
-rw-r--r-- | config/printer-tronxy-x5sa-v6-2019.cfg | 18 |
1 files changed, 7 insertions, 11 deletions
diff --git a/config/printer-tronxy-x5sa-v6-2019.cfg b/config/printer-tronxy-x5sa-v6-2019.cfg index 698875ae..2a6ccba3 100644 --- a/config/printer-tronxy-x5sa-v6-2019.cfg +++ b/config/printer-tronxy-x5sa-v6-2019.cfg @@ -18,8 +18,7 @@ restart_method: command [printer] kinematics: corexy max_velocity: 300 -max_accel: 7000 -max_accel_to_decel: 7000 +max_accel: 3000 max_z_velocity: 25 max_z_accel: 30 @@ -68,13 +67,12 @@ heater_pin: PG12 sensor_type: ATC Semitec 104GT-2 sensor_pin: PA1 control: pid -pid_Kp=18.831 -pid_Ki=0.821 -pid_Kd=108.044 +pid_Kp: 18.831 +pid_Ki: 0.821 +pid_Kd: 108.044 min_temp: 0 max_temp: 250 max_extrude_only_distance: 300 -pressure_advance: 0 [heater_bed] heater_pin: PG11 @@ -83,14 +81,12 @@ sensor_pin: PA0 control: pid min_temp: 0 max_temp: 130 -pid_Kp=73.932 -pid_Ki=1.521 -pid_Kd=898.279 +pid_Kp: 73.932 +pid_Ki: 1.521 +pid_Kd: 898.279 [heater_fan hotend_fan] pin: PG14 -heater: extruder -heater_temp: 50 fan_speed: 0.5 [fan] |