mirror of
https://github.com/bassamanator/Sovol-SV06-firmware.git
synced 2025-11-08 21:41:15 +00:00
Adjusted outline.
This commit is contained in:
47
.vscode/settings.json
vendored
47
.vscode/settings.json
vendored
@@ -6,29 +6,30 @@
|
|||||||
"spellright.language": ["en-GB-10-1."],
|
"spellright.language": ["en-GB-10-1."],
|
||||||
"spellright.documentTypes": ["markdown", "plaintext"],
|
"spellright.documentTypes": ["markdown", "plaintext"],
|
||||||
"cSpell.words": [
|
"cSpell.words": [
|
||||||
"ADXL",
|
"ADXL",
|
||||||
"cfgs",
|
"cfgs",
|
||||||
"Fluidd",
|
"Fluidd",
|
||||||
"Fluiddpi",
|
"Fluiddpi",
|
||||||
"gcode",
|
"gcode",
|
||||||
"githubstar",
|
"githubstar",
|
||||||
"hotend",
|
"hotend",
|
||||||
"KIAUH",
|
"KIAUH",
|
||||||
"Klipper",
|
"Klipper",
|
||||||
"Klipperized",
|
"Klipperized",
|
||||||
"lrwxrwxrwx",
|
"lrwxrwxrwx",
|
||||||
"moonraker",
|
"moonraker",
|
||||||
"octahedroflake",
|
"octahedroflake",
|
||||||
"osskc",
|
"osskc",
|
||||||
"PARKBED",
|
"PARKBED",
|
||||||
"PARKCENTER",
|
"PARKCENTER",
|
||||||
"PARKFRONT",
|
"PARKFRONT",
|
||||||
"PARKFRONTLOW",
|
"PARKFRONTLOW",
|
||||||
"PARKREAR",
|
"PARKREAR",
|
||||||
"Prusa",
|
"pico",
|
||||||
"runout",
|
"Prusa",
|
||||||
"Sovol"
|
"runout",
|
||||||
],
|
"Sovol"
|
||||||
|
],
|
||||||
"[markdown]": {
|
"[markdown]": {
|
||||||
"editor.formatOnSave": true
|
"editor.formatOnSave": true
|
||||||
}
|
}
|
||||||
|
|||||||
12
README.md
12
README.md
@@ -15,9 +15,9 @@ I am creating these files for my personal use and cannot be held responsible for
|
|||||||
|
|
||||||
- [Features](#features)
|
- [Features](#features)
|
||||||
- [Stay Up-to-Date](#stay-up-to-date)
|
- [Stay Up-to-Date](#stay-up-to-date)
|
||||||
|
- [Before You Begin](#before-you-begin)
|
||||||
- [Installation Steps](#installation-steps)
|
- [Installation Steps](#installation-steps)
|
||||||
- [Before You Begin](#before-you-begin)
|
- [Download OSS Klipper Configuration](#download-oss-klipper-configuration)
|
||||||
- [Download the Configuration](#download-the-configuration)
|
|
||||||
- [Adjust Your Slicer](#adjust-your-slicer)
|
- [Adjust Your Slicer](#adjust-your-slicer)
|
||||||
- [Directory Structure](#directory-structure)
|
- [Directory Structure](#directory-structure)
|
||||||
- [Support Me](#support-me)
|
- [Support Me](#support-me)
|
||||||
@@ -45,9 +45,7 @@ Watch for releases and updates.
|
|||||||
|
|
||||||
<img src="./images/githubstar.gif" width="500" alt='Raspberry Pi'/>
|
<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.
|
- 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!_
|
- 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`.
|
- 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.
|
- 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.
|
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.
|
2. The parent folder in the `ZIP` is `Sovol-SV06-firmware-any-printer`. This is relevant in the next step.
|
||||||
|
|||||||
Reference in New Issue
Block a user