mirror of
https://github.com/MarlinFirmware/Configurations.git
synced 2025-08-05 21:14:06 -06:00
Whitespace cleanup, Bluer parity
This commit is contained in:
parent
e91b6832d0
commit
9e077bd285
7 changed files with 19 additions and 24 deletions
|
@ -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
|
||||
|
||||
//===========================================================================
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue