Bring configs up to date, clean up

This commit is contained in:
Scott Lahteine 2020-07-06 00:48:16 -05:00
parent bf072075f6
commit baafcf125f
312 changed files with 382 additions and 10742 deletions

View file

@ -505,9 +505,9 @@
// If you are using a pre-configured hotend then you can use one of the value sets by uncommenting it
// POWERwasp
#define DEFAULT_Kp 27.56
#define DEFAULT_Ki 5.34
#define DEFAULT_Kd 35.56
#define DEFAULT_Kp 27.56
#define DEFAULT_Ki 5.34
#define DEFAULT_Kd 35.56
// MakerGear
//#define DEFAULT_Kp 7.0

View file

@ -759,6 +759,7 @@
#define Z_STEPPER_ALIGN_AMP 1.0 // Use a value > 1.0 NOTE: This may cause instability!
#endif
// On a 300mm bed a 5% grade would give a misalignment of ~1.5cm
#define G34_MAX_GRADE 5 // (%) Maximum incline that G34 will handle
#define Z_STEPPER_ALIGN_ITERATIONS 3 // Number of iterations to apply during alignment
#define Z_STEPPER_ALIGN_ACC 0.02 // Stop iterating early if the accuracy is better than this