mirror of
https://github.com/MarlinFirmware/Configurations.git
synced 2025-08-09 06:45:27 -06:00
🔧 Combo Biqu B1 (#887)
This commit is contained in:
parent
29c0083007
commit
9ff2a650ae
6 changed files with 44 additions and 3518 deletions
3485
config/examples/BIQU/B1/Configuration.h
Normal file
3485
config/examples/BIQU/B1/Configuration.h
Normal file
File diff suppressed because it is too large
Load diff
4288
config/examples/BIQU/B1/Configuration_adv.h
Normal file
4288
config/examples/BIQU/B1/Configuration_adv.h
Normal file
File diff suppressed because it is too large
Load diff
11
config/examples/BIQU/B1/README.md
Normal file
11
config/examples/BIQU/B1/README.md
Normal file
|
@ -0,0 +1,11 @@
|
|||
# BIQU B1 Firmware
|
||||
|
||||
In `Configuration.h` enable the `MOTHERBOARD BOARD_BTT_SKR_V1_4` option at the top to specify the BTT SKR V1.4 motherboard, otherwise the V2.0 board will be applied (slightly farther down).
|
||||
|
||||
For the SKR V2.0-based config, flash drive support is enabled by default. Jumpers to enable support may not have been installed correctly from the factory, so [follow Biqu's instructions, starting with Step 2](https://github.com/bigtreetech/BIQU-B1-SE-PLUS/blob/master/B1-SE%20fimware/B1-SE-U%20Disk%20Usage%20Tutorial-English.pdf) if flash drive support is not working correctly.
|
||||
|
||||
## BLTouch Probe Support
|
||||
|
||||
Uncomment `B1_USE_BLTOUCH` for probe customizations.
|
||||
|
||||
This configuration retains the use of homing with a Z limit switch. If you want to home with the BLTouch probe, remove your Z limit switch & bracket and enable (uncomment) `USE_PROBE_FOR_Z_HOMING` and `Z_SAFE_HOMING`. Change `Z_MIN_ENDSTOP_INVERTING` from `true` to `false`.
|
Loading…
Add table
Add a link
Reference in a new issue