Configurations/config/examples/Creality/Ender-5/BigTreeTech SKR Mini E3 2.0
2022-09-16 14:19:08 -05:00
..
_Bootscreen.h Latest updates including links 2020-07-25 04:31:59 -05:00
_Statusscreen.h Latest updates including links 2020-07-25 04:31:59 -05:00
Configuration.h ANYCUBIC_LCD_GCODE_EXT 2022-09-16 14:19:08 -05:00
Configuration_adv.h 📝 M217 G cutting wipe retract 2022-09-07 17:49:35 -05:00
README.md 🔧 Configuration updates, cleanup (#709) 2022-04-18 21:17:43 -05:00

Ender-5 with BigTreeTech SKR Mini E3 v2.0

Build with "Auto Build Marlin"

For the best experience building with PlatformIO in VSCode, open up the "Extensions" panel and install the "Auto Build Marlin" extension. After installation, open up the Auto Build Marlin view and click the "Build" button for the "512K" environment.

Build with PlatformIO

For direct PlatformIO build, locate the env:STM32F103RC_btt_512K group the PlatformIO panel and click the "Build" item in that group to start the build.

To make the main "Build" button apply to this board's environment, edit the platformio.ini section [platformio] and change default_envs to

default_envs = STM32F103RC_btt_512K

Older Leadscrew

Note: This Ender-5 Configuration.h applies to the newer leadscrew with 800 steps/mm. If your printer has the older leadscrew, change the Z component of DEFAULT_AXIS_STEP_PER_UNIT to 400 as in the example below:

#define DEFAULT_AXIS_STEPS_PER_UNIT { 80, 80, 400, 93 }