Spacing cleanup
This commit is contained in:
		@@ -378,9 +378,9 @@
 | 
			
		||||
 | 
			
		||||
  // If you are using a pre-configured hotend then you can use one of the value sets by uncommenting it
 | 
			
		||||
  // J-Head Mk V-B
 | 
			
		||||
  #define  DEFAULT_Kp 25.05
 | 
			
		||||
  #define  DEFAULT_Ki 2.30
 | 
			
		||||
  #define  DEFAULT_Kd 68.15
 | 
			
		||||
  #define DEFAULT_Kp 25.05
 | 
			
		||||
  #define DEFAULT_Ki 2.30
 | 
			
		||||
  #define DEFAULT_Kd 68.15
 | 
			
		||||
 | 
			
		||||
#endif // PIDTEMP
 | 
			
		||||
 | 
			
		||||
@@ -412,15 +412,15 @@
 | 
			
		||||
 | 
			
		||||
  //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
 | 
			
		||||
  #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
 | 
			
		||||
  //#define DEFAULT_bedKp 97.1
 | 
			
		||||
  //#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.
 | 
			
		||||
#endif // PIDTEMPBED
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user