Clean and update configs, apply dir later

This commit is contained in:
Scott Lahteine 2020-09-08 18:10:23 -05:00
parent 60f8ae5ba5
commit 074d3f936e
444 changed files with 330 additions and 4685 deletions

View file

@ -21,8 +21,6 @@
*/
#pragma once
#define CONFIG_EXAMPLES_DIR "Anet/A8plus"
/**
* Configuration.h
*
@ -509,9 +507,9 @@
// ANET A8 Standard Extruder at 210 Degree Celsius and 100% Fan
//(measured after M106 S255 with M303 E0 S210 C8)
#define DEFAULT_Kp 49.19
#define DEFAULT_Ki 6.33
#define DEFAULT_Kd 95.60
#define DEFAULT_Kp 49.19
#define DEFAULT_Ki 6.33
#define DEFAULT_Kd 95.60
#endif // PIDTEMP
//===========================================================================