mirror of
https://github.com/MarlinFirmware/Configurations.git
synced 2025-07-21 21:58:06 -06:00
Clean and update configs, apply dir later
This commit is contained in:
parent
60f8ae5ba5
commit
074d3f936e
444 changed files with 330 additions and 4685 deletions
|
@ -21,8 +21,6 @@
|
|||
*/
|
||||
#pragma once
|
||||
|
||||
#define CONFIG_EXAMPLES_DIR "VORONDesign"
|
||||
|
||||
/**
|
||||
* Configuration.h
|
||||
*
|
||||
|
@ -507,8 +505,8 @@
|
|||
//#define DEFAULT_Kd 440
|
||||
|
||||
// from VORON
|
||||
#define DEFAULT_Kp 23.72
|
||||
#define DEFAULT_Ki 1.56
|
||||
#define DEFAULT_Kp 23.72
|
||||
#define DEFAULT_Ki 1.56
|
||||
#define DEFAULT_Kd 90.34
|
||||
|
||||
#endif // PIDTEMP
|
||||
|
@ -558,11 +556,12 @@
|
|||
//#define DEFAULT_bedKi 1.41
|
||||
//#define DEFAULT_bedKd 1675.16
|
||||
|
||||
// FIND YOUR OWN: "M303 E-1 C8 S90" to run autotune on the bed at 90 degreesC for 8 cycles.
|
||||
// Results from VORON
|
||||
#define DEFAULT_bedKp 150.52
|
||||
#define DEFAULT_bedKi 12.25
|
||||
#define DEFAULT_bedKd 462.40
|
||||
|
||||
// FIND YOUR OWN: "M303 E-1 C8 S90" to run autotune on the bed at 90 degreesC for 8 cycles.
|
||||
#endif // PIDTEMPBED
|
||||
|
||||
#if EITHER(PIDTEMP, PIDTEMPBED)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue