Browse Source

Tweak E180 config

Scott Lahteine 4 years ago
parent
commit
4a6f625f86
1 changed files with 7 additions and 1 deletions
  1. 7
    1
      config/examples/Geeetech/E180/Configuration.h

+ 7
- 1
config/examples/Geeetech/E180/Configuration.h View File

@@ -516,6 +516,12 @@
516 516
   //#define MIN_BED_POWER 0
517 517
   //#define PID_BED_DEBUG // Sends debug data to the serial port.
518 518
 
519
+  //120V 250W silicone heater into 4mm borosilicate (MendelMax 1.5+)
520
+  //from FOPDT model - kp=.39 Tp=405 Tdead=66, Tc set to 79.2, aggressive factor of .15 (vs .1, 1, 10)
521
+  //#define DEFAULT_bedKp 10.00
522
+  //#define DEFAULT_bedKi .023
523
+  //#define DEFAULT_bedKd 305.4
524
+
519 525
   // FIND YOUR OWN: "M303 E-1 C8 S60"
520 526
 #endif // PIDTEMPBED
521 527
 
@@ -1083,7 +1089,7 @@
1083 1089
 #if ENABLED(FILAMENT_RUNOUT_SENSOR)
1084 1090
   #define NUM_RUNOUT_SENSORS   1     // Number of sensors, up to one per extruder. Define a FIL_RUNOUT#_PIN for each.
1085 1091
   #define FIL_RUNOUT_PIN      66
1086
-  #define FIL_RUNOUT_INVERTING true  // set to true to invert the logic of the sensors. - some of the geeetech filament sensors are false
1092
+  #define FIL_RUNOUT_INVERTING true  // Set to true to invert the logic of the sensors. (Some Geeetech filament sensors are false)
1087 1093
   #define FIL_RUNOUT_PULLUP          // Use internal pullup for filament runout pins.
1088 1094
   //#define FIL_RUNOUT_PULLDOWN      // Use internal pulldown for filament runout pins.
1089 1095
 

Loading…
Cancel
Save