Adjusted outline.

This commit is contained in:
Bassam Husain
2023-07-01 02:42:49 -04:00
parent 3a6dab44e0
commit 7acdbb2794
2 changed files with 30 additions and 29 deletions

47
.vscode/settings.json vendored
View File

@@ -6,29 +6,30 @@
"spellright.language": ["en-GB-10-1."],
"spellright.documentTypes": ["markdown", "plaintext"],
"cSpell.words": [
"ADXL",
"cfgs",
"Fluidd",
"Fluiddpi",
"gcode",
"githubstar",
"hotend",
"KIAUH",
"Klipper",
"Klipperized",
"lrwxrwxrwx",
"moonraker",
"octahedroflake",
"osskc",
"PARKBED",
"PARKCENTER",
"PARKFRONT",
"PARKFRONTLOW",
"PARKREAR",
"Prusa",
"runout",
"Sovol"
],
"ADXL",
"cfgs",
"Fluidd",
"Fluiddpi",
"gcode",
"githubstar",
"hotend",
"KIAUH",
"Klipper",
"Klipperized",
"lrwxrwxrwx",
"moonraker",
"octahedroflake",
"osskc",
"PARKBED",
"PARKCENTER",
"PARKFRONT",
"PARKFRONTLOW",
"PARKREAR",
"pico",
"Prusa",
"runout",
"Sovol"
],
"[markdown]": {
"editor.formatOnSave": true
}

View File

@@ -15,9 +15,9 @@ I am creating these files for my personal use and cannot be held responsible for
- [Features](#features)
- [Stay Up-to-Date](#stay-up-to-date)
- [Before You Begin](#before-you-begin)
- [Installation Steps](#installation-steps)
- [Before You Begin](#before-you-begin)
- [Download the Configuration](#download-the-configuration)
- [Download OSS Klipper Configuration](#download-oss-klipper-configuration)
- [Adjust Your Slicer](#adjust-your-slicer)
- [Directory Structure](#directory-structure)
- [Support Me](#support-me)
@@ -45,9 +45,7 @@ Watch for releases and updates.
<img src="./images/githubstar.gif" width="500" alt='Raspberry Pi'/>
## Installation Steps
### Before You Begin
## Before You Begin
- It is assumed that you already have a working `printer.cfg` and you already have your printer up and running Klipper.
- Know what you're getting into by reading this documentation _fully!_
@@ -55,7 +53,9 @@ Watch for releases and updates.
- It is 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`.
- I would recommend searching for the word `NOTE` in this repository. There are roughly half a dozen short points amongst the various files that you should be aware of if you're using this configuration.
### Download the Configuration
## Installation Steps
### Download OSS Klipper Configuration
1. [Download](https://github.com/bassamanator/Sovol-SV06-firmware/archive/refs/heads/any-printer.zip) the `ZIP` file containing the Klipper configuration.
2. The parent folder in the `ZIP` is `Sovol-SV06-firmware-any-printer`. This is relevant in the next step.