Updated 'before you begin' section to let users know that is assumed to be the username.

This commit is contained in:
Bassam Husain
2023-03-23 12:05:36 -04:00
parent 1e80ff171a
commit d628b6e9ef

View File

@@ -42,7 +42,8 @@ I work on this repository all the time and a lot of new features are coming. Wat
## Before You Begin ## Before You Begin
- Know what you're getting into by reading this documentation *fully!* - Know what you're getting into by reading this documentation *fully!*
- There is an assumption that you are connected to your host Raspberry Pi via SSH, and that your printer motherboard is connected to the host via USB. - 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 USB.
- It is also assumed that the username on the host device is `pi`. If that is not the case, you will have to manually edit `moonraker.conf` and `cfgs/misc-macros.cfg` and change any mentions of `/home/pi` to `/home/yourUserName`.
- Klipper *must* be installed on the host Raspberry Pi for everything to work. Easiest is to use a [FluiddPi](https://docs.fluidd.xyz/installation/fluiddpi#download) or [MainsailOS](https://github.com/mainsail-crew/mainsail/releases/latest) image. - Klipper *must* be installed on the host Raspberry Pi for everything to work. Easiest is to use a [FluiddPi](https://docs.fluidd.xyz/installation/fluiddpi#download) or [MainsailOS](https://github.com/mainsail-crew/mainsail/releases/latest) image.
- 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.
- If you see any errors, or encounter any issues, please create an [Issue](https://github.com/bassamanator/Sovol-SV06-firmware/issues/new), or a [Pull request](https://github.com/bassamanator/Sovol-SV06-firmware/pulls). - If you see any errors, or encounter any issues, please create an [Issue](https://github.com/bassamanator/Sovol-SV06-firmware/issues/new), or a [Pull request](https://github.com/bassamanator/Sovol-SV06-firmware/pulls).
@@ -56,7 +57,7 @@ I work on this repository all the time and a lot of new features are coming. Wat
### Prepare the microSD Card for Flashing ### Prepare the microSD Card for Flashing
- Size: `8GB`. Accordinig to Sovol, the largest size that you can use is `16GB`. - Size: `8GB`. According to Sovol, the largest size that you can use is `16GB`.
- File system: `FAT32`. - File system: `FAT32`.
- Must not contain any files *except* the firmware file. - Must not contain any files *except* the firmware file.