diff --git a/README.md b/README.md
index 07f1709..742f002 100644
--- a/README.md
+++ b/README.md
@@ -21,8 +21,8 @@ I am creating these files for my personal use and cannot be held responsible for
- [Download OSS Klipper Configuration](#download-oss-klipper-configuration)
- [Setup Instructions](#setup-instructions)
- [Adjust Your Slicer](#adjust-your-slicer)
-- [Directory Structure](#directory-structure)
- [Support Me](#support-me)
+- [Directory Structure](#directory-structure)
- [FAQ](#faq)
- [Useful Resources](#useful-resources)
- [Sovol Official Links](#sovol-official-links)
@@ -50,7 +50,7 @@ I am creating these files for my personal use and cannot be held responsible for
Watch for releases and updates.
-
+
## Preface
@@ -58,7 +58,7 @@ Although I've made switching over to Klipper as easy as is possible, it can stil
## Before You Begin
-- This entire page is a **6 minute read**. Save yourself _hours of troubleshooting_ and read this documentation **fully!**
+- This entire page is a **6 minute read**. Save yourself _hours of troubleshooting_ and read this documentation fully.
- It is assumed that you already have a working `printer.cfg` and you already have your printer up and running Klipper.
- The [master](https://github.com/bassamanator/Sovol-SV06-firmware/tree/master) branch of this repo contains step by step instructions on how to get Klipper going. If you are a beginner, you might find those instructions useful.
- Make sure your printer is in good physical condition, because print and travel speeds will be _a lot faster_ than they were before. Beginner's would be wise to go through the steps mentioned [here](https://github.com/bassamanator/everything-sovol-sv06/blob/main/initialsteps.md). Consider yourself warned.
@@ -89,6 +89,8 @@ Simply add `[include ./osskc.cfg]` somewhere at the top of your `printer.cfg`.
## Adjust Your Slicer
+💡 If you are using the config bundles found on this repo, you can skip this step.
+
You need to adjust the start and end gcode in your slicer. The relevant macros are `PRINT_START` and `PRINT_END`. Find instructions [here](https://ellis3dp.com/Print-Tuning-Guide/articles/passing_slicer_variables.html#slicer-start-g-code).
If you would like to print a purge line before your print starts, at the end of your start gcode, on a new line add `PURGE_LINE`.
@@ -99,6 +101,12 @@ PRINT_START ...
PURGE_LINE
```
+## Support Me
+
+Please ⭐ star this repository!
+
+If you found my work useful, consider buying me a [
](https://ko-fi.com/bassamanator).
+
## Directory Structure
This repository contains many files and folders. Some are _necessary_ for this Klipper configuration to work, others are not.
@@ -137,12 +145,6 @@ This repository contains many files and folders. Some are _necessary_ for this K
└── settings.json
```
-## Support Me
-
-Please ⭐ star this repository!
-
-If you found my work useful, consider buying me a [
](https://ko-fi.com/bassamanator).
-
## FAQ
Please find answers to common questions [here](https://github.com/bassamanator/Sovol-SV06-firmware/blob/master/README.md#faq).