Browse Source

Drop extra Bed PID

Scott Lahteine 4 years ago
parent
commit
dd118e2f36
2 changed files with 3 additions and 9 deletions
  1. 2
    8
      Marlin/Configuration.h
  2. 1
    1
      Marlin/Configuration_adv.h

+ 2
- 8
Marlin/Configuration.h View File

532
   //#define MIN_BED_POWER 0
532
   //#define MIN_BED_POWER 0
533
   //#define PID_BED_DEBUG // Sends debug data to the serial port.
533
   //#define PID_BED_DEBUG // Sends debug data to the serial port.
534
 
534
 
535
-  //120V 250W silicone heater into 4mm borosilicate (MendelMax 1.5+)
536
-  //from FOPDT model - kp=.39 Tp=405 Tdead=66, Tc set to 79.2, aggressive factor of .15 (vs .1, 1, 10)
535
+  // 120V 250W silicone heater into 4mm borosilicate (MendelMax 1.5+)
536
+  // from FOPDT model - kp=.39 Tp=405 Tdead=66, Tc set to 79.2, aggressive factor of .15 (vs .1, 1, 10)
537
   #define DEFAULT_bedKp 10.00
537
   #define DEFAULT_bedKp 10.00
538
   #define DEFAULT_bedKi .023
538
   #define DEFAULT_bedKi .023
539
   #define DEFAULT_bedKd 305.4
539
   #define DEFAULT_bedKd 305.4
540
 
540
 
541
-  //120V 250W silicone heater into 4mm borosilicate (MendelMax 1.5+)
542
-  //from pidautotune
543
-  //#define DEFAULT_bedKp 97.1
544
-  //#define DEFAULT_bedKi 1.41
545
-  //#define DEFAULT_bedKd 1675.16
546
-
547
   // FIND YOUR OWN: "M303 E-1 C8 S90" to run autotune on the bed at 90 degreesC for 8 cycles.
541
   // FIND YOUR OWN: "M303 E-1 C8 S90" to run autotune on the bed at 90 degreesC for 8 cycles.
548
 #endif // PIDTEMPBED
542
 #endif // PIDTEMPBED
549
 
543
 

+ 1
- 1
Marlin/Configuration_adv.h View File

3473
    */
3473
    */
3474
   //#define MMU_EXTRUDER_SENSOR
3474
   //#define MMU_EXTRUDER_SENSOR
3475
   #if ENABLED(MMU_EXTRUDER_SENSOR)
3475
   #if ENABLED(MMU_EXTRUDER_SENSOR)
3476
-    #define MMU_LOADING_ATTEMPTS_NR 5 //max. number of attempts to load filament if first load fail
3476
+    #define MMU_LOADING_ATTEMPTS_NR 5 // max. number of attempts to load filament if first load fail
3477
   #endif
3477
   #endif
3478
 
3478
 
3479
   /**
3479
   /**

Loading…
Cancel
Save