mirror of
https://github.com/MarlinFirmware/Configurations.git
synced 2025-07-18 20:28:11 -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 "Geeetech/A10D"
|
||||
|
||||
/**
|
||||
* Configuration.h
|
||||
*
|
||||
|
@ -491,9 +489,9 @@
|
|||
|
||||
// If you are using a pre-configured hotend then you can use one of the value sets by uncommenting it
|
||||
|
||||
#define DEFAULT_Kp 226.93 //11.93
|
||||
#define DEFAULT_Ki 0.43 //0.59
|
||||
#define DEFAULT_Kd 854.89 //59.89
|
||||
#define DEFAULT_Kp 226.93 //11.93
|
||||
#define DEFAULT_Ki 0.43 //0.59
|
||||
#define DEFAULT_Kd 854.89 //59.89
|
||||
|
||||
#endif // PIDTEMP
|
||||
|
||||
|
@ -531,9 +529,9 @@
|
|||
//#define PID_BED_DEBUG // Sends debug data to the serial port.
|
||||
|
||||
// MeCreator2 generated by Autotune
|
||||
#define DEFAULT_bedKp 182.46 // 175.68 189.95
|
||||
#define DEFAULT_bedKi 35.92 // 34.59 37.40
|
||||
#define DEFAULT_bedKd 231.70 // 223.07 241.19
|
||||
#define DEFAULT_bedKp 182.46 // 175.68 189.95
|
||||
#define DEFAULT_bedKi 35.92 // 34.59 37.40
|
||||
#define DEFAULT_bedKd 231.70 // 223.07 241.19
|
||||
|
||||
// FIND YOUR OWN: "M303 E-1 C8 S90" to run autotune on the bed at 90 degreesC for 8 cycles.
|
||||
#endif // PIDTEMPBED
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue