mirror of
https://github.com/MarlinFirmware/Configurations.git
synced 2025-08-06 21:44:14 -06:00
BIQU B1 - base and BLTouch (#176)
Co-authored-by: Scott Lahteine <github@thinkyhead.com>
This commit is contained in:
parent
700ed59857
commit
11c504fb9a
6 changed files with 11891 additions and 7 deletions
|
@ -23,6 +23,12 @@
|
|||
|
||||
#define CONFIG_EXAMPLES_DIR "Creality/Ender-5/BigTreeTech SKR 1.4 Turbo (TMC2209)"
|
||||
|
||||
//#define E3D // Enable for the E3D all metal hotend.
|
||||
#define E3D_Extreme // Enable to print at over 285°C. Strongly discouraged by E3D but I neeeded it briefly. They say a little over isn't too risky but should not be done long term.
|
||||
#define chamber // Enable for Heated Chamber. Thermistor should be connected to TEMP-E1, Heater to the port next to the bed heater (with the hotend heatsink fan moved to an always-on pin).
|
||||
#define TMC2209_Enabled // Enable for TMC2209 drivers.
|
||||
#define SKR_14_Turbo // Enable for the SKR 1.4 turbo.
|
||||
|
||||
/**
|
||||
* Configuration.h
|
||||
*
|
||||
|
@ -76,13 +82,6 @@
|
|||
#define STRING_CONFIG_H_AUTHOR "(jagoosw, Ender-5)" // Who made the changes.
|
||||
//#define CUSTOM_VERSION_FILE Version.h // Path from the root directory (no quotes)
|
||||
|
||||
|
||||
//#define E3D // Enable this if you have an E3D all metal hotend
|
||||
#define E3D_Extreme // Enable this if you want to print at more than 285 degrees, this is strongly not reccomended by E3D but I neeeded it briefly. They say a little over isn't too risky but should not be done long term
|
||||
#define chamber // Enable this to if you have a chamber with the thermistor in the E1 thermistor connector, the heater in the other heater port (beside the bed heater) and the hotend heatsink fan which was prevuiysly in this hole in a different, always on, fan pin
|
||||
#define TMC2209_Enabled // Enable if you have TMC2209 drivers
|
||||
#define SKR_14_Turbo // Enable if SKR 1.4 turbo
|
||||
|
||||
/**
|
||||
* *** VENDORS PLEASE READ ***
|
||||
*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue