Merge branch 'master' into any-printer

This commit is contained in:
Bassam Husain
2023-11-20 01:45:48 -05:00

View File

@@ -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) - [Download OSS Klipper Configuration](#download-oss-klipper-configuration)
- [Setup Instructions](#setup-instructions) - [Setup Instructions](#setup-instructions)
- [Adjust Your Slicer](#adjust-your-slicer) - [Adjust Your Slicer](#adjust-your-slicer)
- [Directory Structure](#directory-structure)
- [Support Me](#support-me) - [Support Me](#support-me)
- [Directory Structure](#directory-structure)
- [FAQ](#faq) - [FAQ](#faq)
- [Useful Resources](#useful-resources) - [Useful Resources](#useful-resources)
- [Sovol Official Links](#sovol-official-links) - [Sovol Official Links](#sovol-official-links)
@@ -58,7 +58,7 @@ Although I've made switching over to Klipper as easy as is possible, it can stil
## Before You Begin ## 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. - 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. - 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. - 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 ## 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). 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`. 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 PURGE_LINE
``` ```
## Support Me
Please ⭐ star this repository!
If you found my work useful, consider buying me a [<img src="./images/logo_white_stroke.png" height="20" alt='Ko-fi'/>](https://ko-fi.com/bassamanator).
## Directory Structure ## Directory Structure
This repository contains many files and folders. Some are _necessary_ for this Klipper configuration to work, others are not. 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 └── settings.json
``` ```
## Support Me
Please ⭐ star this repository!
If you found my work useful, consider buying me a [<img src="./images/logo_white_stroke.png" height="20" alt='Ko-fi'/>](https://ko-fi.com/bassamanator).
## FAQ ## FAQ
Please find answers to common questions [here](https://github.com/bassamanator/Sovol-SV06-firmware/blob/master/README.md#faq). Please find answers to common questions [here](https://github.com/bassamanator/Sovol-SV06-firmware/blob/master/README.md#faq).