From f27b569d0c16be6226833a225ea0535b65409d7c Mon Sep 17 00:00:00 2001 From: Bassam Husain Date: Wed, 15 May 2024 16:00:32 -0400 Subject: [PATCH 1/3] Add known issues section. --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index ecf69c3..1f21bb3 100644 --- a/README.md +++ b/README.md @@ -26,6 +26,7 @@ I am creating these files for my personal use and cannot be held responsible for - [Adjust Your Slicer](#adjust-your-slicer) - [Support Me](#support-me) - [Directory Structure](#directory-structure) +- [Known Issues](#known-issues) - [FAQ](#faq) - [Useful Resources](#useful-resources) - [Sovol Official Links](#sovol-official-links) @@ -280,6 +281,16 @@ This repository contains many files and folders. Some are _necessary_ for this K [🔼 Back to top](#outline) +## Known Issues + +### Sequential printing + +Cancelling a print with sequential printing will possibly lead to collisions with previously printed objects. + +In PrusaSlicer, please see Printer Settings > Notes, for extruder clearances. + +[🔼 Back to top](#outline) + ## FAQ ### What are some settings that I can change? From c602f18e9836bb3c8f9dcf90157915d96ae5ffb1 Mon Sep 17 00:00:00 2001 From: Bassam Husain Date: Sat, 8 Jun 2024 18:45:02 -0400 Subject: [PATCH 2/3] Adjust known issues. --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 1f21bb3..710bf95 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ I am creating these files for my personal use and cannot be held responsible for - [Adjust Your Slicer](#adjust-your-slicer) - [Support Me](#support-me) - [Directory Structure](#directory-structure) -- [Known Issues](#known-issues) +- [Special Considerations](#special-considerations) - [FAQ](#faq) - [Useful Resources](#useful-resources) - [Sovol Official Links](#sovol-official-links) @@ -281,11 +281,11 @@ This repository contains many files and folders. Some are _necessary_ for this K [🔼 Back to top](#outline) -## Known Issues +## Special Considerations ### Sequential printing -Cancelling a print with sequential printing will possibly lead to collisions with previously printed objects. +If enabled, cancelling, or resuming a print from pause, could lead to collisions with previously printed objects. In order to prevent collisions, in your slicer, ensure that objects are printed from the back of the build plate to the front. In PrusaSlicer, please see Printer Settings > Notes, for extruder clearances. From 4e3fc98cc75fddf25020c4521018903dd8e158e0 Mon Sep 17 00:00:00 2001 From: Bassam Husain Date: Fri, 5 Jul 2024 23:50:44 -0400 Subject: [PATCH 3/3] Add fly-e3-pro-v3 branch to table. --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 710bf95..975a15c 100644 --- a/README.md +++ b/README.md @@ -7,8 +7,11 @@ This branch contains the Klipper configuration and firmware for the **Sovol SV06 | ${\normalsize{\textcolor{darkturquoise}{\texttt{Sovol SV06}}}}$ | ⚡ ${\small{\textcolor{darkturquoise}{\texttt{YOU ARE HERE}}}}$ ⚡ | | Sovol SV06 Skr-Mini-E3-V3.0 | [skr-mini-e3-v3](https://github.com/bassamanator/Sovol-SV06-firmware/tree/skr-mini-e3-v3) | | Sovol SV06 Plus | [sv06-plus](https://github.com/bassamanator/Sovol-SV06-firmware/tree/sv06-plus) | +| Sovol SV06 Fly-E3-Pro-V3 | [fly-e3-pro-v3](https://github.com/ElPainis/Fly-E3-Pro-v3) \*\* | | All other printers | [any-printer](https://github.com/bassamanator/Sovol-SV06-firmware/tree/any-printer) | +\*\* _Maintained by [ElPainis](https://github.com/ElPainis)_ + I am creating these files for my personal use and cannot be held responsible for what it might do to your printer. Use at your own risk. ## Outline