From 465c0dffea372105179e00c88dd481644297ecd1 Mon Sep 17 00:00:00 2001 From: Bassam Husain Date: Sat, 26 Aug 2023 19:40:22 -0400 Subject: [PATCH 1/2] Adjust settings. --- .vscode/settings.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.vscode/settings.json b/.vscode/settings.json index 7ba8623..a9cdeba 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -36,6 +36,9 @@ "[markdown]": { "editor.formatOnSave": false }, + "[jsonc]": { + "editor.insertSpaces": false + }, "workbench.colorCustomizations": { "activityBar.activeBackground": "#7e4810", "activityBar.background": "#7e4810", From fdabf7f09f1b7ea58125ee1437201bbd0d43a483 Mon Sep 17 00:00:00 2001 From: Bassam Husain Date: Sun, 27 Aug 2023 19:28:48 -0400 Subject: [PATCH 2/2] Adjust readme.md colours. --- .vscode/settings.json | 4 +++- README.md | 16 ++++++++-------- 2 files changed, 11 insertions(+), 9 deletions(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index a9cdeba..9bef908 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -21,6 +21,7 @@ "Klipperized", "lrwxrwxrwx", "moonraker", + "normalsize", "octahedroflake", "PARKBED", "PARKCENTER", @@ -31,7 +32,8 @@ "Prusa", "runout", "Sovol", - "textcolor" + "textcolor", + "texttt" ], "[markdown]": { "editor.formatOnSave": false diff --git a/README.md b/README.md index 7586acd..84a277e 100644 --- a/README.md +++ b/README.md @@ -2,12 +2,12 @@ This branch contains the Klipper configuration and firmware for the **Sovol SV06** 3D printer. -| Printer | Branch | -| --------------------------- | ----------------------------------------------------------------------------------------- | -| Sovol SV06 | ⚡ $\small{\textcolor{darkturquoise}{\text{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) | -| All other printers | [any-printer](https://github.com/bassamanator/Sovol-SV06-firmware/tree/any-printer) | +| Printer | Branch | +| --------------------------------------------------------------- | ----------------------------------------------------------------------------------------- | +| ${\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) | +| All other printers | [any-printer](https://github.com/bassamanator/Sovol-SV06-firmware/tree/any-printer) | 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. @@ -50,7 +50,7 @@ I am creating these files for my personal use and cannot be held responsible for ## Stay Up-to-Date -**⭐ Star this project** (Highly recommended, starred users may receive priority over regular users) +⭐ ${\normalsize{\textcolor{goldenrod}{\texttt{Star this project}}}}$ (Highly recommended, starred users may receive priority over regular users) Watch for releases and updates. @@ -353,7 +353,7 @@ Find full instructions [here](https://ellis3dp.com/Print-Tuning-Guide/articles/d Some tips: - Before running with `ITERATIONS=40` with an untested speed/accel value, run with `ITERATIONS=1`. -- Pay close attention throughout the run, so that you can click **`EMERGENCY STOP`** at a moment's notice. +- Pay close attention throughout the run, so that you can click ${\small{\textcolor{red}{\texttt{EMERGENCY STOP}}}}$ at a moment's notice. - This macro will simply help you determine the maximum speed your printhead and bed can reliably move at, not necessarily print at. The bottleneck for my SV06, for example, is the 15mm/s^2 that the hotend maxes out at (well under 200mm/s actual print speed). ## Useful Resources