2023-04-20 21:31:40 -04:00
# Installing BLTouch-compatible firmware onto the TwoTrees Sapphire Pro
2023-05-25 05:41:03 -04:00
I installed a BLTouch/3D Touch probe onto my TwoTrees Sapphire Pro, and configuring the firmware was a bit involved. The Sapphire Pro has a MKS Robin Nano v1.2 board. Here's the process:
2023-04-20 21:31:40 -04:00
* Clone the [Marlin repo from GitHub ](https://github.com/MarlinFirmware/Marlin ).
* Download [the configurations ](https://github.com/MarlinFirmware/Configurations/archive/bugfix-2.1.x.zip ).
2023-05-25 05:41:03 -04:00
* Check out the `2.1` branch (the configurations seem to be tailored to it and I couldn't be bothered changing).
2023-04-20 21:31:40 -04:00
* Replace the `Configuration.h` and `Configuration_adv.h` files with the ones from the configurations zip.
* Uncomment the `SPRO_BLTOUCH` define.
* I also changed my dimensions to `X_BED_SIZE 230` and `Y_BED_SIZE 225` , for a more realistic bed size.
2023-05-25 05:41:03 -04:00
* Enable Universal Bed Leveling (replace the `AUTO_BED_LEVELING_BILINEAR` define with `AUTO_BED_LEVELING_UBL` ), as Bilinear was terrible for me.
* You can also enable the Repeatability Test command with `Z_MIN_PROBE_REPEATABILITY_TEST` .
2023-04-20 21:31:40 -04:00
* Build with `pio run -e mks_robin_nano35` .
2023-05-29 09:31:04 -04:00
* Copy `.pio/build/mks_robin_nano35/Robin_nano35.bin` to **a FAT32-formatted** (important) SD card.
2023-04-20 21:31:40 -04:00
* Insert the card into the printer and turn it on.
* Done!
* * *
< p style = "font-size:80%; font-style: italic" >
2023-05-29 09:31:04 -04:00
Last updated on May 29, 2023. For any questions/feedback,
2023-04-20 21:31:40 -04:00
email me at < a href = "mailto:hi@stavros.io" > hi@stavros.io< / a > .
< / p >