This commit is contained in:
Stavros Korokithakis 2023-05-29 16:31:04 +03:00
parent 0f75d741e8
commit 17e041f2d1
No known key found for this signature in database
GPG Key ID: 26EA345ECD4C2A63

View File

@ -11,13 +11,13 @@ I installed a BLTouch/3D Touch probe onto my TwoTrees Sapphire Pro, and configur
* Enable Universal Bed Leveling (replace the `AUTO_BED_LEVELING_BILINEAR` define with `AUTO_BED_LEVELING_UBL`), as Bilinear was terrible for me. * 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`. * You can also enable the Repeatability Test command with `Z_MIN_PROBE_REPEATABILITY_TEST`.
* Build with `pio run -e mks_robin_nano35`. * Build with `pio run -e mks_robin_nano35`.
* Copy `.pio/build/mks_robin_nano35/Robin_nano35.bin` to the SD card. * Copy `.pio/build/mks_robin_nano35/Robin_nano35.bin` to **a FAT32-formatted** (important) SD card.
* Insert the card into the printer and turn it on. * Insert the card into the printer and turn it on.
* Done! * Done!
* * * * * *
<p style="font-size:80%; font-style: italic"> <p style="font-size:80%; font-style: italic">
Last updated on April 24, 2023. For any questions/feedback, Last updated on May 29, 2023. For any questions/feedback,
email me at <a href="mailto:hi@stavros.io">hi@stavros.io</a>. email me at <a href="mailto:hi@stavros.io">hi@stavros.io</a>.
</p> </p>