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 "Geeetech/A10M"
/**
* Configuration.h
*
@ -492,9 +490,9 @@
// If you are using a pre-configured hotend then you can use one of the value sets by uncommenting it
// A10M [@thinkyhead]
#define DEFAULT_Kp 45.80
#define DEFAULT_Ki 3.61
#define DEFAULT_Kd 145.39
#define DEFAULT_Kp 45.80
#define DEFAULT_Ki 3.61
#define DEFAULT_Kd 145.39
#endif // PIDTEMP
@ -532,9 +530,9 @@
//#define PID_BED_DEBUG // Sends debug data to the serial port.
// MeCreator2 generated by Autotune
#define DEFAULT_bedKp 182.46 // 175.68 189.95
#define DEFAULT_bedKi 35.92 // 34.59 37.40
#define DEFAULT_bedKd 231.70 // 223.07 241.19
#define DEFAULT_bedKp 182.46 // 175.68 189.95
#define DEFAULT_bedKi 35.92 // 34.59 37.40
#define DEFAULT_bedKd 231.70 // 223.07 241.19
// FIND YOUR OWN: "M303 E-1 C8 S90" to run autotune on the bed at 90 degreesC for 8 cycles.
#endif // PIDTEMPBED