But before you use it - read the following text carefully!
I replaced the old stepperdrivers (A4988) for x,y,z axis with TMC2208. If you have the old ones change following lines in configuration.h back to:
Code: Select all
#define X_DRIVER_TYPE A4988
#define Y_DRIVER_TYPE A4988
#define Z_DRIVER_TYPE A4988
Code: Select all
#define INVERT_X_DIR true
#define INVERT_Y_DIR true
#define INVERT_Z_DIR false
When using A4988 stepper drivers and having problems with homing your printer try:
Code: Select all
#define ENDSTOP_NOISE_FILTER
Code: Select all
#define DEFAULT_Kp 22.2
#define DEFAULT_Ki 1.08
#define DEFAULT_Kd 114
Okay here is a little Update:
Wrote a new temptable for the thermistor: https://www.geeetech.com/10pcs-100kohm- ... p-632.html
Saved it under Preset 66-> Geeetech Extruder + Heated Bed (R25=100kOhm, beta25=3950, 4.7 kOhm pull-up)
maybe go back to default:
Code: Select all
#define TEMP_SENSOR_0 1
#define TEMP_SENSOR_BED 1
Download at own risk:
https://drive.google.com/file/d/1u8j-80 ... sp=sharing