diff --git a/config/examples/Anet/ET4/Configuration.h b/config/examples/Anet/ET4/Configuration.h index 0225b3d2cf..3fe196789e 100644 --- a/config/examples/Anet/ET4/Configuration.h +++ b/config/examples/Anet/ET4/Configuration.h @@ -635,7 +635,7 @@ #define USE_ZMIN_PLUG //#define USE_XMAX_PLUG //#define USE_YMAX_PLUG -#define USE_ZMAX_PLUG +#define USE_ZMAX_PLUG // Enable pullup for all endstops to prevent a floating state #define ENDSTOPPULLUPS diff --git a/config/examples/Creality/CR-10 S4/CrealityV1/Configuration.h b/config/examples/Creality/CR-10 S4/CrealityV1/Configuration.h index 5b3d8c002c..928ea83c33 100644 --- a/config/examples/Creality/CR-10 S4/CrealityV1/Configuration.h +++ b/config/examples/Creality/CR-10 S4/CrealityV1/Configuration.h @@ -1528,7 +1528,7 @@ #define PREHEAT_2_FAN_SPEED 0 // Value from 0 to 255 #define PREHEAT_3_LABEL "PETG" -#define PREHEAT_3_TEMP_HOTEND 220 +#define PREHEAT_3_TEMP_HOTEND 220 #define PREHEAT_3_TEMP_BED 45 #define PREHEAT_3_FAN_SPEED 255 // Value from 0 to 255 diff --git a/config/examples/Creality/CR-10/BigTreeTech SKR Mini E3 2.0/Configuration.h b/config/examples/Creality/CR-10/BigTreeTech SKR Mini E3 2.0/Configuration.h index 2b0efad15e..d1df5bff29 100644 --- a/config/examples/Creality/CR-10/BigTreeTech SKR Mini E3 2.0/Configuration.h +++ b/config/examples/Creality/CR-10/BigTreeTech SKR Mini E3 2.0/Configuration.h @@ -1524,7 +1524,7 @@ #define PREHEAT_2_FAN_SPEED 255 // Value from 0 to 255 #define PREHEAT_3_LABEL "petG" -#define PREHEAT_3_TEMP_HOTEND 220 +#define PREHEAT_3_TEMP_HOTEND 220 #define PREHEAT_3_TEMP_BED 45 #define PREHEAT_3_FAN_SPEED 255 // Value from 0 to 255 diff --git a/config/examples/Creality/CR-10S/BigTreeTech SKR Mini E3 2.0/Configuration.h b/config/examples/Creality/CR-10S/BigTreeTech SKR Mini E3 2.0/Configuration.h index 6b6e4115fc..deb3aa144f 100644 --- a/config/examples/Creality/CR-10S/BigTreeTech SKR Mini E3 2.0/Configuration.h +++ b/config/examples/Creality/CR-10S/BigTreeTech SKR Mini E3 2.0/Configuration.h @@ -1526,7 +1526,7 @@ #define PREHEAT_2_FAN_SPEED 255 // Value from 0 to 255 #define PREHEAT_3_LABEL "petG" -#define PREHEAT_3_TEMP_HOTEND 220 +#define PREHEAT_3_TEMP_HOTEND 220 #define PREHEAT_3_TEMP_BED 45 #define PREHEAT_3_FAN_SPEED 255 // Value from 0 to 255 diff --git a/config/examples/Two Trees/BlueR V3/Configuration.h b/config/examples/Two Trees/BlueR V3/Configuration.h index e74889d3b1..566ee15a21 100644 --- a/config/examples/Two Trees/BlueR V3/Configuration.h +++ b/config/examples/Two Trees/BlueR V3/Configuration.h @@ -496,23 +496,18 @@ //#define PID_PARAMS_PER_HOTEND // Uses separate PID parameters for each extruder (useful for mismatched extruders) // Set/get with gcode: M301 E[extruder number, 0-2] - // If you are using a pre-configured hotend then you can use one of the value sets by uncommenting it - - //Bluer - #define DEFAULT_Kp 11.03 - #define DEFAULT_Ki 0.63 - #define DEFAULT_Kd 48.43 - - // MakerGear - //#define DEFAULT_Kp 7.0 - //#define DEFAULT_Ki 0.1 - //#define DEFAULT_Kd 12 - - // Mendel Parts V9 on 12V - //#define DEFAULT_Kp 63.0 - //#define DEFAULT_Ki 2.25 - //#define DEFAULT_Kd 440 - + #if ENABLED(PID_PARAMS_PER_HOTEND) + // Specify between 1 and HOTENDS values per array. + // If fewer than EXTRUDER values are provided, the last element will be repeated. + #define DEFAULT_Kp_LIST { 11.03, 11.03 } + #define DEFAULT_Ki_LIST { 0.63, 0.63 } + #define DEFAULT_Kd_LIST { 48.43, 48.43 } + #else + // Bluer + #define DEFAULT_Kp 11.03 + #define DEFAULT_Ki 0.63 + #define DEFAULT_Kd 48.43 + #endif #endif // PIDTEMP //=========================================================================== diff --git a/config/examples/delta/FLSUN/QQS-Pro/Configuration.h b/config/examples/delta/FLSUN/QQS-Pro/Configuration.h index f05c365619..9a9d96f43e 100644 --- a/config/examples/delta/FLSUN/QQS-Pro/Configuration.h +++ b/config/examples/delta/FLSUN/QQS-Pro/Configuration.h @@ -1054,7 +1054,7 @@ // 2 or 3 sets of coordinates for deploying and retracting the spring loaded touch probe on G29, // if servo actuated touch probe is not defined. Uncomment as appropriate for your printer/probe. - // Kossel Mini + // Kossel Mini #define Z_PROBE_ALLEN_KEY_DEPLOY_1 { 30.0, DELTA_PRINTABLE_RADIUS, 100.0 } #define Z_PROBE_ALLEN_KEY_DEPLOY_1_FEEDRATE XY_PROBE_SPEED @@ -1220,7 +1220,7 @@ // @section extruder // For direct drive extruder v9 set to true, for geared extruder set to false. -#define INVERT_E0_DIR true //extruder TITAN +#define INVERT_E0_DIR true //extruder TITAN #define INVERT_E1_DIR false #define INVERT_E2_DIR false #define INVERT_E3_DIR false diff --git a/config/examples/delta/FLSUN/QQS-Pro/Configuration_adv.h b/config/examples/delta/FLSUN/QQS-Pro/Configuration_adv.h index 44b4b61152..4f650c604d 100644 --- a/config/examples/delta/FLSUN/QQS-Pro/Configuration_adv.h +++ b/config/examples/delta/FLSUN/QQS-Pro/Configuration_adv.h @@ -1908,7 +1908,7 @@ // The ASCII buffer for serial input #define MAX_CMD_SIZE 96 -#define BUFSIZE 128 +#define BUFSIZE 128 // Transmission to Host Buffer Size // To save 386 bytes of PROGMEM (and TX_BUFFER_SIZE+3 bytes of RAM) set to 0.