Skip to content

Commit d0ef40e

Browse files
committed
✨ DEFAULT_KF_LIST
MarlinFirmware/Marlin#18483
1 parent 617ff5e commit d0ef40e

409 files changed

Lines changed: 2045 additions & 0 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

config/examples/3DFabXYZ/Migbot/Configuration_adv.h

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -473,6 +473,11 @@
473473
#define PID_FAN_SCALING_MIN_SPEED 10 // Minimum fan speed at which to enable PID_FAN_SCALING
474474
#endif
475475
#endif
476+
#if ENABLED(PID_PARAMS_PER_HOTEND)
477+
// Specify up to one value per hotend here, according to your setup.
478+
// If there are fewer values, the last one applies to the remaining hotends.
479+
#define DEFAULT_KF_LIST { DEFAULT_KF, DEFAULT_KF }
480+
#endif
476481
#endif
477482

478483
/**

config/examples/3DMatik/XL/Configuration_adv.h

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -473,6 +473,11 @@
473473
#define PID_FAN_SCALING_MIN_SPEED 10 // Minimum fan speed at which to enable PID_FAN_SCALING
474474
#endif
475475
#endif
476+
#if ENABLED(PID_PARAMS_PER_HOTEND)
477+
// Specify up to one value per hotend here, according to your setup.
478+
// If there are fewer values, the last one applies to the remaining hotends.
479+
#define DEFAULT_KF_LIST { DEFAULT_KF, DEFAULT_KF }
480+
#endif
476481
#endif
477482

478483
/**

config/examples/ADIMLab/Gantry v1/Configuration_adv.h

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -473,6 +473,11 @@
473473
#define PID_FAN_SCALING_MIN_SPEED 10 // Minimum fan speed at which to enable PID_FAN_SCALING
474474
#endif
475475
#endif
476+
#if ENABLED(PID_PARAMS_PER_HOTEND)
477+
// Specify up to one value per hotend here, according to your setup.
478+
// If there are fewer values, the last one applies to the remaining hotends.
479+
#define DEFAULT_KF_LIST { DEFAULT_KF, DEFAULT_KF }
480+
#endif
476481
#endif
477482

478483
/**

config/examples/ADIMLab/Gantry v2/Configuration_adv.h

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -473,6 +473,11 @@
473473
#define PID_FAN_SCALING_MIN_SPEED 10 // Minimum fan speed at which to enable PID_FAN_SCALING
474474
#endif
475475
#endif
476+
#if ENABLED(PID_PARAMS_PER_HOTEND)
477+
// Specify up to one value per hotend here, according to your setup.
478+
// If there are fewer values, the last one applies to the remaining hotends.
479+
#define DEFAULT_KF_LIST { DEFAULT_KF, DEFAULT_KF }
480+
#endif
476481
#endif
477482

478483
/**

config/examples/Alfawise/U20-bltouch/Configuration_adv.h

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -473,6 +473,11 @@
473473
#define PID_FAN_SCALING_MIN_SPEED 10 // Minimum fan speed at which to enable PID_FAN_SCALING
474474
#endif
475475
#endif
476+
#if ENABLED(PID_PARAMS_PER_HOTEND)
477+
// Specify up to one value per hotend here, according to your setup.
478+
// If there are fewer values, the last one applies to the remaining hotends.
479+
#define DEFAULT_KF_LIST { DEFAULT_KF, DEFAULT_KF }
480+
#endif
476481
#endif
477482

478483
/**

config/examples/Alfawise/U20/Configuration_adv.h

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -473,6 +473,11 @@
473473
#define PID_FAN_SCALING_MIN_SPEED 10 // Minimum fan speed at which to enable PID_FAN_SCALING
474474
#endif
475475
#endif
476+
#if ENABLED(PID_PARAMS_PER_HOTEND)
477+
// Specify up to one value per hotend here, according to your setup.
478+
// If there are fewer values, the last one applies to the remaining hotends.
479+
#define DEFAULT_KF_LIST { DEFAULT_KF, DEFAULT_KF }
480+
#endif
476481
#endif
477482

478483
/**

config/examples/AliExpress/CL-260/Configuration_adv.h

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -473,6 +473,11 @@
473473
#define PID_FAN_SCALING_MIN_SPEED 10 // Minimum fan speed at which to enable PID_FAN_SCALING
474474
#endif
475475
#endif
476+
#if ENABLED(PID_PARAMS_PER_HOTEND)
477+
// Specify up to one value per hotend here, according to your setup.
478+
// If there are fewer values, the last one applies to the remaining hotends.
479+
#define DEFAULT_KF_LIST { DEFAULT_KF, DEFAULT_KF }
480+
#endif
476481
#endif
477482

478483
/**

config/examples/AliExpress/UM2pExt/Configuration_adv.h

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -473,6 +473,11 @@
473473
#define PID_FAN_SCALING_MIN_SPEED 10 // Minimum fan speed at which to enable PID_FAN_SCALING
474474
#endif
475475
#endif
476+
#if ENABLED(PID_PARAMS_PER_HOTEND)
477+
// Specify up to one value per hotend here, according to your setup.
478+
// If there are fewer values, the last one applies to the remaining hotends.
479+
#define DEFAULT_KF_LIST { DEFAULT_KF, DEFAULT_KF }
480+
#endif
476481
#endif
477482

478483
/**

config/examples/Anet/A2/Configuration_adv.h

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -473,6 +473,11 @@
473473
#define PID_FAN_SCALING_MIN_SPEED 10 // Minimum fan speed at which to enable PID_FAN_SCALING
474474
#endif
475475
#endif
476+
#if ENABLED(PID_PARAMS_PER_HOTEND)
477+
// Specify up to one value per hotend here, according to your setup.
478+
// If there are fewer values, the last one applies to the remaining hotends.
479+
#define DEFAULT_KF_LIST { DEFAULT_KF, DEFAULT_KF }
480+
#endif
476481
#endif
477482

478483
/**

config/examples/Anet/A2plus/Configuration_adv.h

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -473,6 +473,11 @@
473473
#define PID_FAN_SCALING_MIN_SPEED 10 // Minimum fan speed at which to enable PID_FAN_SCALING
474474
#endif
475475
#endif
476+
#if ENABLED(PID_PARAMS_PER_HOTEND)
477+
// Specify up to one value per hotend here, according to your setup.
478+
// If there are fewer values, the last one applies to the remaining hotends.
479+
#define DEFAULT_KF_LIST { DEFAULT_KF, DEFAULT_KF }
480+
#endif
476481
#endif
477482

478483
/**

0 commit comments

Comments
 (0)