Update Ender-5 / SKR 1.4 Turbo (#180)

Co-authored-by: Scott Lahteine <github@thinkyhead.com>
This commit is contained in:
Keith Bennett 2020-08-19 19:21:02 -07:00 committed by GitHub
parent 9df5404c2a
commit 700ed59857
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 18 additions and 8 deletions

View file

@ -21,7 +21,7 @@
*/
#pragma once
#define CONFIG_EXAMPLES_DIR "Creality/Ender-5/BigTreeTech SKR 1.4 Turbo"
#define CONFIG_EXAMPLES_DIR "Creality/Ender-5/BigTreeTech SKR 1.4 Turbo (TMC2209)"
/**
* Configuration.h
@ -136,9 +136,9 @@
//#define BLUETOOTH
// Choose the name from boards.h that matches your setup
#ifndef MOTHERBOARD
#ifndef MOTHERBOARD
#if ENABLED(SKR_14_Turbo)
#define MOTHERBOARD BOARD_BTT_SKR_V1_4_TURBO
#define MOTHERBOARD BOARD_BTT_SKR_V1_4_TURBO
#else
#define MOTHERBOARD BOARD_MELZI_CREALITY
#endif
@ -483,7 +483,7 @@
#define HEATER_0_MAXTEMP 300
#elif ENABLED(E3D_Extreme)
#define HEATER_0_MAXTEMP 320
#else
#else
#define HEATER_0_MAXTEMP 275
#endif
#define HEATER_1_MAXTEMP 300

View file

@ -21,7 +21,7 @@
*/
#pragma once
#define CONFIG_EXAMPLES_DIR "Creality/Ender-5/BigTreeTech SKR 1.4 Turbo"
#define CONFIG_EXAMPLES_DIR "Creality/Ender-5/BigTreeTech SKR 1.4 Turbo (TMC2209)"
/**
* Configuration_adv.h
@ -136,7 +136,7 @@
#define CHAMBER_MAXTEMP 80
#define TEMP_CHAMBER_HYSTERESIS 5 // (°C) Temperature proximity considered "close enough" to the target
//#define CHAMBER_LIMIT_SWITCHING
#define HEATER_CHAMBER_PIN P2_04 // Chamber heater on/off pin
#define HEATER_CHAMBER_PIN P2_04 // Chamber heater on/off pin
//#define HEATER_CHAMBER_INVERTING false
#endif
@ -1020,8 +1020,8 @@
* AZTEEG_X5_MINI_WIFI 0x58 0x5C MCP4451
* MIGHTYBOARD_REVE 0x2F (0x5E) MCP4018
*/
#define DIGIPOT_I2C_ADDRESS_A 0x2C // Unshifted slave address for first DIGIPOT
#define DIGIPOT_I2C_ADDRESS_B 0x2D // Unshifted slave address for second DIGIPOT
//#define DIGIPOT_I2C_ADDRESS_A 0x2C // Unshifted slave address for first DIGIPOT
//#define DIGIPOT_I2C_ADDRESS_B 0x2D // Unshifted slave address for second DIGIPOT
#endif
//===========================================================================

View file

@ -0,0 +1,10 @@
# Modded Ender-5 Config with SKR 1.4 Turbo
This config is for an Ender-5 upgraded with the following mods:
- BigTreeTech SKR 1.4 Turbo
- TMC2209 drivers (sensorless homing)
- E3D all metal hotend (changes thermistor and max temps)
- "Extreme mode" for all-metal hotend (higher max temp which is not recommended for long-term use by E3D)
- Chamber setup (configures chamber with the thermistor in the E1 thermistor pin on the SKR 1.4 and the heater in the second heater pins beside the bed heater)
Other mods not listed here may also be enabled in this config, so proceed with caution.