mirror of
https://github.com/MarlinFirmware/Configurations.git
synced 2025-07-15 10:47:53 -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/MeCreator2"
|
||||
|
||||
/**
|
||||
* Configuration.h
|
||||
*
|
||||
|
@ -492,9 +490,9 @@
|
|||
// If you are using a pre-configured hotend then you can use one of the value sets by uncommenting it
|
||||
|
||||
// MeCreator2
|
||||
#define DEFAULT_Kp 11.93
|
||||
#define DEFAULT_Ki 0.59
|
||||
#define DEFAULT_Kd 59.89
|
||||
#define DEFAULT_Kp 11.93
|
||||
#define DEFAULT_Ki 0.59
|
||||
#define DEFAULT_Kd 59.89
|
||||
// Ultimaker
|
||||
// #define DEFAULT_Kp 22.2
|
||||
// #define DEFAULT_Ki 1.08
|
||||
|
@ -545,9 +543,9 @@
|
|||
//#define MIN_BED_POWER 0
|
||||
//#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
|
||||
//120V 250W silicone heater into 4mm borosilicate (MendelMax 1.5+)
|
||||
//from FOPDT model - kp=.39 Tp=405 Tdead=66, Tc set to 79.2, aggressive factor of .15 (vs .1, 1, 10)
|
||||
//#define DEFAULT_bedKp 10.00
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue