|
@@ -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,7 @@
|
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
|
|
-
|
|
518
|
+
|
519
|
519
|
#define DEFAULT_bedKp 369.610
|
520
|
520
|
#define DEFAULT_bedKi 54.132
|
521
|
521
|
#define DEFAULT_bedKd 602.870
|
|
@@ -1087,7 +1087,7 @@
|
1087
|
1087
|
#if ENABLED(FILAMENT_RUNOUT_SENSOR)
|
1088
|
1088
|
#define NUM_RUNOUT_SENSORS 1 // Number of sensors, up to one per extruder. Define a FIL_RUNOUT#_PIN for each.
|
1089
|
1089
|
#define FIL_RUNOUT_PIN 66
|
1090
|
|
- #define FIL_RUNOUT_INVERTING true // set to true to invert the logic of the sensors. - some of the geeetech filament sensors are false
|
|
1090
|
+ #define FIL_RUNOUT_INVERTING true // set to true to invert the logic of the sensors. - some of the geeetech filament sensors are false
|
1091
|
1091
|
#define FIL_RUNOUT_PULLUP // Use internal pullup for filament runout pins.
|
1092
|
1092
|
//#define FIL_RUNOUT_PULLDOWN // Use internal pulldown for filament runout pins.
|
1093
|
1093
|
|
|
@@ -1603,6 +1603,7 @@
|
1603
|
1603
|
*
|
1604
|
1604
|
*/
|
1605
|
1605
|
#define SDSUPPORT
|
|
1606
|
+#define SDIO_SUPPORT
|
1606
|
1607
|
|
1607
|
1608
|
/**
|
1608
|
1609
|
* SD CARD: SPI SPEED
|
|
@@ -1682,7 +1683,7 @@
|
1682
|
1683
|
//
|
1683
|
1684
|
// Add individual axis homing items (Home X, Home Y, and Home Z) to the LCD menu.
|
1684
|
1685
|
//
|
1685
|
|
-#define INDIVIDUAL_AXIS_HOMING_MENU //free
|
|
1686
|
+#define INDIVIDUAL_AXIS_HOMING_MENU
|
1686
|
1687
|
|
1687
|
1688
|
//
|
1688
|
1689
|
// SPEAKER/BUZZER
|
|
@@ -2072,7 +2073,7 @@
|
2072
|
2073
|
// Use software PWM to drive the fan, as for the heaters. This uses a very low frequency
|
2073
|
2074
|
// which is not as annoying as with the hardware PWM. On the other hand, if this frequency
|
2074
|
2075
|
// is too low, you should also increment SOFT_PWM_SCALE.
|
2075
|
|
-#define FAN_SOFT_PWM //costs 2b //enables parts fan speed control
|
|
2076
|
+#define FAN_SOFT_PWM
|
2076
|
2077
|
|
2077
|
2078
|
// Incrementing this by 1 will double the software PWM frequency,
|
2078
|
2079
|
// affecting heaters, and the fan if FAN_SOFT_PWM is enabled.
|