Skip to content

Commit a33ebd9

Browse files
committed
Personal PID and E-Step settings
1 parent 3e43557 commit a33ebd9

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

source/Marlin/Configuration.h

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -523,9 +523,9 @@
523523
#define DEFAULT_Ki_LIST { 1.08, 1.08 }
524524
#define DEFAULT_Kd_LIST { 114.00, 114.00 }
525525
#else
526-
#define DEFAULT_Kp 18.09
527-
#define DEFAULT_Ki 1.14
528-
#define DEFAULT_Kd 71.47
526+
#define DEFAULT_Kp 10.08
527+
#define DEFAULT_Ki 0.39
528+
#define DEFAULT_Kd 65.84
529529
#endif
530530
#endif // PIDTEMP
531531

@@ -564,9 +564,9 @@
564564

565565
// 120V 250W silicone heater into 4mm borosilicate (MendelMax 1.5+)
566566
// from FOPDT model - kp=.39 Tp=405 Tdead=66, Tc set to 79.2, aggressive factor of .15 (vs .1, 1, 10)
567-
#define DEFAULT_bedKp 97.1
568-
#define DEFAULT_bedKi 1.41
569-
#define DEFAULT_bedKd 1675.16
567+
#define DEFAULT_bedKp 87.84
568+
#define DEFAULT_bedKi 8.51
569+
#define DEFAULT_bedKd 604.50
570570

571571
// FIND YOUR OWN: "M303 E-1 C8 S90" to run autotune on the bed at 90 degreesC for 8 cycles.
572572
#endif // PIDTEMPBED
@@ -767,7 +767,7 @@
767767
* Override with M92
768768
* X, Y, Z, E0 [, E1[, E2...]]
769769
*/
770-
#define DEFAULT_AXIS_STEPS_PER_UNIT { 80, 80, 400, 390 } //原来是390
770+
#define DEFAULT_AXIS_STEPS_PER_UNIT { 80, 80, 400, 414.68 } //原来是390
771771

772772
/**
773773
* Default Max Feed Rate (mm/s)

0 commit comments

Comments
 (0)