From f65c0e6e7f45965f03f2b0340a0efb74abd997f3 Mon Sep 17 00:00:00 2001 From: Bassam Husain Date: Sat, 1 Jul 2023 01:54:32 -0400 Subject: [PATCH] Adjusted outline. --- .vscode/settings.json | 1 + README.md | 18 +++++++++--------- 2 files changed, 10 insertions(+), 9 deletions(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index 85f8171..897a857 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -25,6 +25,7 @@ "PARKFRONT", "PARKFRONTLOW", "PARKREAR", + "pico", "Prusa", "runout", "Sovol" diff --git a/README.md b/README.md index 54f3bc4..c01e293 100644 --- a/README.md +++ b/README.md @@ -18,12 +18,12 @@ I am creating these files for my personal use and cannot be held responsible for - [Features](#features) - [Stay Up-to-Date](#stay-up-to-date) - [Preface](#preface) -- [Installation Steps](#installation-steps) - - [Before You Begin](#before-you-begin) - - [Electronic Wiring](#electronic-wiring) +- [Before You Begin](#before-you-begin) +- [Electronic Wiring](#electronic-wiring) - [⚠️ Important Note About Stepper Motor Current](#important-note-about-stepper-motor-current) +- [Klipper Installation](#klipper-installation) - [Flash Firmware](#flash-firmware) - - [Download Klipper Configuration](#download-klipper-configuration) + - [Download OSS Klipper Configuration](#download-oss-klipper-configuration) - [Initial Steps](#initial-steps) 1. [Adjust Configuration with MCU Path](#adjust-configuration-with-mcu-path) 2. [Configure Your Printer](#configure-your-printer) @@ -59,9 +59,7 @@ Watch for releases and updates. Although I've made switching over to Klipper as easy as is possible, it can still be a challenge for some, especially considering that most of you have likely never used GNU+Linux. Save yourself the frustration, and fully read all documentation found on this page. Also note that Klipper is not a _must_, and is not for everyone. You can stick with Marlin, and have a fine 3D printing experience. -## Installation Steps - -### Before You Begin +## Before You Begin - Read this documentation _fully!_ - Make sure your printer is in good physical condition, because print and travel speeds will be _a lot faster_ than they were before. Consider yourself warned. @@ -75,7 +73,7 @@ Although I've made switching over to Klipper as easy as is possible, it can stil - Your question has probably been answered already, but if it hasn't, please post in the [Discussion](https://github.com/bassamanator/Sovol-SV06-firmware/discussions) section. - I would recommend searching for the word `NOTE` in this repository. There are roughly half a dozen short points amongst the various files that you should be aware of if you're using this configuration. -### Electronic Wiring +## Electronic Wiring Wire cables according to the following diagram: skr-mini-e3-v3.0 installation instructions @@ -86,6 +84,8 @@ For the SKR-Mini-E3-V3.0, the `run_current` for x, y, z stepper motors has been 💡 Although stepper motors can withstand upwards of 125C, they should at the most get hot to the touch (~55C), not _very hot_. +## Klipper Installation + ### Flash Firmware 💡 _If you have already flashed klipper onto your motherboard in the past, you can skip this step._ @@ -123,7 +123,7 @@ Find instructions on how to build the firmware yourself [here](https://github.co 5. Turn on the printer and wait a minute (usually takes 10 seconds). 6. Turn off the printer and remove the microSD. -### Download Klipper Configuration +### Download OSS Klipper Configuration You can choose _either_ of the 2 following methods.