Adjust readme.

This commit is contained in:
bassamanator
2024-01-16 00:36:10 -05:00
parent e416117048
commit dd7600fd63

View File

@@ -74,7 +74,7 @@ In many ways, this entire repository can be considered _my opinion_ on the `3D p
- This entire page is a **12 minute read**. Save yourself _hours of troubleshooting_ and read this documentation fully. - This entire page is a **12 minute read**. Save yourself _hours of troubleshooting_ and read this documentation fully.
- ⚠️ Make sure your printer is in good physical condition, because print and travel speeds will be _a lot faster_. Beginners would be wise to run through [these steps](https://github.com/bassamanator/everything-sovol-sv06/blob/main/initialsteps.md). - ⚠️ Make sure your printer is in good physical condition, because print and travel speeds will be _a lot faster_. Beginners would be wise to run through [these steps](https://github.com/bassamanator/everything-sovol-sv06/blob/main/initialsteps.md).
- [Disable](https://github.com/bassamanator/everything-sovol-sv06/blob/main/howto.md#disable-usb-cable-5v-pin) the USB cable's 5V pin. - ⚠️ [Disable](https://github.com/bassamanator/everything-sovol-sv06/blob/main/howto.md#disable-usb-cable-5v-pin) the USB cable's 5V pin.
- Follow the steps in order. If an error was reported at a step, do no proceed to the next step. - Follow the steps in order. If an error was reported at a step, do no proceed to the next step.
- It is assumed that you are connected to your host Raspberry Pi (or other host device) via SSH, and that your printer motherboard is connected to the host via a data USB cable. 💡 Most of the micro USB cables that you find at home are _unlikely_ to be data cables, and it is not possible to tell just by looking. - It is assumed that you are connected to your host Raspberry Pi (or other host device) via SSH, and that your printer motherboard is connected to the host via a data USB cable. 💡 Most of the micro USB cables that you find at home are _unlikely_ to be data cables, and it is not possible to tell just by looking.
- It is also assumed that the username on the host device is `pi`. If that is not the case, edit `moonraker.conf` and `cfgs/misc-macros.cfg` to change any mentions of `/home/pi` to `/home/yourUserName`. - It is also assumed that the username on the host device is `pi`. If that is not the case, edit `moonraker.conf` and `cfgs/misc-macros.cfg` to change any mentions of `/home/pi` to `/home/yourUserName`.
@@ -83,7 +83,7 @@ In many ways, this entire repository can be considered _my opinion_ on the `3D p
- In `Fluidd`, you can do this from `Settings` > `Software Updates`. - In `Fluidd`, you can do this from `Settings` > `Software Updates`.
- In `Mainsail`, you can do this from `Machine` > `Update Manager`. - In `Mainsail`, you can do this from `Machine` > `Update Manager`.
- Robert Redford's performance in _Spy Game (2001)_ was superb! - Robert Redford's performance in _Spy Game (2001)_ was superb!
- It is assumed that there is one instance of Klipper installed. If that is not the case, then the steps in this guide will not work _perfectly_ for you. - It is assumed that there is one instance of Klipper installed. If that is not the case, the steps in this guide will not work _perfectly_ for you.
- Your question has probably been answered already, but if it hasn't, please post in the [Discussion](https://github.com/bassamanator/Sovol-SV06-firmware/discussions) section. - Your question has probably been answered already, but if it hasn't, please post in the [Discussion](https://github.com/bassamanator/Sovol-SV06-firmware/discussions) section.
- I would recommend searching for the word `NOTE` in this configuration. There are roughly half a dozen short points amongst the various files that you should be aware of. - I would recommend searching for the word `NOTE` in this configuration. There are roughly half a dozen short points amongst the various files that you should be aware of.
@@ -93,11 +93,11 @@ In many ways, this entire repository can be considered _my opinion_ on the `3D p
### Flash Firmware ### Flash Firmware
💡 If you have already flashed klipper onto your motherboard in the past, you can skip this step. 💡 If you flashed Klipper onto your motherboard in the past, you can skip this step.
Please note: Please note:
- For the sake of simplicity, I will refer to the klipper firmware file as `klipper.bin` even though the actual filename is something along the lines of `klipper-v0.11.0-148-g52f4e20c.bin`. - For the sake of simplicity, I will refer to the firmware file as `klipper.bin` even though the actual filename is something along the lines of `klipper-v0.11.0-148-g52f4e20c.bin`.
- The firmware file is located in the `misc` folder. - The firmware file is located in the `misc` folder.
- Flashing will only work if current firmware filename is _different from previous flashing procedure_. The `.bin` is also important. - Flashing will only work if current firmware filename is _different from previous flashing procedure_. The `.bin` is also important.
- You may find this [video](https://youtu.be/p6l253OJa34) useful. - You may find this [video](https://youtu.be/p6l253OJa34) useful.
@@ -150,7 +150,7 @@ Please note:
💡 Make sure the host and printer are connected via USB. 💡 Make sure the host and printer are connected via USB.
1. Find what port the `mcu` (printer motherboard) is connected to via **one** of the following commands: 1. Find what port the `mcu` (printer motherboard) is connected to via _one_ of the following commands:
- `ls /dev/serial/by-id/*` - `ls /dev/serial/by-id/*`
- `ls /dev/serial/by-path/*` - `ls /dev/serial/by-path/*`
@@ -169,7 +169,7 @@ Please note:
3. Do a `FIRMWARE_RESTART`. 3. Do a `FIRMWARE_RESTART`.
If the Klipper flash that you did earlier was successful, and you've done everything else correctly, you should see no errors or warnings in the `Mainsail`/`Fluidd` dashboard. **Klipper has successfully been installed on your printer!** If the Klipper flash that you did earlier was successful, and you've done everything else correctly, you should see no errors or warnings in the `Mainsail`/`Fluidd` dashboard. 🎉 **Your printer has been Klipperized!** 🎉
[🔼 Back to top](#outline) [🔼 Back to top](#outline)
@@ -208,15 +208,15 @@ If the Klipper flash that you did earlier was successful, and you've done everyt
1. `DO_CREATE_MESH` 1. `DO_CREATE_MESH`
2. `SAVE_CONFIG` (once completed) 2. `SAVE_CONFIG` (once completed)
🏁 If you've made it here, then your printer has been Klipperized, and is ready to print! 🏁 🏁 If you've made it here, then your Klipperized printer is ready to print! 🏁
But first, adjust your slicer. _But first_, adjust your slicer.
[🔼 Back to top](#outline) [🔼 Back to top](#outline)
## Adjust Your Slicer ## Adjust Your Slicer
📝 If you are using the config bundles found on this repo, you can skip this section. 📝 If you are using the slicer bundles found on this repo, you can skip this section.
### Start G-Code ### Start G-Code