|
@@ -476,7 +476,7 @@
|
476
|
476
|
// If you are using a pre-configured hotend then you can use one of the value sets by uncommenting it
|
477
|
477
|
|
478
|
478
|
//FIND YOUR OWN: "M303 C8 S200 U" HOTEND PID
|
479
|
|
-
|
|
479
|
+
|
480
|
480
|
#define DEFAULT_Kp 45.80
|
481
|
481
|
#define DEFAULT_Ki 3.61
|
482
|
482
|
#define DEFAULT_Kd 145.39
|
|
@@ -515,7 +515,6 @@
|
515
|
515
|
#if ENABLED(PIDTEMPBED)
|
516
|
516
|
//#define MIN_BED_POWER 0
|
517
|
517
|
//#define PID_BED_DEBUG // Sends debug data to the serial port.
|
518
|
|
-
|
519
|
518
|
|
520
|
519
|
// FIND YOUR OWN: "M303 E-1 C8 S60"
|
521
|
520
|
#endif // PIDTEMPBED
|
|
@@ -1084,7 +1083,7 @@
|
1084
|
1083
|
#if ENABLED(FILAMENT_RUNOUT_SENSOR)
|
1085
|
1084
|
#define NUM_RUNOUT_SENSORS 1 // Number of sensors, up to one per extruder. Define a FIL_RUNOUT#_PIN for each.
|
1086
|
1085
|
#define FIL_RUNOUT_PIN 66
|
1087
|
|
- #define FIL_RUNOUT_INVERTING true // set to true to invert the logic of the sensors. - some of the geeetech filament sensors are false
|
|
1086
|
+ #define FIL_RUNOUT_INVERTING true // set to true to invert the logic of the sensors. - some of the geeetech filament sensors are false
|
1088
|
1087
|
#define FIL_RUNOUT_PULLUP // Use internal pullup for filament runout pins.
|
1089
|
1088
|
//#define FIL_RUNOUT_PULLDOWN // Use internal pulldown for filament runout pins.
|
1090
|
1089
|
|