Remove PID examples from preconfigured configs
This commit is contained in:
		
				
					committed by
					
						 Richard Wackerbarth
						Richard Wackerbarth
					
				
			
			
				
	
			
			
			
						parent
						
							7456710a1f
						
					
				
				
					commit
					de25a48dec
				
			| @@ -210,22 +210,6 @@ Here are some standard links for getting your machine calibrated: | ||||
|   #define PID_INTEGRAL_DRIVE_MAX PID_MAX  //limit for the integral term | ||||
|   #define K1 0.95 //smoothing factor within the PID | ||||
|  | ||||
|   // If you are using a pre-configured hotend then you can use one of the value sets by uncommenting it | ||||
|   // Ultimaker | ||||
|   //#define  DEFAULT_Kp 22.2 | ||||
|   //#define  DEFAULT_Ki 1.08 | ||||
|   //#define  DEFAULT_Kd 114 | ||||
|  | ||||
|   // MakerGear | ||||
|   //#define  DEFAULT_Kp 7.0 | ||||
|   //#define  DEFAULT_Ki 0.1 | ||||
|   //#define  DEFAULT_Kd 12 | ||||
|  | ||||
|   // Mendel Parts V9 on 12V | ||||
|   //#define  DEFAULT_Kp 63.0 | ||||
|   //#define  DEFAULT_Ki 2.25 | ||||
|   //#define  DEFAULT_Kd 440 | ||||
|  | ||||
|   // Vellemann K8200 Extruder - calculated with PID Autotune and tested | ||||
|   #define  DEFAULT_Kp 24.29 | ||||
|   #define  DEFAULT_Ki 1.58 | ||||
| @@ -261,18 +245,6 @@ Here are some standard links for getting your machine calibrated: | ||||
|  | ||||
|   #define PID_BED_INTEGRAL_DRIVE_MAX MAX_BED_POWER //limit for the integral term | ||||
|  | ||||
|   //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 | ||||
|   //#define  DEFAULT_bedKi .023 | ||||
|   //#define  DEFAULT_bedKd 305.4 | ||||
|  | ||||
|   //120v 250W silicone heater into 4mm borosilicate (MendelMax 1.5+) | ||||
|   //from pidautotune | ||||
|   //#define  DEFAULT_bedKp 97.1 | ||||
|   //#define  DEFAULT_bedKi 1.41 | ||||
|   //#define  DEFAULT_bedKd 1675.16 | ||||
|  | ||||
|   //Vellemann K8200 PCB heatbed with standard PCU at 60 degreesC - calculated with PID Autotune and tested | ||||
|   //from pidautotune | ||||
|   #define  DEFAULT_bedKp 341.88 | ||||
|   | ||||
		Reference in New Issue
	
	Block a user