From 5f94ce63d1035bcca1bd9607faaf7992d661fff5 Mon Sep 17 00:00:00 2001 From: Keith Bennett <13375512+thisiskeithb@users.noreply.github.com> Date: Thu, 5 May 2022 00:45:48 -0700 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=B8=20Improve=20B1,=20Set=20MULTI=5FVO?= =?UTF-8?q?LUME=20for=20B1=20SE=20Plus=20(#719)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/examples/BIQU/B1 - SKR 2/README.md | 2 +- config/examples/BIQU/B1 SE Plus/Configuration_adv.h | 2 +- config/examples/BIQU/B1 SE Plus/README.md | 3 +++ 3 files changed, 5 insertions(+), 2 deletions(-) create mode 100644 config/examples/BIQU/B1 SE Plus/README.md diff --git a/config/examples/BIQU/B1 - SKR 2/README.md b/config/examples/BIQU/B1 - SKR 2/README.md index f7e5571007..6ab2955f01 100644 --- a/config/examples/BIQU/B1 - SKR 2/README.md +++ b/config/examples/BIQU/B1 - SKR 2/README.md @@ -1,6 +1,6 @@ # BIQU B1 (SKR 2) Firmware -Flash drive support is enabled, but jumpers to enable support may not have been installed correctly from the factory. [Follow Biqu's instructions, starting with Step 2](https://github.com/bigtreetech/BIQU-B1-SE-PLUS/blob/main/B1-SE%20fimware/B1-SE-U%20Disk%20Usage%20Tutorial-English.pdf) if flash drive support is not working correctly. +Flash drive support is enabled, but jumpers to enable support may not have been installed correctly from the factory. [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 diff --git a/config/examples/BIQU/B1 SE Plus/Configuration_adv.h b/config/examples/BIQU/B1 SE Plus/Configuration_adv.h index 4d916bee65..3f3c554daa 100644 --- a/config/examples/BIQU/B1 SE Plus/Configuration_adv.h +++ b/config/examples/BIQU/B1 SE Plus/Configuration_adv.h @@ -1646,7 +1646,7 @@ * Multiple volume support - EXPERIMENTAL. * Adds 'M21 Pm' / 'M21 S' / 'M21 U' to mount SD Card / USB Drive. */ - //#define MULTI_VOLUME + #define MULTI_VOLUME #if ENABLED(MULTI_VOLUME) #define VOLUME_SD_ONBOARD #define VOLUME_USB_FLASH_DRIVE diff --git a/config/examples/BIQU/B1 SE Plus/README.md b/config/examples/BIQU/B1 SE Plus/README.md new file mode 100644 index 0000000000..98b27068e8 --- /dev/null +++ b/config/examples/BIQU/B1 SE Plus/README.md @@ -0,0 +1,3 @@ +# BIQU B1 SE Plus (SKR 2) Firmware + +Flash drive support is enabled, but jumpers to enable support may not have been installed correctly from the factory. [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.