Adjusted readme.

This commit is contained in:
Bassam Husain
2023-04-02 19:26:26 -04:00
parent 117766d1ad
commit 4c72bfe43e
2 changed files with 6 additions and 6 deletions

View File

@@ -1,12 +1,12 @@
# 🚨 *One-Stop-Shop* Klipper Configuration # 🚨 *One-Stop-Shop* Klipper Configuration
This repository contains the OSS Klipper configuration that can be used with any printer running klipper. This branch contains the OSS Klipper configuration that can be used with **any printer** running Klipper.
If you were looking for the OSS Klipper configuration for the SV06, please switch to the [master](https://github.com/bassamanator/Sovol-SV06-firmware) branch. If you were looking for the OSS Klipper configuration for the **Sovol SV06**, please switch to the [master](https://github.com/bassamanator/Sovol-SV06-firmware) branch.
# Highlights # Highlights
- 💥 This Klipper configuration is an *endpoint*, meaning that it contains **everything** that you could possibly need in order to have an excellent Klipper experience! 💥 - 💥 This Klipper configuration is an *endpoint*, meaning that it contains **everything** that you could possibly need in order to have an excellent Klipper experience! 💥 Voron users can rightly disagree and say that it lacks the quad gantry leveling macros. Please create a pull request if you can help in this regard!
- `NEW` <img src="./images/party_blob.gif" width="20" alt=''/> Filament runout sensor usage implemented. <img src="./images/party_blob.gif" width="20" alt=''/> - `NEW` <img src="./images/party_blob.gif" width="20" alt=''/> Filament runout sensor usage implemented. <img src="./images/party_blob.gif" width="20" alt=''/>
- Minimum configuration settings for Mainsail/Fluiddpi to work. - Minimum configuration settings for Mainsail/Fluiddpi to work.
- SuperSlicer config bundle that contains the printer configuration, as well as what are considered by many to be the best print settings available for any FDM printer ([Ellis' SuperSlicer Profiles](https://github.com/AndrewEllis93/Ellis-SuperSlicer-Profiles)). Find the differences between the different print setting profiles [here](https://github.com/AndrewEllis93/Ellis-SuperSlicer-Profiles/tree/master/SuperSlicer). But basically, the 45 degree profile places the seam at the back. - SuperSlicer config bundle that contains the printer configuration, as well as what are considered by many to be the best print settings available for any FDM printer ([Ellis' SuperSlicer Profiles](https://github.com/AndrewEllis93/Ellis-SuperSlicer-Profiles)). Find the differences between the different print setting profiles [here](https://github.com/AndrewEllis93/Ellis-SuperSlicer-Profiles/tree/master/SuperSlicer). But basically, the 45 degree profile places the seam at the back.
@@ -53,7 +53,7 @@ I work on this repository all the time and a lot of new features are coming. Wat
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.
3. Extract **only** the *contents* of the parent folder into `~/printer_data/config`. 3. Extract **only** the *contents* of the parent folder into `~/printer_data/config`.
💡 If you already have a `moonraker.conf` (which you probably do since you're already up and running Klipper), and *you're not using a low powered device such as the RPi Zero*, you need to simply paste the following into your `moonraker.conf`: 💡 If you get a warning that you already have a `moonraker.conf` (which you probably do since you're already up and running Klipper), and *you're not using a low powered device such as the RPi Zero*, you need to simply paste the following into your *existing* `moonraker.conf`:
``` ```
[file_manager] [file_manager]
enable_object_processing: True enable_object_processing: True
@@ -127,7 +127,7 @@ Make the following changes according to your needs.
##### I have a simple filament sensor connected. How do I enable/disable it? ##### I have a simple filament sensor connected. How do I enable/disable it?
Make the following changes according to your needs. Make the following changes according to your needs. Also, search for the word `NOTE` in this repository to find other places where such a sensor might come into play.
| File | `cfgs/misc-macros.cfg` | | File | `cfgs/misc-macros.cfg` |
| - | - | | - | - |

View File

@@ -141,7 +141,7 @@ gcode:
[gcode_macro PRINT_END] [gcode_macro PRINT_END]
gcode: gcode:
ADJUST_FILAMENT_SENSOR_STATUS ENABLE=0 ADJUST_FILAMENT_SENSOR_STATUS ENABLE=0
CONDITIONAL_BEEP I=2 DUR=30 FREQ=8500 ; NOTE Comment out this line to stop the beeps at the end of a print CONDITIONAL_BEEP I=2 DUR=30 FREQ=8500
{% set PRE_PURGE_PRIME_LENGTH=printer["gcode_macro _globals"].pre_purge_prime_length|default(1.40)|float %} {% set PRE_PURGE_PRIME_LENGTH=printer["gcode_macro _globals"].pre_purge_prime_length|default(1.40)|float %}
M400 ; wait for buffer to clear M400 ; wait for buffer to clear