diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2021-08-31 13:09:55 -0400 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2021-08-31 13:12:15 -0400 |
commit | 9014677cbdf2e015ce110e4c64759ecad9e06314 (patch) | |
tree | 60c54dd90b18d69998cd9567f359ea70869539c4 | |
parent | b9116e4a03c309320e7255e6938f6093f6e67ed0 (diff) | |
download | kutter-9014677cbdf2e015ce110e4c64759ecad9e06314.tar.gz kutter-9014677cbdf2e015ce110e4c64759ecad9e06314.tar.xz kutter-9014677cbdf2e015ce110e4c64759ecad9e06314.zip |
test: Add printer-elegoo-neptune2-v1.2-2021.cfg to printers.test
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
-rw-r--r-- | config/printer-elegoo-neptune2-v1.2-2021.cfg | 2 | ||||
-rw-r--r-- | test/klippy/printers.test | 1 |
2 files changed, 3 insertions, 0 deletions
diff --git a/config/printer-elegoo-neptune2-v1.2-2021.cfg b/config/printer-elegoo-neptune2-v1.2-2021.cfg index 9869b6eb..bbb27666 100644 --- a/config/printer-elegoo-neptune2-v1.2-2021.cfg +++ b/config/printer-elegoo-neptune2-v1.2-2021.cfg @@ -58,6 +58,7 @@ heater_pin: PC3 sensor_type: EPCOS 100K B57560G104F sensor_pin: PC1 # tuned for stock hardware with 210 degree Celsius target +control: pid pid_Kp: 29.056 pid_Ki: 1.628 pid_Kd: 129.664 @@ -73,6 +74,7 @@ heater_pin: PA0 sensor_type: EPCOS 100K B57560G104F sensor_pin: PC0 # tuned for stock hardware with 60 degree Celsius target +control: pid pid_Kp: 70.857 pid_Ki: 1.221 pid_Kd: 1028.316 diff --git a/test/klippy/printers.test b/test/klippy/printers.test index 9bd5fb56..fa7bd79e 100644 --- a/test/klippy/printers.test +++ b/test/klippy/printers.test @@ -155,6 +155,7 @@ CONFIG ../../config/printer-creality-ender3-v2-2020.cfg CONFIG ../../config/printer-creality-ender3max-2021.cfg CONFIG ../../config/printer-creality-ender3pro-2020.cfg CONFIG ../../config/printer-creality-ender6-2020.cfg +CONFIG ../../config/printer-elegoo-neptune2-v1.2-2021.cfg CONFIG ../../config/printer-eryone-er20-2021.cfg CONFIG ../../config/printer-flsun-q5-2020.cfg CONFIG ../../config/printer-flsun-qqs-2020.cfg |