Skip to content

Commit

Permalink
🔧 Enable MicroProbe V2 on Hurakan (#1007)
Browse files Browse the repository at this point in the history
  • Loading branch information
thisiskeithb authored Feb 1, 2024
1 parent 0818f5f commit 1411395
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 13 deletions.
2 changes: 1 addition & 1 deletion config/examples/BIQU/B1 SE Plus/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +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.
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.
2 changes: 1 addition & 1 deletion config/examples/BIQU/B1 SE/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# BIQU B1 SE (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.
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.
2 changes: 1 addition & 1 deletion config/examples/BIQU/B1/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

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.
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

Expand Down
2 changes: 1 addition & 1 deletion config/examples/BIQU/BX/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Biqu BX Configuration
# BIQU BX Configuration

In `Configuration.h` enable the `MOTHERBOARD BOARD_BTT_SKR_SE_BX_V3` option at the top to specify the BTT SKR SE BX V3.0 motherboard, otherwise the V2.0 board will be applied (slightly farther down).

Expand Down
8 changes: 3 additions & 5 deletions config/examples/BIQU/Hurakan/Configuration.h
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,6 @@
#error "Don't build with import-2.1.x configurations!"
#error "Use the 'bugfix...' or 'release...' configurations matching your Marlin version."

//#define BIQU_MICROPROBE_V1 // Uncomment for Biqu MicroProbe V1, otherwise V2 is assumed

/**
* Configuration.h
*
Expand Down Expand Up @@ -1192,7 +1190,7 @@
#define V_MAX_ENDSTOP_HIT_STATE HIGH
#define W_MIN_ENDSTOP_HIT_STATE HIGH
#define W_MAX_ENDSTOP_HIT_STATE HIGH
#define Z_MIN_PROBE_ENDSTOP_HIT_STATE TERN(BIQU_MICROPROBE_V1, HIGH, LOW)
#define Z_MIN_PROBE_ENDSTOP_HIT_STATE LOW

// Enable this feature if all enabled endstop pins are interrupt-capable.
// This will remove the need to poll the interrupt pins, saving many CPU cycles.
Expand Down Expand Up @@ -1394,7 +1392,7 @@
* A Fix-Mounted Probe either doesn't deploy or needs manual deployment.
* (e.g., an inductive probe or a nozzle-based probe-switch.)
*/
#define FIX_MOUNTED_PROBE
//#define FIX_MOUNTED_PROBE

/**
* Use the nozzle as the probe, as with a conductive
Expand Down Expand Up @@ -1467,7 +1465,7 @@
* Also requires: PROBE_ENABLE_DISABLE
*/
//#define BIQU_MICROPROBE_V1 // Triggers HIGH
//#define BIQU_MICROPROBE_V2 // Triggers LOW
#define BIQU_MICROPROBE_V2 // Triggers LOW

// A probe that is deployed and stowed with a solenoid pin (SOL1_PIN)
//#define SOLENOID_PROBE
Expand Down
6 changes: 3 additions & 3 deletions config/examples/BIQU/Hurakan/README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# Biqu Hurakan Configuration
# BIQU Hurakan Configuration

> [!NOTE]
> Early Hurakan printers have a raised bed power switch, so enable (uncomment) `#define PROBING_MARGIN_BACK` in `Configuration_adv.h` to prevent the hotend from potentially colliding with the switch assembly while probing.
>
> Enable (uncomment) `#define BIQU_MICROPROBE_V1` in `Configuration.h` for Biqu MicroProbe V1, otherwise V2 is assumed.
> MicroProbe V2 is assumed.
The Biqu Hurakan ships with a BigTreeTech Manta M4P motherboard which includes an integrated BigTreeTech CB1 single board computer running Klipper. See below for instructions on how to update the CB1 to run OctoPrint.
The BIQU Hurakan ships with a BigTreeTech Manta M4P motherboard which includes an integrated BigTreeTech CB1 single board computer running Klipper. See below for instructions on how to update the CB1 to run OctoPrint.

# Table of Contents

Expand Down
2 changes: 1 addition & 1 deletion config/examples/BIQU/Thunder Standard/Configuration.h
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
// @section info

// Author info of this build printed to the host during boot and M115
#define STRING_CONFIG_H_AUTHOR "(thisiskeithb, Biqu Thunder Standard)" // Who made the changes.
#define STRING_CONFIG_H_AUTHOR "(thisiskeithb)" // Who made the changes.
//#define CUSTOM_VERSION_FILE Version.h // Path from the root directory (no quotes)

// @section machine
Expand Down

0 comments on commit 1411395

Please sign in to comment.