mirror of
https://github.com/bassamanator/Sovol-SV06-firmware.git
synced 2025-11-08 21:41:15 +00:00
Adjust FAQs.
This commit is contained in:
38
README.md
38
README.md
@@ -72,7 +72,7 @@ In many ways, this entire repository can be considered _my opinion_ on the `3D p
|
||||
|
||||
## Before You Begin
|
||||
|
||||
- This entire page is a **12 minute read**. Save yourself _hours of troubleshooting_ and read this documentation fully.
|
||||
- This entire page is a **11 minute read**. Save yourself _hours of troubleshooting_ and read this documentation fully.
|
||||
- ⚠️ Make sure your printer is in good physical condition, because print and travel speeds will be _a lot faster_. Beginners would be wise to run through [these steps](https://github.com/bassamanator/everything-sovol-sv06/blob/main/initialsteps.md).
|
||||
- ⚠️ [Disable](https://github.com/bassamanator/everything-sovol-sv06/blob/main/howto.md#disable-usb-cable-5v-pin) the USB cable's 5V pin.
|
||||
- Follow the steps in order. If an error was reported at a step, do no proceed to the next step.
|
||||
@@ -86,6 +86,7 @@ In many ways, this entire repository can be considered _my opinion_ on the `3D p
|
||||
- It is assumed that there is one instance of Klipper installed. If that is not the case, the steps in this guide will not work _perfectly_ for you.
|
||||
- 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 configuration. There are roughly half a dozen short points amongst the various files that you should be aware of.
|
||||
<!-- - Link to recommended parts. -->
|
||||
|
||||
[🔼 Back to top](#outline)
|
||||
|
||||
@@ -281,11 +282,23 @@ This repository contains many files and folders. Some are _necessary_ for this K
|
||||
|
||||
## FAQ
|
||||
|
||||
### What are some settings that I can change?
|
||||
|
||||
| File | Section |
|
||||
| ---------------------- | ------------------------ |
|
||||
| `cfgs/misc-macros.cfg` | `[gcode_macro _globals]` |
|
||||
|
||||
| Variable | Disable | Enable | Notes |
|
||||
| ---------------------------------- | ------------- | ------------- | ------------------------------------------------------------------- |
|
||||
| `variable_beeping_enabled` | `0` | `1` (default) |
|
||||
| `variable_filament_sensor_enabled` | `0` (default) | `1` |
|
||||
| `variable_kamp_enable` | `0` (default) | `1` | See [here](#how-do-i-enable-kamp-klipper-adaptive-meshing--purging) |
|
||||
|
||||
### How do I import a configuration bundle into SuperSlicer/PrusaSlicer?
|
||||
|
||||
Please see this [discussion](https://github.com/bassamanator/Sovol-SV06-firmware/discussions/13).
|
||||
|
||||
### How do I print using SuperSlicer?
|
||||
### How do I print using SuperSlicer/PrusaSlicer?
|
||||
|
||||
Please see this [discussion](https://github.com/bassamanator/Sovol-SV06-firmware/discussions/14).
|
||||
|
||||
@@ -298,24 +311,10 @@ The printer will beep upon:
|
||||
- Upon `PRINT_END`.
|
||||
- `MECHANICAL_GANTRY_CALIBRATION`/`G34`.
|
||||
|
||||
| File | `cfgs/misc-macros.cfg` |
|
||||
| -------- | -------------------------- |
|
||||
| Section | `[gcode_macro _globals]` |
|
||||
| Variable | `variable_beeping_enabled` |
|
||||
| Disable | `0` |
|
||||
| Enable | `1` (default) |
|
||||
|
||||
### I want to use a filament sensor. How do I set it up?
|
||||
|
||||
You can find information about the physical setup [here](https://github.com/bassamanator/everything-sovol-sv06#filament-sensor).
|
||||
|
||||
| File | `cfgs/misc-macros.cfg` |
|
||||
| -------- | ---------------------------------- |
|
||||
| Section | `[gcode_macro _globals]` |
|
||||
| Variable | `variable_filament_sensor_enabled` |
|
||||
| Disable | `0` (default) |
|
||||
| Enable | `1` |
|
||||
|
||||
### My filament runout sensor works, but I just started a print without any filament loaded. What gives?
|
||||
|
||||
A simple runout sensor can only detect a change in state. So, if you start a print without filament loaded, the printer will not know that there is no filament loaded. You should test your sensor by having filament loaded, starting a print, then cutting the filament. The expected behaviour is that the print will pause, and as long as you have beeping enabled, you will hear 3 annoying beeps.
|
||||
@@ -360,13 +359,6 @@ The printhead is now parked front center waiting for you to insert filament. You
|
||||
|
||||
This repo contains all the code from the KAMP repository, however, only the `adaptive meshing` and `LINE_PURGE` functionality of KAMP has been configured and tested for use. To enable other functionality, adjust `/cfgs/kamp/KAMP_Settings.cfg`.
|
||||
|
||||
| File | `cfgs/misc-macros.cfg` |
|
||||
| -------- | ------------------------ |
|
||||
| Section | `[gcode_macro _globals]` |
|
||||
| Variable | `variable_kamp_enable` |
|
||||
| Disable | `0` (default) |
|
||||
| Enable | `1` |
|
||||
|
||||
### How do I use the `TEST_SPEED` macro?
|
||||
|
||||
⚠️ This is for advanced users only, with well oiled machines. You can cause serious damage to your printer if you're not careful. ☠️ **You have been warned** ☠️.
|
||||
|
||||
Reference in New Issue
Block a user